Html Css Color HEX #DA1808 Harley Davidson Orange
📋 copy color: '#DA1808'red 218 ◦ green 24 ◦ blue 8
Shades of Harley Davidson Orange #DA1808
Tints of Harley Davidson Orange #DA1808
RGB
CMYK
RGB Variations
Color information
#DA1808 (or 0xDA1808) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 08. RGB value is (218,24,8). Sum of RGB (Red+Green+Blue) = 218+24+8=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1808 is #25E7F7. Grayscale: #505050. Windows color (decimal): -2484216 or 530650. OLE color: 530650.
HSL color Cylindrical-coordinate representation of color #DA1808: hue angle of 4.57º 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 #DA1808 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.15 |
| HSL | 4.57º | 0.93% | 0.44% | - |
| HSV(B) | 4.57º | 0.96% | 0.85% | - |
| XYZ | 29.28 | 15.58 | 1.69 | - |
| YUV | 80.18 | 87.27 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 8 | 0 | 0.89 | 0.96 | 0.15 | 4.57 | 0.93 | 0.44 |
| Hex | DA | 18 | 8 | 0 | 59 | 60 | F | 5 | 5D | 2C |
| Octal | 332 | 30 | 10 | 0 | 131 | 140 | 17 | 5 | 135 | 54 |
| Binary | 11011010 | 11000 | 1000 | 0 | 1011001 | 1100000 | 1111 | 101 | 1011101 | 101100 |
Color Harmonies of #DA1808
Complementary color
Monochromatic Colors of #DA1808
Black with #DA1808
Text Example
Text Example
White with #DA1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1808; }
p { color: rgb(218,24,8); }
H1.HeaderClassName
{
color: #DA1808;
}
.AnyTagClassName
{
color: #DA1808;
}
</style>
background-color css
<style>
a { background-color: #DA1808; }
a { background-color: rgb(218,24,8); }
div.DivClassName
{
background-color: #DA1808;
}
.BgClassName
{
background-color: #DA1808;
}
</style>
border-color css
<style>
span { border-color: #DA1808; }
span { border-color: rgb(218,24,8); }
td.TdClassName
{
border-color: #DA1808;
}
.TagClassName
{
border-color: #DA1808;
}
</style>