#DE3612

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

Shades of Harley Davidson Orange #DE3612

Tints of Harley Davidson Orange #DE3612

Color information

#DE3612 (or 0xDE3612) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 36 and 12. RGB value is (222,54,18). Sum of RGB (Red+Green+Blue) = 222+54+18=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3612 is #21C9ED. Grayscale: #646464. Windows color (decimal): -2214382 or 1193694. OLE color: 1193694.

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

Color convert

RGB2225418-
CMYK00.760.920.13
HSL10.59º85%47.06%-
HSV(B)10.59º91.89%87.06%-
XYZ31.5518.212.42-
YUV100.1381.66214.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 75.51%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=75.51%
G=18.37%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222541800.760.920.1310.598547.06
HexDE361204C5CDb552f
Octal33666220114134151312557
Binary1101111011011010010010011001011100110110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3612; }

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

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

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

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

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

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

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

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