Html Css Color HEX #D01908 Harley Davidson Orange
📋 copy color: '#D01908'red 208 ◦ green 25 ◦ blue 8
Shades of Harley Davidson Orange #D01908
Tints of Harley Davidson Orange #D01908
RGB
CMYK
RGB Variations
Color information
#D01908 (or 0xD01908) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 08. RGB value is (208,25,8). Sum of RGB (Red+Green+Blue) = 208+25+8=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D01908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01908 is #2FE6F7. Grayscale: #4E4E4E. Windows color (decimal): -3139320 or 530896. OLE color: 530896.
HSL color Cylindrical-coordinate representation of color #D01908: hue angle of 5.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D01908 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.18 |
| HSL | 5.1º | 0.93% | 0.42% | - |
| HSV(B) | 5.1º | 0.96% | 0.82% | - |
| XYZ | 26.4 | 14.12 | 1.56 | - |
| YUV | 77.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 8 | 0 | 0.88 | 0.96 | 0.18 | 5.1 | 0.93 | 0.42 |
| Hex | D0 | 19 | 8 | 0 | 58 | 60 | 12 | 5 | 5D | 2A |
| Octal | 320 | 31 | 10 | 0 | 130 | 140 | 22 | 5 | 135 | 52 |
| Binary | 11010000 | 11001 | 1000 | 0 | 1011000 | 1100000 | 10010 | 101 | 1011101 | 101010 |
Color Harmonies of #D01908
Complementary color
Monochromatic Colors of #D01908
Black with #D01908
Text Example
Text Example
White with #D01908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01908; }
p { color: rgb(208,25,8); }
H1.HeaderClassName
{
color: #D01908;
}
.AnyTagClassName
{
color: #D01908;
}
</style>
background-color css
<style>
a { background-color: #D01908; }
a { background-color: rgb(208,25,8); }
div.DivClassName
{
background-color: #D01908;
}
.BgClassName
{
background-color: #D01908;
}
</style>
border-color css
<style>
span { border-color: #D01908; }
span { border-color: rgb(208,25,8); }
td.TdClassName
{
border-color: #D01908;
}
.TagClassName
{
border-color: #D01908;
}
</style>