Html Css Color HEX #D22810 Harley Davidson Orange
📋 copy color: '#D22810'red 210 ◦ green 40 ◦ blue 16
Shades of Harley Davidson Orange #D22810
Tints of Harley Davidson Orange #D22810
RGB
CMYK
RGB Variations
Color information
#D22810 (or 0xD22810) is known color: Harley Davidson Orange. HEX triplet: D2, 28 and 10. RGB value is (210,40,16). Sum of RGB (Red+Green+Blue) = 210+40+16=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D22810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22810 is #2DD7EF. Grayscale: #585858. Windows color (decimal): -3004400 or 1059026. OLE color: 1059026.
HSL color Cylindrical-coordinate representation of color #D22810: hue angle of 7.42º 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 #D22810 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 16 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.18 |
| HSL | 7.42º | 0.86% | 0.44% | - |
| HSV(B) | 7.42º | 0.92% | 0.82% | - |
| XYZ | 27.43 | 15.26 | 1.99 | - |
| YUV | 88.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 16 | 0 | 0.81 | 0.92 | 0.18 | 7.42 | 0.86 | 0.44 |
| Hex | D2 | 28 | 10 | 0 | 51 | 5C | 12 | 7 | 56 | 2C |
| Octal | 322 | 50 | 20 | 0 | 121 | 134 | 22 | 7 | 126 | 54 |
| Binary | 11010010 | 101000 | 10000 | 0 | 1010001 | 1011100 | 10010 | 111 | 1010110 | 101100 |
Color Harmonies of #D22810
Complementary color
Monochromatic Colors of #D22810
Black with #D22810
Text Example
Text Example
White with #D22810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22810; }
p { color: rgb(210,40,16); }
H1.HeaderClassName
{
color: #D22810;
}
.AnyTagClassName
{
color: #D22810;
}
</style>
background-color css
<style>
a { background-color: #D22810; }
a { background-color: rgb(210,40,16); }
div.DivClassName
{
background-color: #D22810;
}
.BgClassName
{
background-color: #D22810;
}
</style>
border-color css
<style>
span { border-color: #D22810; }
span { border-color: rgb(210,40,16); }
td.TdClassName
{
border-color: #D22810;
}
.TagClassName
{
border-color: #D22810;
}
</style>