Html Css Color HEX #DA2510 Harley Davidson Orange
📋 copy color: '#DA2510'red 218 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #DA2510
Tints of Harley Davidson Orange #DA2510
RGB
CMYK
RGB Variations
Color information
#DA2510 (or 0xDA2510) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 10. RGB value is (218,37,16). Sum of RGB (Red+Green+Blue) = 218+37+16=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2510 is #25DAEF. Grayscale: #585858. Windows color (decimal): -2480880 or 1058266. OLE color: 1058266.
HSL color Cylindrical-coordinate representation of color #DA2510: hue angle of 6.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA2510 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.15 |
| HSL | 6.24º | 0.86% | 0.46% | - |
| HSV(B) | 6.24º | 0.93% | 0.85% | - |
| XYZ | 29.67 | 16.27 | 2.07 | - |
| YUV | 88.73 | 86.97 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 16 | 0 | 0.83 | 0.93 | 0.15 | 6.24 | 0.86 | 0.46 |
| Hex | DA | 25 | 10 | 0 | 53 | 5D | F | 6 | 56 | 2E |
| Octal | 332 | 45 | 20 | 0 | 123 | 135 | 17 | 6 | 126 | 56 |
| Binary | 11011010 | 100101 | 10000 | 0 | 1010011 | 1011101 | 1111 | 110 | 1010110 | 101110 |
Color Harmonies of #DA2510
Complementary color
Monochromatic Colors of #DA2510
Black with #DA2510
Text Example
Text Example
White with #DA2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2510; }
p { color: rgb(218,37,16); }
H1.HeaderClassName
{
color: #DA2510;
}
.AnyTagClassName
{
color: #DA2510;
}
</style>
background-color css
<style>
a { background-color: #DA2510; }
a { background-color: rgb(218,37,16); }
div.DivClassName
{
background-color: #DA2510;
}
.BgClassName
{
background-color: #DA2510;
}
</style>
border-color css
<style>
span { border-color: #DA2510; }
span { border-color: rgb(218,37,16); }
td.TdClassName
{
border-color: #DA2510;
}
.TagClassName
{
border-color: #DA2510;
}
</style>