Html Css Color HEX #DA1818 Harley Davidson Orange
📋 copy color: '#DA1818'red 218 ◦ green 24 ◦ blue 24
Shades of Harley Davidson Orange #DA1818
Tints of Harley Davidson Orange #DA1818
RGB
CMYK
RGB Variations
Color information
#DA1818 (or 0xDA1818) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 18. RGB value is (218,24,24). Sum of RGB (Red+Green+Blue) = 218+24+24=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1818 is #25E7E7. Grayscale: #525252. Windows color (decimal): -2484200 or 1579226. OLE color: 1579226.
HSL color Cylindrical-coordinate representation of color #DA1818: hue angle of 0º 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 #DA1818 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.15 |
| HSL | 0º | 0.8% | 0.47% | - |
| HSV(B) | 0º | 0.89% | 0.85% | - |
| XYZ | 29.4 | 15.62 | 2.33 | - |
| YUV | 82.01 | 95.27 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 24 | 0 | 0.89 | 0.89 | 0.15 | 0 | 0.8 | 0.47 |
| Hex | DA | 18 | 18 | 0 | 59 | 59 | F | 0 | 50 | 2F |
| Octal | 332 | 30 | 30 | 0 | 131 | 131 | 17 | 0 | 120 | 57 |
| Binary | 11011010 | 11000 | 11000 | 0 | 1011001 | 1011001 | 1111 | 0 | 1010000 | 101111 |
Color Harmonies of #DA1818
Complementary color
Monochromatic Colors of #DA1818
Black with #DA1818
Text Example
Text Example
White with #DA1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1818; }
p { color: rgb(218,24,24); }
H1.HeaderClassName
{
color: #DA1818;
}
.AnyTagClassName
{
color: #DA1818;
}
</style>
background-color css
<style>
a { background-color: #DA1818; }
a { background-color: rgb(218,24,24); }
div.DivClassName
{
background-color: #DA1818;
}
.BgClassName
{
background-color: #DA1818;
}
</style>
border-color css
<style>
span { border-color: #DA1818; }
span { border-color: rgb(218,24,24); }
td.TdClassName
{
border-color: #DA1818;
}
.TagClassName
{
border-color: #DA1818;
}
</style>