Html Css Color HEX #DA2013 Harley Davidson Orange
📋 copy color: '#DA2013'red 218 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #DA2013
Tints of Harley Davidson Orange #DA2013
RGB
CMYK
RGB Variations
Color information
#DA2013 (or 0xDA2013) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 13. RGB value is (218,32,19). Sum of RGB (Red+Green+Blue) = 218+32+19=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2013 is #25DFEC. Grayscale: #565656. Windows color (decimal): -2482157 or 1253594. OLE color: 1253594.
HSL color Cylindrical-coordinate representation of color #DA2013: hue angle of 3.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA2013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.15 |
| HSL | 3.92º | 0.84% | 0.46% | - |
| HSV(B) | 3.92º | 0.91% | 0.85% | - |
| XYZ | 29.55 | 15.99 | 2.14 | - |
| YUV | 86.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 19 | 0 | 0.85 | 0.91 | 0.15 | 3.92 | 0.84 | 0.46 |
| Hex | DA | 20 | 13 | 0 | 55 | 5B | F | 4 | 54 | 2E |
| Octal | 332 | 40 | 23 | 0 | 125 | 133 | 17 | 4 | 124 | 56 |
| Binary | 11011010 | 100000 | 10011 | 0 | 1010101 | 1011011 | 1111 | 100 | 1010100 | 101110 |
Color Harmonies of #DA2013
Complementary color
Monochromatic Colors of #DA2013
Black with #DA2013
Text Example
Text Example
White with #DA2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2013; }
p { color: rgb(218,32,19); }
H1.HeaderClassName
{
color: #DA2013;
}
.AnyTagClassName
{
color: #DA2013;
}
</style>
background-color css
<style>
a { background-color: #DA2013; }
a { background-color: rgb(218,32,19); }
div.DivClassName
{
background-color: #DA2013;
}
.BgClassName
{
background-color: #DA2013;
}
</style>
border-color css
<style>
span { border-color: #DA2013; }
span { border-color: rgb(218,32,19); }
td.TdClassName
{
border-color: #DA2013;
}
.TagClassName
{
border-color: #DA2013;
}
</style>