Html Css Color HEX #D04212 Harley Davidson Orange

📋 copy color: '#D04212'

red 208 ◦ green 66 ◦ blue 18

#D04212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D04212

Tints of Harley Davidson Orange #D04212

RGB

 RED value IS 208 (81.64% from 255) = 71.23%

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 71.23%
G = 22.6%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04212 (or 0xD04212) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 12. RGB value is (208,66,18). Sum of RGB (Red+Green+Blue) = 208+66+18=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D04212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04212 is #2FBDED. Grayscale: #676767. Windows color (decimal): -3128814 or 1196752. OLE color: 1196752.

HSL color Cylindrical-coordinate representation of color #D04212: hue angle of 15.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04212 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 18 -
CMYK 0 0.68 0.91 0.18
HSL 15.16º 0.84% 0.44% -
HSV(B) 15.16º 0.91% 0.82% -
XYZ 28.07 17.35 2.44 -
YUV 102.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 208 66 18 0 0.68 0.91 0.18 15.16 0.84 0.44
Hex D0 42 12 0 44 5B 12 F 54 2C
Octal 320 102 22 0 104 133 22 17 124 54
Binary 11010000 1000010 10010 0 1000100 1011011 10010 1111 1010100 101100

Color Harmonies of #D04212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04212

Black with #D04212

Text Example


Text Example

White with #D04212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04212; }

 p { color: rgb(208,66,18); }

 H1.HeaderClassName
 {
   color: #D04212;
 }
 .AnyTagClassName
 {
   color: #D04212;
 }
</style>

background-color css

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

 a { background-color: rgb(208,66,18); }

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

border-color css

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

 span { border-color: rgb(208,66,18); }

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