Html Css Color HEX #D42009 Harley Davidson Orange

📋 copy color: '#D42009'

red 212 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #D42009

Tints of Harley Davidson Orange #D42009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 83.79%
G = 12.65%
B = 3.56%

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

#D42009 (or 0xD42009) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 09. RGB value is (212,32,9). Sum of RGB (Red+Green+Blue) = 212+32+9=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D42009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42009 is #2BDFF6. Grayscale: #535353. Windows color (decimal): -2875383 or 598228. OLE color: 598228.

HSL color Cylindrical-coordinate representation of color #D42009: hue angle of 6.8º degrees, saturation: 0.92, 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 #D42009 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 9 -
CMYK 0 0.85 0.96 0.17
HSL 6.8º 0.92% 0.43% -
HSV(B) 6.8º 0.96% 0.83% -
XYZ 27.72 15.05 1.7 -
YUV 83.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 212 32 9 0 0.85 0.96 0.17 6.8 0.92 0.43
Hex D4 20 9 0 55 60 11 7 5C 2B
Octal 324 40 11 0 125 140 21 7 134 53
Binary 11010100 100000 1001 0 1010101 1100000 10001 111 1011100 101011

Color Harmonies of #D42009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42009

Black with #D42009

Text Example


Text Example

White with #D42009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42009; }

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

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

background-color css

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

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

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

border-color css

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

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

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