#DE1E12

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

Shades of Harley Davidson Orange #DE1E12

Tints of Harley Davidson Orange #DE1E12

Color information

#DE1E12 (or 0xDE1E12) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 1E and 12. RGB value is (222,30,18). Sum of RGB (Red+Green+Blue) = 222+30+18=270 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.22% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1E12 is #21E1ED. Grayscale: #565656. Windows color (decimal): -2220526 or 1187550. OLE color: 1187550.

HSL color Cylindrical-coordinate representation of color #DE1E12: hue angle of 3.53º 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 #DE1E12 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2223018-
CMYK00.860.920.13
HSL3.53º85%47.06%-
HSV(B)3.53º91.89%87.06%-
XYZ30.716.52.14-
YUV86.0489.61224.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 82.22%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=82.22%
G=11.11%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222301800.860.920.133.538547.06
HexDE1E120565CD4552f
Octal3363622012613415412557
Binary11011110111101001001010110101110011011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1E12; }

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

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

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

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

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

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

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

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