#DE4512

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

Shades of Harley Davidson Orange #DE4512

Tints of Harley Davidson Orange #DE4512

Color information

#DE4512 (or 0xDE4512) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 45 and 12. RGB value is (222,69,18). Sum of RGB (Red+Green+Blue) = 222+69+18=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4512 is #21BAED. Grayscale: #6D6D6D. Windows color (decimal): -2210542 or 1197534. OLE color: 1197534.

HSL color Cylindrical-coordinate representation of color #DE4512: hue angle of 15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE4512 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2226918-
CMYK00.690.920.13
HSL15º85%47.06%-
HSV(B)15º91.89%87.06%-
XYZ32.3619.832.69-
YUV108.9376.69208.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.84%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=71.84%
G=22.33%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222691800.690.920.13158547.06
HexDE45120455CDf552f
Octal336105220105134151712557
Binary11011110100010110010010001011011100110111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4512; }

 p { color: rgb(222,69,18); }

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

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

 a { background-color: rgb(222,69,18); }

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

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

 span { border-color: rgb(222,69,18); }

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