Html Css Color HEX #D22910 Harley Davidson Orange
📋 copy color: '#D22910'red 210 ◦ green 41 ◦ blue 16
Shades of Harley Davidson Orange #D22910
Tints of Harley Davidson Orange #D22910
RGB
CMYK
RGB Variations
Color information
#D22910 (or 0xD22910) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 10. RGB value is (210,41,16). Sum of RGB (Red+Green+Blue) = 210+41+16=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D22910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22910 is #2DD6EF. Grayscale: #585858. Windows color (decimal): -3004144 or 1059282. OLE color: 1059282.
HSL color Cylindrical-coordinate representation of color #D22910: hue angle of 7.73º 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 #D22910 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 16 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.18 |
| HSL | 7.73º | 0.86% | 0.44% | - |
| HSV(B) | 7.73º | 0.92% | 0.82% | - |
| XYZ | 27.46 | 15.32 | 2 | - |
| YUV | 88.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 16 | 0 | 0.80 | 0.92 | 0.18 | 7.73 | 0.86 | 0.44 |
| Hex | D2 | 29 | 10 | 0 | 50 | 5C | 12 | 8 | 56 | 2C |
| Octal | 322 | 51 | 20 | 0 | 120 | 134 | 22 | 10 | 126 | 54 |
| Binary | 11010010 | 101001 | 10000 | 0 | 1010000 | 1011100 | 10010 | 1000 | 1010110 | 101100 |
Color Harmonies of #D22910
Complementary color
Monochromatic Colors of #D22910
Black with #D22910
Text Example
Text Example
White with #D22910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22910; }
p { color: rgb(210,41,16); }
H1.HeaderClassName
{
color: #D22910;
}
.AnyTagClassName
{
color: #D22910;
}
</style>
background-color css
<style>
a { background-color: #D22910; }
a { background-color: rgb(210,41,16); }
div.DivClassName
{
background-color: #D22910;
}
.BgClassName
{
background-color: #D22910;
}
</style>
border-color css
<style>
span { border-color: #D22910; }
span { border-color: rgb(210,41,16); }
td.TdClassName
{
border-color: #D22910;
}
.TagClassName
{
border-color: #D22910;
}
</style>