Html Css Color HEX #D22D0E Harley Davidson Orange
📋 copy color: '#D22D0E'red 210 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #D22D0E
Tints of Harley Davidson Orange #D22D0E
RGB
CMYK
RGB Variations
Color information
#D22D0E (or 0xD22D0E) is known color: Harley Davidson Orange. HEX triplet: D2, 2D and 0E. RGB value is (210,45,14). Sum of RGB (Red+Green+Blue) = 210+45+14=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22D0E is #2DD2F1. Grayscale: #5B5B5B. Windows color (decimal): -3003122 or 929234. OLE color: 929234.
HSL color Cylindrical-coordinate representation of color #D22D0E: hue angle of 9.49º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D22D0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.18 |
| HSL | 9.49º | 0.88% | 0.44% | - |
| HSV(B) | 9.49º | 0.93% | 0.82% | - |
| XYZ | 27.6 | 15.61 | 1.97 | - |
| YUV | 90.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 14 | 0 | 0.79 | 0.93 | 0.18 | 9.49 | 0.88 | 0.44 |
| Hex | D2 | 2D | E | 0 | 4F | 5D | 12 | 9 | 58 | 2C |
| Octal | 322 | 55 | 16 | 0 | 117 | 135 | 22 | 11 | 130 | 54 |
| Binary | 11010010 | 101101 | 1110 | 0 | 1001111 | 1011101 | 10010 | 1001 | 1011000 | 101100 |
Color Harmonies of #D22D0E
Complementary color
Monochromatic Colors of #D22D0E
Black with #D22D0E
Text Example
Text Example
White with #D22D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D0E; }
p { color: rgb(210,45,14); }
H1.HeaderClassName
{
color: #D22D0E;
}
.AnyTagClassName
{
color: #D22D0E;
}
</style>
background-color css
<style>
a { background-color: #D22D0E; }
a { background-color: rgb(210,45,14); }
div.DivClassName
{
background-color: #D22D0E;
}
.BgClassName
{
background-color: #D22D0E;
}
</style>
border-color css
<style>
span { border-color: #D22D0E; }
span { border-color: rgb(210,45,14); }
td.TdClassName
{
border-color: #D22D0E;
}
.TagClassName
{
border-color: #D22D0E;
}
</style>