Html Css Color HEX #DA2413 Harley Davidson Orange
📋 copy color: '#DA2413'red 218 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #DA2413
Tints of Harley Davidson Orange #DA2413
RGB
CMYK
RGB Variations
Color information
#DA2413 (or 0xDA2413) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 13. RGB value is (218,36,19). Sum of RGB (Red+Green+Blue) = 218+36+19=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2413 is #25DBEC. Grayscale: #585858. Windows color (decimal): -2481133 or 1254618. OLE color: 1254618.
HSL color Cylindrical-coordinate representation of color #DA2413: hue angle of 5.13º 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 #DA2413 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.15 |
| HSL | 5.13º | 0.84% | 0.46% | - |
| HSV(B) | 5.13º | 0.91% | 0.85% | - |
| XYZ | 29.66 | 16.21 | 2.18 | - |
| YUV | 88.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 19 | 0 | 0.83 | 0.91 | 0.15 | 5.13 | 0.84 | 0.46 |
| Hex | DA | 24 | 13 | 0 | 53 | 5B | F | 5 | 54 | 2E |
| Octal | 332 | 44 | 23 | 0 | 123 | 133 | 17 | 5 | 124 | 56 |
| Binary | 11011010 | 100100 | 10011 | 0 | 1010011 | 1011011 | 1111 | 101 | 1010100 | 101110 |
Color Harmonies of #DA2413
Complementary color
Monochromatic Colors of #DA2413
Black with #DA2413
Text Example
Text Example
White with #DA2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2413; }
p { color: rgb(218,36,19); }
H1.HeaderClassName
{
color: #DA2413;
}
.AnyTagClassName
{
color: #DA2413;
}
</style>
background-color css
<style>
a { background-color: #DA2413; }
a { background-color: rgb(218,36,19); }
div.DivClassName
{
background-color: #DA2413;
}
.BgClassName
{
background-color: #DA2413;
}
</style>
border-color css
<style>
span { border-color: #DA2413; }
span { border-color: rgb(218,36,19); }
td.TdClassName
{
border-color: #DA2413;
}
.TagClassName
{
border-color: #DA2413;
}
</style>