Html Css Color HEX #D22D0C Harley Davidson Orange
📋 copy color: '#D22D0C'red 210 ◦ green 45 ◦ blue 12
Shades of Harley Davidson Orange #D22D0C
Tints of Harley Davidson Orange #D22D0C
RGB
CMYK
RGB Variations
Color information
#D22D0C (or 0xD22D0C) is known color: Harley Davidson Orange. HEX triplet: D2, 2D and 0C. RGB value is (210,45,12). Sum of RGB (Red+Green+Blue) = 210+45+12=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22D0C is #2DD2F3. Grayscale: #5A5A5A. Windows color (decimal): -3003124 or 798162. OLE color: 798162.
HSL color Cylindrical-coordinate representation of color #D22D0C: hue angle of 10º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D22D0C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.18 |
| HSL | 10º | 0.89% | 0.44% | - |
| HSV(B) | 10º | 0.94% | 0.82% | - |
| XYZ | 27.58 | 15.6 | 1.91 | - |
| YUV | 90.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 12 | 0 | 0.79 | 0.94 | 0.18 | 10 | 0.89 | 0.44 |
| Hex | D2 | 2D | C | 0 | 4F | 5E | 12 | A | 59 | 2C |
| Octal | 322 | 55 | 14 | 0 | 117 | 136 | 22 | 12 | 131 | 54 |
| Binary | 11010010 | 101101 | 1100 | 0 | 1001111 | 1011110 | 10010 | 1010 | 1011001 | 101100 |
Color Harmonies of #D22D0C
Complementary color
Monochromatic Colors of #D22D0C
Black with #D22D0C
Text Example
Text Example
White with #D22D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D0C; }
p { color: rgb(210,45,12); }
H1.HeaderClassName
{
color: #D22D0C;
}
.AnyTagClassName
{
color: #D22D0C;
}
</style>
background-color css
<style>
a { background-color: #D22D0C; }
a { background-color: rgb(210,45,12); }
div.DivClassName
{
background-color: #D22D0C;
}
.BgClassName
{
background-color: #D22D0C;
}
</style>
border-color css
<style>
span { border-color: #D22D0C; }
span { border-color: rgb(210,45,12); }
td.TdClassName
{
border-color: #D22D0C;
}
.TagClassName
{
border-color: #D22D0C;
}
</style>