Html Css Color HEX #DA2402 Harley Davidson Orange
📋 copy color: '#DA2402'red 218 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #DA2402
Tints of Harley Davidson Orange #DA2402
RGB
CMYK
RGB Variations
Color information
#DA2402 (or 0xDA2402) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 02. RGB value is (218,36,2). Sum of RGB (Red+Green+Blue) = 218+36+2=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2402 is #25DBFD. Grayscale: #565656. Windows color (decimal): -2481150 or 140506. OLE color: 140506.
HSL color Cylindrical-coordinate representation of color #DA2402: hue angle of 9.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA2402 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.15 |
| HSL | 9.44º | 0.98% | 0.43% | - |
| HSV(B) | 9.44º | 0.99% | 0.85% | - |
| XYZ | 29.56 | 16.17 | 1.62 | - |
| YUV | 86.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 2 | 0 | 0.83 | 0.99 | 0.15 | 9.44 | 0.98 | 0.43 |
| Hex | DA | 24 | 2 | 0 | 53 | 63 | F | 9 | 62 | 2B |
| Octal | 332 | 44 | 2 | 0 | 123 | 143 | 17 | 11 | 142 | 53 |
| Binary | 11011010 | 100100 | 10 | 0 | 1010011 | 1100011 | 1111 | 1001 | 1100010 | 101011 |
Color Harmonies of #DA2402
Complementary color
Monochromatic Colors of #DA2402
Black with #DA2402
Text Example
Text Example
White with #DA2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2402; }
p { color: rgb(218,36,2); }
H1.HeaderClassName
{
color: #DA2402;
}
.AnyTagClassName
{
color: #DA2402;
}
</style>
background-color css
<style>
a { background-color: #DA2402; }
a { background-color: rgb(218,36,2); }
div.DivClassName
{
background-color: #DA2402;
}
.BgClassName
{
background-color: #DA2402;
}
</style>
border-color css
<style>
span { border-color: #DA2402; }
span { border-color: rgb(218,36,2); }
td.TdClassName
{
border-color: #DA2402;
}
.TagClassName
{
border-color: #DA2402;
}
</style>