Html Css Color HEX #DA1908 Harley Davidson Orange
📋 copy color: '#DA1908'red 218 ◦ green 25 ◦ blue 8
Shades of Harley Davidson Orange #DA1908
Tints of Harley Davidson Orange #DA1908
RGB
CMYK
RGB Variations
Color information
#DA1908 (or 0xDA1908) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 08. RGB value is (218,25,8). Sum of RGB (Red+Green+Blue) = 218+25+8=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1908 is #25E6F7. Grayscale: #515151. Windows color (decimal): -2483960 or 530906. OLE color: 530906.
HSL color Cylindrical-coordinate representation of color #DA1908: hue angle of 4.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA1908 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.15 |
| HSL | 4.86º | 0.93% | 0.44% | - |
| HSV(B) | 4.86º | 0.96% | 0.85% | - |
| XYZ | 29.3 | 15.62 | 1.7 | - |
| YUV | 80.77 | 86.94 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 8 | 0 | 0.89 | 0.96 | 0.15 | 4.86 | 0.93 | 0.44 |
| Hex | DA | 19 | 8 | 0 | 59 | 60 | F | 5 | 5D | 2C |
| Octal | 332 | 31 | 10 | 0 | 131 | 140 | 17 | 5 | 135 | 54 |
| Binary | 11011010 | 11001 | 1000 | 0 | 1011001 | 1100000 | 1111 | 101 | 1011101 | 101100 |
Color Harmonies of #DA1908
Complementary color
Monochromatic Colors of #DA1908
Black with #DA1908
Text Example
Text Example
White with #DA1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1908; }
p { color: rgb(218,25,8); }
H1.HeaderClassName
{
color: #DA1908;
}
.AnyTagClassName
{
color: #DA1908;
}
</style>
background-color css
<style>
a { background-color: #DA1908; }
a { background-color: rgb(218,25,8); }
div.DivClassName
{
background-color: #DA1908;
}
.BgClassName
{
background-color: #DA1908;
}
</style>
border-color css
<style>
span { border-color: #DA1908; }
span { border-color: rgb(218,25,8); }
td.TdClassName
{
border-color: #DA1908;
}
.TagClassName
{
border-color: #DA1908;
}
</style>