Html Css Color HEX #D51908 Harley Davidson Orange
📋 copy color: '#D51908'red 213 ◦ green 25 ◦ blue 8
Shades of Harley Davidson Orange #D51908
Tints of Harley Davidson Orange #D51908
RGB
CMYK
RGB Variations
Color information
#D51908 (or 0xD51908) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 08. RGB value is (213,25,8). Sum of RGB (Red+Green+Blue) = 213+25+8=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D51908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51908 is #2AE6F7. Grayscale: #4F4F4F. Windows color (decimal): -2811640 or 530901. OLE color: 530901.
HSL color Cylindrical-coordinate representation of color #D51908: hue angle of 4.98º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D51908 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.16 |
| HSL | 4.98º | 0.93% | 0.43% | - |
| HSV(B) | 4.98º | 0.96% | 0.84% | - |
| XYZ | 27.83 | 14.86 | 1.63 | - |
| YUV | 79.27 | 87.78 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 8 | 0 | 0.88 | 0.96 | 0.16 | 4.98 | 0.93 | 0.43 |
| Hex | D5 | 19 | 8 | 0 | 58 | 60 | 10 | 5 | 5D | 2B |
| Octal | 325 | 31 | 10 | 0 | 130 | 140 | 20 | 5 | 135 | 53 |
| Binary | 11010101 | 11001 | 1000 | 0 | 1011000 | 1100000 | 10000 | 101 | 1011101 | 101011 |
Color Harmonies of #D51908
Complementary color
Monochromatic Colors of #D51908
Black with #D51908
Text Example
Text Example
White with #D51908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51908; }
p { color: rgb(213,25,8); }
H1.HeaderClassName
{
color: #D51908;
}
.AnyTagClassName
{
color: #D51908;
}
</style>
background-color css
<style>
a { background-color: #D51908; }
a { background-color: rgb(213,25,8); }
div.DivClassName
{
background-color: #D51908;
}
.BgClassName
{
background-color: #D51908;
}
</style>
border-color css
<style>
span { border-color: #D51908; }
span { border-color: rgb(213,25,8); }
td.TdClassName
{
border-color: #D51908;
}
.TagClassName
{
border-color: #D51908;
}
</style>