Html Css Color HEX #DA2F18 Harley Davidson Orange
📋 copy color: '#DA2F18'red 218 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #DA2F18
Tints of Harley Davidson Orange #DA2F18
RGB
CMYK
RGB Variations
Color information
#DA2F18 (or 0xDA2F18) is known color: Harley Davidson Orange. HEX triplet: DA, 2F and 18. RGB value is (218,47,24). Sum of RGB (Red+Green+Blue) = 218+47+24=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2F18 is #25D0E7. Grayscale: #5F5F5F. Windows color (decimal): -2478312 or 1585114. OLE color: 1585114.
HSL color Cylindrical-coordinate representation of color #DA2F18: hue angle of 7.11º 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 #DA2F18 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.15 |
| HSL | 7.11º | 0.8% | 0.47% | - |
| HSV(B) | 7.11º | 0.89% | 0.85% | - |
| XYZ | 30.09 | 17 | 2.56 | - |
| YUV | 95.51 | 87.65 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 24 | 0 | 0.78 | 0.89 | 0.15 | 7.11 | 0.8 | 0.47 |
| Hex | DA | 2F | 18 | 0 | 4E | 59 | F | 7 | 50 | 2F |
| Octal | 332 | 57 | 30 | 0 | 116 | 131 | 17 | 7 | 120 | 57 |
| Binary | 11011010 | 101111 | 11000 | 0 | 1001110 | 1011001 | 1111 | 111 | 1010000 | 101111 |
Color Harmonies of #DA2F18
Complementary color
Monochromatic Colors of #DA2F18
Black with #DA2F18
Text Example
Text Example
White with #DA2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F18; }
p { color: rgb(218,47,24); }
H1.HeaderClassName
{
color: #DA2F18;
}
.AnyTagClassName
{
color: #DA2F18;
}
</style>
background-color css
<style>
a { background-color: #DA2F18; }
a { background-color: rgb(218,47,24); }
div.DivClassName
{
background-color: #DA2F18;
}
.BgClassName
{
background-color: #DA2F18;
}
</style>
border-color css
<style>
span { border-color: #DA2F18; }
span { border-color: rgb(218,47,24); }
td.TdClassName
{
border-color: #DA2F18;
}
.TagClassName
{
border-color: #DA2F18;
}
</style>