Html Css Color HEX #D42006 Harley Davidson Orange

📋 copy color: '#D42006'

red 212 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #D42006

Tints of Harley Davidson Orange #D42006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 84.8%
G = 12.8%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D42006 (or 0xD42006) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 06. RGB value is (212,32,6). Sum of RGB (Red+Green+Blue) = 212+32+6=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D42006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42006 is #2BDFF9. Grayscale: #535353. Windows color (decimal): -2875386 or 401620. OLE color: 401620.

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

Color convert

RGB 212 32 6 -
CMYK 0 0.85 0.97 0.17
HSL 7.57º 0.94% 0.43% -
HSV(B) 7.57º 0.97% 0.83% -
XYZ 27.7 15.04 1.62 -
YUV 82.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 212 32 6 0 0.85 0.97 0.17 7.57 0.94 0.43
Hex D4 20 6 0 55 61 11 8 5E 2B
Octal 324 40 6 0 125 141 21 10 136 53
Binary 11010100 100000 110 0 1010101 1100001 10001 1000 1011110 101011

Color Harmonies of #D42006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42006

Black with #D42006

Text Example


Text Example

White with #D42006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42006; }

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

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

background-color css

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

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

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

border-color css

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

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

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