Html Css Color HEX #DA2508 Harley Davidson Orange
📋 copy color: '#DA2508'red 218 ◦ green 37 ◦ blue 8
Shades of Harley Davidson Orange #DA2508
Tints of Harley Davidson Orange #DA2508
RGB
CMYK
RGB Variations
Color information
#DA2508 (or 0xDA2508) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 08. RGB value is (218,37,8). Sum of RGB (Red+Green+Blue) = 218+37+8=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2508 is #25DAF7. Grayscale: #585858. Windows color (decimal): -2480888 or 533978. OLE color: 533978.
HSL color Cylindrical-coordinate representation of color #DA2508: hue angle of 8.29º 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 #DA2508 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.15 |
| HSL | 8.29º | 0.93% | 0.44% | - |
| HSV(B) | 8.29º | 0.96% | 0.85% | - |
| XYZ | 29.62 | 16.25 | 1.8 | - |
| YUV | 87.81 | 82.97 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 8 | 0 | 0.83 | 0.96 | 0.15 | 8.29 | 0.93 | 0.44 |
| Hex | DA | 25 | 8 | 0 | 53 | 60 | F | 8 | 5D | 2C |
| Octal | 332 | 45 | 10 | 0 | 123 | 140 | 17 | 10 | 135 | 54 |
| Binary | 11011010 | 100101 | 1000 | 0 | 1010011 | 1100000 | 1111 | 1000 | 1011101 | 101100 |
Color Harmonies of #DA2508
Complementary color
Monochromatic Colors of #DA2508
Black with #DA2508
Text Example
Text Example
White with #DA2508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2508; }
p { color: rgb(218,37,8); }
H1.HeaderClassName
{
color: #DA2508;
}
.AnyTagClassName
{
color: #DA2508;
}
</style>
background-color css
<style>
a { background-color: #DA2508; }
a { background-color: rgb(218,37,8); }
div.DivClassName
{
background-color: #DA2508;
}
.BgClassName
{
background-color: #DA2508;
}
</style>
border-color css
<style>
span { border-color: #DA2508; }
span { border-color: rgb(218,37,8); }
td.TdClassName
{
border-color: #DA2508;
}
.TagClassName
{
border-color: #DA2508;
}
</style>