Html Css Color HEX #D62409 Harley Davidson Orange
📋 copy color: '#D62409'red 214 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #D62409
Tints of Harley Davidson Orange #D62409
RGB
CMYK
RGB Variations
Color information
#D62409 (or 0xD62409) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 09. RGB value is (214,36,9). Sum of RGB (Red+Green+Blue) = 214+36+9=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D62409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62409 is #29DBF6. Grayscale: #565656. Windows color (decimal): -2743287 or 599254. OLE color: 599254.
HSL color Cylindrical-coordinate representation of color #D62409: hue angle of 7.9º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D62409 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.16 |
| HSL | 7.9º | 0.92% | 0.44% | - |
| HSV(B) | 7.9º | 0.96% | 0.84% | - |
| XYZ | 28.41 | 15.58 | 1.77 | - |
| YUV | 86.14 | 84.47 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 9 | 0 | 0.83 | 0.96 | 0.16 | 7.9 | 0.92 | 0.44 |
| Hex | D6 | 24 | 9 | 0 | 53 | 60 | 10 | 8 | 5C | 2C |
| Octal | 326 | 44 | 11 | 0 | 123 | 140 | 20 | 10 | 134 | 54 |
| Binary | 11010110 | 100100 | 1001 | 0 | 1010011 | 1100000 | 10000 | 1000 | 1011100 | 101100 |
Color Harmonies of #D62409
Complementary color
Monochromatic Colors of #D62409
Black with #D62409
Text Example
Text Example
White with #D62409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62409; }
p { color: rgb(214,36,9); }
H1.HeaderClassName
{
color: #D62409;
}
.AnyTagClassName
{
color: #D62409;
}
</style>
background-color css
<style>
a { background-color: #D62409; }
a { background-color: rgb(214,36,9); }
div.DivClassName
{
background-color: #D62409;
}
.BgClassName
{
background-color: #D62409;
}
</style>
border-color css
<style>
span { border-color: #D62409; }
span { border-color: rgb(214,36,9); }
td.TdClassName
{
border-color: #D62409;
}
.TagClassName
{
border-color: #D62409;
}
</style>