Html Css Color HEX #DA2511 Harley Davidson Orange
📋 copy color: '#DA2511'red 218 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #DA2511
Tints of Harley Davidson Orange #DA2511
RGB
CMYK
RGB Variations
Color information
#DA2511 (or 0xDA2511) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 11. RGB value is (218,37,17). Sum of RGB (Red+Green+Blue) = 218+37+17=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2511 is #25DAEE. Grayscale: #595959. Windows color (decimal): -2480879 or 1123802. OLE color: 1123802.
HSL color Cylindrical-coordinate representation of color #DA2511: hue angle of 5.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA2511 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 17 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.15 |
| HSL | 5.97º | 0.86% | 0.46% | - |
| HSV(B) | 5.97º | 0.92% | 0.85% | - |
| XYZ | 29.68 | 16.27 | 2.11 | - |
| YUV | 88.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 17 | 0 | 0.83 | 0.92 | 0.15 | 5.97 | 0.86 | 0.46 |
| Hex | DA | 25 | 11 | 0 | 53 | 5C | F | 6 | 56 | 2E |
| Octal | 332 | 45 | 21 | 0 | 123 | 134 | 17 | 6 | 126 | 56 |
| Binary | 11011010 | 100101 | 10001 | 0 | 1010011 | 1011100 | 1111 | 110 | 1010110 | 101110 |
Color Harmonies of #DA2511
Complementary color
Monochromatic Colors of #DA2511
Black with #DA2511
Text Example
Text Example
White with #DA2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2511; }
p { color: rgb(218,37,17); }
H1.HeaderClassName
{
color: #DA2511;
}
.AnyTagClassName
{
color: #DA2511;
}
</style>
background-color css
<style>
a { background-color: #DA2511; }
a { background-color: rgb(218,37,17); }
div.DivClassName
{
background-color: #DA2511;
}
.BgClassName
{
background-color: #DA2511;
}
</style>
border-color css
<style>
span { border-color: #DA2511; }
span { border-color: rgb(218,37,17); }
td.TdClassName
{
border-color: #DA2511;
}
.TagClassName
{
border-color: #DA2511;
}
</style>