Html Css Color HEX #D21908 Harley Davidson Orange
📋 copy color: '#D21908'red 210 ◦ green 25 ◦ blue 8
Shades of Harley Davidson Orange #D21908
Tints of Harley Davidson Orange #D21908
RGB
CMYK
RGB Variations
Color information
#D21908 (or 0xD21908) is known color: Harley Davidson Orange. HEX triplet: D2, 19 and 08. RGB value is (210,25,8). Sum of RGB (Red+Green+Blue) = 210+25+8=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D21908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21908 is #2DE6F7. Grayscale: #4E4E4E. Windows color (decimal): -3008248 or 530898. OLE color: 530898.
HSL color Cylindrical-coordinate representation of color #D21908: hue angle of 5.05º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D21908 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.18 |
| HSL | 5.05º | 0.93% | 0.43% | - |
| HSV(B) | 5.05º | 0.96% | 0.82% | - |
| XYZ | 26.97 | 14.41 | 1.59 | - |
| YUV | 78.38 | 88.29 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 8 | 0 | 0.88 | 0.96 | 0.18 | 5.05 | 0.93 | 0.43 |
| Hex | D2 | 19 | 8 | 0 | 58 | 60 | 12 | 5 | 5D | 2B |
| Octal | 322 | 31 | 10 | 0 | 130 | 140 | 22 | 5 | 135 | 53 |
| Binary | 11010010 | 11001 | 1000 | 0 | 1011000 | 1100000 | 10010 | 101 | 1011101 | 101011 |
Color Harmonies of #D21908
Complementary color
Monochromatic Colors of #D21908
Black with #D21908
Text Example
Text Example
White with #D21908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21908; }
p { color: rgb(210,25,8); }
H1.HeaderClassName
{
color: #D21908;
}
.AnyTagClassName
{
color: #D21908;
}
</style>
background-color css
<style>
a { background-color: #D21908; }
a { background-color: rgb(210,25,8); }
div.DivClassName
{
background-color: #D21908;
}
.BgClassName
{
background-color: #D21908;
}
</style>
border-color css
<style>
span { border-color: #D21908; }
span { border-color: rgb(210,25,8); }
td.TdClassName
{
border-color: #D21908;
}
.TagClassName
{
border-color: #D21908;
}
</style>