Html Css Color HEX #D2210C Harley Davidson Orange
📋 copy color: '#D2210C'red 210 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #D2210C
Tints of Harley Davidson Orange #D2210C
RGB
CMYK
RGB Variations
Color information
#D2210C (or 0xD2210C) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 0C. RGB value is (210,33,12). Sum of RGB (Red+Green+Blue) = 210+33+12=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D2210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2210C is #2DDEF3. Grayscale: #535353. Windows color (decimal): -3006196 or 795090. OLE color: 795090.
HSL color Cylindrical-coordinate representation of color #D2210C: hue angle of 6.36º 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 #D2210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.18 |
| HSL | 6.36º | 0.89% | 0.44% | - |
| HSV(B) | 6.36º | 0.94% | 0.82% | - |
| XYZ | 27.19 | 14.82 | 1.77 | - |
| YUV | 83.53 | 87.64 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 12 | 0 | 0.84 | 0.94 | 0.18 | 6.36 | 0.89 | 0.44 |
| Hex | D2 | 21 | C | 0 | 54 | 5E | 12 | 6 | 59 | 2C |
| Octal | 322 | 41 | 14 | 0 | 124 | 136 | 22 | 6 | 131 | 54 |
| Binary | 11010010 | 100001 | 1100 | 0 | 1010100 | 1011110 | 10010 | 110 | 1011001 | 101100 |
Color Harmonies of #D2210C
Complementary color
Monochromatic Colors of #D2210C
Black with #D2210C
Text Example
Text Example
White with #D2210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2210C; }
p { color: rgb(210,33,12); }
H1.HeaderClassName
{
color: #D2210C;
}
.AnyTagClassName
{
color: #D2210C;
}
</style>
background-color css
<style>
a { background-color: #D2210C; }
a { background-color: rgb(210,33,12); }
div.DivClassName
{
background-color: #D2210C;
}
.BgClassName
{
background-color: #D2210C;
}
</style>
border-color css
<style>
span { border-color: #D2210C; }
span { border-color: rgb(210,33,12); }
td.TdClassName
{
border-color: #D2210C;
}
.TagClassName
{
border-color: #D2210C;
}
</style>