Html Css Color HEX #D22012 Harley Davidson Orange
📋 copy color: '#D22012'red 210 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #D22012
Tints of Harley Davidson Orange #D22012
RGB
CMYK
RGB Variations
Color information
#D22012 (or 0xD22012) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 12. RGB value is (210,32,18). Sum of RGB (Red+Green+Blue) = 210+32+18=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D22012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22012 is #2DDFED. Grayscale: #535353. Windows color (decimal): -3006446 or 1188050. OLE color: 1188050.
HSL color Cylindrical-coordinate representation of color #D22012: hue angle of 4.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D22012 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.18 |
| HSL | 4.38º | 0.84% | 0.45% | - |
| HSV(B) | 4.38º | 0.91% | 0.82% | - |
| XYZ | 27.2 | 14.78 | 1.99 | - |
| YUV | 83.63 | 90.97 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 18 | 0 | 0.85 | 0.91 | 0.18 | 4.38 | 0.84 | 0.45 |
| Hex | D2 | 20 | 12 | 0 | 55 | 5B | 12 | 4 | 54 | 2D |
| Octal | 322 | 40 | 22 | 0 | 125 | 133 | 22 | 4 | 124 | 55 |
| Binary | 11010010 | 100000 | 10010 | 0 | 1010101 | 1011011 | 10010 | 100 | 1010100 | 101101 |
Color Harmonies of #D22012
Complementary color
Monochromatic Colors of #D22012
Black with #D22012
Text Example
Text Example
White with #D22012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22012; }
p { color: rgb(210,32,18); }
H1.HeaderClassName
{
color: #D22012;
}
.AnyTagClassName
{
color: #D22012;
}
</style>
background-color css
<style>
a { background-color: #D22012; }
a { background-color: rgb(210,32,18); }
div.DivClassName
{
background-color: #D22012;
}
.BgClassName
{
background-color: #D22012;
}
</style>
border-color css
<style>
span { border-color: #D22012; }
span { border-color: rgb(210,32,18); }
td.TdClassName
{
border-color: #D22012;
}
.TagClassName
{
border-color: #D22012;
}
</style>