Html Css Color HEX #DA1918 Harley Davidson Orange
📋 copy color: '#DA1918'red 218 ◦ green 25 ◦ blue 24
Shades of Harley Davidson Orange #DA1918
Tints of Harley Davidson Orange #DA1918
RGB
CMYK
RGB Variations
Color information
#DA1918 (or 0xDA1918) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 18. RGB value is (218,25,24). Sum of RGB (Red+Green+Blue) = 218+25+24=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1918 is #25E6E7. Grayscale: #525252. Windows color (decimal): -2483944 or 1579482. OLE color: 1579482.
HSL color Cylindrical-coordinate representation of color #DA1918: hue angle of 0.31º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1918 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.15 |
| HSL | 0.31º | 0.8% | 0.47% | - |
| HSV(B) | 0.31º | 0.89% | 0.85% | - |
| XYZ | 29.43 | 15.67 | 2.34 | - |
| YUV | 82.59 | 94.94 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 24 | 0 | 0.89 | 0.89 | 0.15 | 0.31 | 0.8 | 0.47 |
| Hex | DA | 19 | 18 | 0 | 59 | 59 | F | 0 | 50 | 2F |
| Octal | 332 | 31 | 30 | 0 | 131 | 131 | 17 | 0 | 120 | 57 |
| Binary | 11011010 | 11001 | 11000 | 0 | 1011001 | 1011001 | 1111 | 0 | 1010000 | 101111 |
Color Harmonies of #DA1918
Complementary color
Monochromatic Colors of #DA1918
Black with #DA1918
Text Example
Text Example
White with #DA1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1918; }
p { color: rgb(218,25,24); }
H1.HeaderClassName
{
color: #DA1918;
}
.AnyTagClassName
{
color: #DA1918;
}
</style>
background-color css
<style>
a { background-color: #DA1918; }
a { background-color: rgb(218,25,24); }
div.DivClassName
{
background-color: #DA1918;
}
.BgClassName
{
background-color: #DA1918;
}
</style>
border-color css
<style>
span { border-color: #DA1918; }
span { border-color: rgb(218,25,24); }
td.TdClassName
{
border-color: #DA1918;
}
.TagClassName
{
border-color: #DA1918;
}
</style>