#DE3E06

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

Shades of Harley Davidson Orange #DE3E06

Tints of Harley Davidson Orange #DE3E06

Color information

#DE3E06 (or 0xDE3E06) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 3E and 06. RGB value is (222,62,6). Sum of RGB (Red+Green+Blue) = 222+62+6=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3E06 is #21C1F9. Grayscale: #676767. Windows color (decimal): -2212346 or 409310. OLE color: 409310.

HSL color Cylindrical-coordinate representation of color #DE3E06: hue angle of 15.56º degrees, saturation: 0.95, 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 #DE3E06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB222626-
CMYK00.720.970.13
HSL15.56º94.74%44.71%-
HSV(B)15.56º97.3%87.06%-
XYZ31.8818.992.16-
YUV103.4673.01212.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 76.55%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=76.55%
G=21.38%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22262600.720.970.1315.5694.7444.71
HexDE3E604861D105f2d
Octal3367660110141152013755
Binary110111101111101100100100011000011101100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E06; }

 p { color: rgb(222,62,6); }

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

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

 a { background-color: rgb(222,62,6); }

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

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

 span { border-color: rgb(222,62,6); }

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