Html Css Color HEX #D42008 Harley Davidson Orange

📋 copy color: '#D42008'

red 212 ◦ green 32 ◦ blue 8

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

Shades of Harley Davidson Orange #D42008

Tints of Harley Davidson Orange #D42008

RGB

 RED value IS 212 (83.2% from 255) = 84.13%

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 84.13%
G = 12.7%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D42008 (or 0xD42008) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 08. RGB value is (212,32,8). Sum of RGB (Red+Green+Blue) = 212+32+8=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D42008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42008 is #2BDFF7. Grayscale: #535353. Windows color (decimal): -2875384 or 532692. OLE color: 532692.

HSL color Cylindrical-coordinate representation of color #D42008: hue angle of 7.06º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D42008 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 8 -
CMYK 0 0.85 0.96 0.17
HSL 7.06º 0.93% 0.43% -
HSV(B) 7.06º 0.96% 0.83% -
XYZ 27.71 15.05 1.67 -
YUV 83.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 212 32 8 0 0.85 0.96 0.17 7.06 0.93 0.43
Hex D4 20 8 0 55 60 11 7 5D 2B
Octal 324 40 10 0 125 140 21 7 135 53
Binary 11010100 100000 1000 0 1010101 1100000 10001 111 1011101 101011

Color Harmonies of #D42008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42008

Black with #D42008

Text Example


Text Example

White with #D42008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42008; }

 p { color: rgb(212,32,8); }

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

background-color css

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

 a { background-color: rgb(212,32,8); }

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

border-color css

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

 span { border-color: rgb(212,32,8); }

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