Html Css Color HEX #D22F10 Harley Davidson Orange
📋 copy color: '#D22F10'red 210 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #D22F10
Tints of Harley Davidson Orange #D22F10
RGB
CMYK
RGB Variations
Color information
#D22F10 (or 0xD22F10) is known color: Harley Davidson Orange. HEX triplet: D2, 2F and 10. RGB value is (210,47,16). Sum of RGB (Red+Green+Blue) = 210+47+16=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F10 is #2DD0EF. Grayscale: #5C5C5C. Windows color (decimal): -3002608 or 1060818. OLE color: 1060818.
HSL color Cylindrical-coordinate representation of color #D22F10: hue angle of 9.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D22F10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 16 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.18 |
| HSL | 9.59º | 0.86% | 0.44% | - |
| HSV(B) | 9.59º | 0.92% | 0.82% | - |
| XYZ | 27.69 | 15.77 | 2.08 | - |
| YUV | 92.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 16 | 0 | 0.78 | 0.92 | 0.18 | 9.59 | 0.86 | 0.44 |
| Hex | D2 | 2F | 10 | 0 | 4E | 5C | 12 | A | 56 | 2C |
| Octal | 322 | 57 | 20 | 0 | 116 | 134 | 22 | 12 | 126 | 54 |
| Binary | 11010010 | 101111 | 10000 | 0 | 1001110 | 1011100 | 10010 | 1010 | 1010110 | 101100 |
Color Harmonies of #D22F10
Complementary color
Monochromatic Colors of #D22F10
Black with #D22F10
Text Example
Text Example
White with #D22F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F10; }
p { color: rgb(210,47,16); }
H1.HeaderClassName
{
color: #D22F10;
}
.AnyTagClassName
{
color: #D22F10;
}
</style>
background-color css
<style>
a { background-color: #D22F10; }
a { background-color: rgb(210,47,16); }
div.DivClassName
{
background-color: #D22F10;
}
.BgClassName
{
background-color: #D22F10;
}
</style>
border-color css
<style>
span { border-color: #D22F10; }
span { border-color: rgb(210,47,16); }
td.TdClassName
{
border-color: #D22F10;
}
.TagClassName
{
border-color: #D22F10;
}
</style>