Html Css Color HEX #D22F09 Harley Davidson Orange
📋 copy color: '#D22F09'red 210 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #D22F09
Tints of Harley Davidson Orange #D22F09
RGB
CMYK
RGB Variations
Color information
#D22F09 (or 0xD22F09) is known color: Harley Davidson Orange. HEX triplet: D2, 2F and 09. RGB value is (210,47,9). Sum of RGB (Red+Green+Blue) = 210+47+9=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F09 is #2DD0F6. Grayscale: #5B5B5B. Windows color (decimal): -3002615 or 602066. OLE color: 602066.
HSL color Cylindrical-coordinate representation of color #D22F09: hue angle of 11.34º 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 #D22F09 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.18 |
| HSL | 11.34º | 0.92% | 0.43% | - |
| HSV(B) | 11.34º | 0.96% | 0.82% | - |
| XYZ | 27.64 | 15.75 | 1.84 | - |
| YUV | 91.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 9 | 0 | 0.78 | 0.96 | 0.18 | 11.34 | 0.92 | 0.43 |
| Hex | D2 | 2F | 9 | 0 | 4E | 60 | 12 | B | 5C | 2B |
| Octal | 322 | 57 | 11 | 0 | 116 | 140 | 22 | 13 | 134 | 53 |
| Binary | 11010010 | 101111 | 1001 | 0 | 1001110 | 1100000 | 10010 | 1011 | 1011100 | 101011 |
Color Harmonies of #D22F09
Complementary color
Monochromatic Colors of #D22F09
Black with #D22F09
Text Example
Text Example
White with #D22F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F09; }
p { color: rgb(210,47,9); }
H1.HeaderClassName
{
color: #D22F09;
}
.AnyTagClassName
{
color: #D22F09;
}
</style>
background-color css
<style>
a { background-color: #D22F09; }
a { background-color: rgb(210,47,9); }
div.DivClassName
{
background-color: #D22F09;
}
.BgClassName
{
background-color: #D22F09;
}
</style>
border-color css
<style>
span { border-color: #D22F09; }
span { border-color: rgb(210,47,9); }
td.TdClassName
{
border-color: #D22F09;
}
.TagClassName
{
border-color: #D22F09;
}
</style>