Html Css Color HEX #D42409 Harley Davidson Orange
📋 copy color: '#D42409'red 212 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #D42409
Tints of Harley Davidson Orange #D42409
RGB
CMYK
RGB Variations
Color information
#D42409 (or 0xD42409) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 09. RGB value is (212,36,9). Sum of RGB (Red+Green+Blue) = 212+36+9=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D42409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42409 is #2BDBF6. Grayscale: #555555. Windows color (decimal): -2874359 or 599252. OLE color: 599252.
HSL color Cylindrical-coordinate representation of color #D42409: hue angle of 7.98º 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 #D42409 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.17 |
| HSL | 7.98º | 0.92% | 0.43% | - |
| HSV(B) | 7.98º | 0.96% | 0.83% | - |
| XYZ | 27.83 | 15.28 | 1.74 | - |
| YUV | 85.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 9 | 0 | 0.83 | 0.96 | 0.17 | 7.98 | 0.92 | 0.43 |
| Hex | D4 | 24 | 9 | 0 | 53 | 60 | 11 | 8 | 5C | 2B |
| Octal | 324 | 44 | 11 | 0 | 123 | 140 | 21 | 10 | 134 | 53 |
| Binary | 11010100 | 100100 | 1001 | 0 | 1010011 | 1100000 | 10001 | 1000 | 1011100 | 101011 |
Color Harmonies of #D42409
Complementary color
Monochromatic Colors of #D42409
Black with #D42409
Text Example
Text Example
White with #D42409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42409; }
p { color: rgb(212,36,9); }
H1.HeaderClassName
{
color: #D42409;
}
.AnyTagClassName
{
color: #D42409;
}
</style>
background-color css
<style>
a { background-color: #D42409; }
a { background-color: rgb(212,36,9); }
div.DivClassName
{
background-color: #D42409;
}
.BgClassName
{
background-color: #D42409;
}
</style>
border-color css
<style>
span { border-color: #D42409; }
span { border-color: rgb(212,36,9); }
td.TdClassName
{
border-color: #D42409;
}
.TagClassName
{
border-color: #D42409;
}
</style>