#DE2C07

Color #DE2C07 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DE2C07

Tints of Harley Davidson Orange #DE2C07

Color information

#DE2C07 (or 0xDE2C07) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 2C and 07. RGB value is (222,44,7). Sum of RGB (Red+Green+Blue) = 222+44+7=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2C07 is #21D3F8. Grayscale: #5D5D5D. Windows color (decimal): -2216953 or 470238. OLE color: 470238.

HSL color Cylindrical-coordinate representation of color #DE2C07: hue angle of 10.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE2C07 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB222447-
CMYK00.800.970.13
HSL10.33º93.89%44.9%-
HSV(B)10.33º96.85%87.06%-
XYZ31.0617.351.91-
YUV9379.47220.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 81.32%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=81.32%
G=16.12%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22244700.800.970.1310.3393.8944.9
HexDE2C705061Da5e2d
Octal3365470120141151213655
Binary11011110101100111010100001100001110110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2C07; }

 p { color: rgb(222,44,7); }

 H1.HeaderClassName
 {
   color: #DE2C07;
 }
 .AnyTagClassName
 {
   color: #DE2C07;
 }
</style>
background-color css

<style>
 a { background-color: #DE2C07; }

 a { background-color: rgb(222,44,7); }

 div.DivClassName
 {
   background-color: #DE2C07;
 }
 .BgClassName
 {
   background-color: #DE2C07;
 }
</style>
border-color css

<style>
 span { border-color: #DE2C07; }

 span { border-color: rgb(222,44,7); }

 td.TdClassName
 {
   border-color: #DE2C07;
 }
 .TagClassName
 {
   border-color: #DE2C07;
 }
</style>