Html Css Color HEX #DA2408 Harley Davidson Orange
📋 copy color: '#DA2408'red 218 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #DA2408
Tints of Harley Davidson Orange #DA2408
RGB
CMYK
RGB Variations
Color information
#DA2408 (or 0xDA2408) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 08. RGB value is (218,36,8). Sum of RGB (Red+Green+Blue) = 218+36+8=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2408 is #25DBF7. Grayscale: #575757. Windows color (decimal): -2481144 or 533722. OLE color: 533722.
HSL color Cylindrical-coordinate representation of color #DA2408: hue angle of 8º 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 #DA2408 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.15 |
| HSL | 8º | 0.93% | 0.44% | - |
| HSV(B) | 8º | 0.96% | 0.85% | - |
| XYZ | 29.59 | 16.18 | 1.79 | - |
| YUV | 87.23 | 83.3 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 8 | 0 | 0.83 | 0.96 | 0.15 | 8 | 0.93 | 0.44 |
| Hex | DA | 24 | 8 | 0 | 53 | 60 | F | 8 | 5D | 2C |
| Octal | 332 | 44 | 10 | 0 | 123 | 140 | 17 | 10 | 135 | 54 |
| Binary | 11011010 | 100100 | 1000 | 0 | 1010011 | 1100000 | 1111 | 1000 | 1011101 | 101100 |
Color Harmonies of #DA2408
Complementary color
Monochromatic Colors of #DA2408
Black with #DA2408
Text Example
Text Example
White with #DA2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2408; }
p { color: rgb(218,36,8); }
H1.HeaderClassName
{
color: #DA2408;
}
.AnyTagClassName
{
color: #DA2408;
}
</style>
background-color css
<style>
a { background-color: #DA2408; }
a { background-color: rgb(218,36,8); }
div.DivClassName
{
background-color: #DA2408;
}
.BgClassName
{
background-color: #DA2408;
}
</style>
border-color css
<style>
span { border-color: #DA2408; }
span { border-color: rgb(218,36,8); }
td.TdClassName
{
border-color: #DA2408;
}
.TagClassName
{
border-color: #DA2408;
}
</style>