Html Css Color HEX #D42609 Harley Davidson Orange

📋 copy color: '#D42609'

red 212 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #D42609

Tints of Harley Davidson Orange #D42609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 81.85%
G = 14.67%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D42609 (or 0xD42609) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 09. RGB value is (212,38,9). Sum of RGB (Red+Green+Blue) = 212+38+9=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D42609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42609 is #2BD9F6. Grayscale: #575757. Windows color (decimal): -2873847 or 599764. OLE color: 599764.

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

Color convert

RGB 212 38 9 -
CMYK 0 0.82 0.96 0.17
HSL 8.57º 0.92% 0.43% -
HSV(B) 8.57º 0.96% 0.83% -
XYZ 27.89 15.4 1.76 -
YUV 86.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 212 38 9 0 0.82 0.96 0.17 8.57 0.92 0.43
Hex D4 26 9 0 52 60 11 9 5C 2B
Octal 324 46 11 0 122 140 21 11 134 53
Binary 11010100 100110 1001 0 1010010 1100000 10001 1001 1011100 101011

Color Harmonies of #D42609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42609

Black with #D42609

Text Example


Text Example

White with #D42609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42609; }

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

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

background-color css

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

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

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

border-color css

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

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

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