Html Css Color HEX #D22409 Harley Davidson Orange
📋 copy color: '#D22409'red 210 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #D22409
Tints of Harley Davidson Orange #D22409
RGB
CMYK
RGB Variations
Color information
#D22409 (or 0xD22409) is known color: Harley Davidson Orange. HEX triplet: D2, 24 and 09. RGB value is (210,36,9). Sum of RGB (Red+Green+Blue) = 210+36+9=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D22409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22409 is #2DDBF6. Grayscale: #555555. Windows color (decimal): -3005431 or 599250. OLE color: 599250.
HSL color Cylindrical-coordinate representation of color #D22409: hue angle of 8.06º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D22409 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.18 |
| HSL | 8.06º | 0.92% | 0.43% | - |
| HSV(B) | 8.06º | 0.96% | 0.82% | - |
| XYZ | 27.26 | 14.98 | 1.71 | - |
| YUV | 84.95 | 85.15 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 9 | 0 | 0.83 | 0.96 | 0.18 | 8.06 | 0.92 | 0.43 |
| Hex | D2 | 24 | 9 | 0 | 53 | 60 | 12 | 8 | 5C | 2B |
| Octal | 322 | 44 | 11 | 0 | 123 | 140 | 22 | 10 | 134 | 53 |
| Binary | 11010010 | 100100 | 1001 | 0 | 1010011 | 1100000 | 10010 | 1000 | 1011100 | 101011 |
Color Harmonies of #D22409
Complementary color
Monochromatic Colors of #D22409
Black with #D22409
Text Example
Text Example
White with #D22409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22409; }
p { color: rgb(210,36,9); }
H1.HeaderClassName
{
color: #D22409;
}
.AnyTagClassName
{
color: #D22409;
}
</style>
background-color css
<style>
a { background-color: #D22409; }
a { background-color: rgb(210,36,9); }
div.DivClassName
{
background-color: #D22409;
}
.BgClassName
{
background-color: #D22409;
}
</style>
border-color css
<style>
span { border-color: #D22409; }
span { border-color: rgb(210,36,9); }
td.TdClassName
{
border-color: #D22409;
}
.TagClassName
{
border-color: #D22409;
}
</style>