Html Css Color HEX #DA2002 Harley Davidson Orange
📋 copy color: '#DA2002'red 218 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #DA2002
Tints of Harley Davidson Orange #DA2002
RGB
CMYK
RGB Variations
Color information
#DA2002 (or 0xDA2002) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 02. RGB value is (218,32,2). Sum of RGB (Red+Green+Blue) = 218+32+2=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2002 is #25DFFD. Grayscale: #545454. Windows color (decimal): -2482174 or 139482. OLE color: 139482.
HSL color Cylindrical-coordinate representation of color #DA2002: hue angle of 8.33º 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 #DA2002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.15 |
| HSL | 8.33º | 0.98% | 0.43% | - |
| HSV(B) | 8.33º | 0.99% | 0.85% | - |
| XYZ | 29.44 | 15.94 | 1.58 | - |
| YUV | 84.19 | 81.62 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 2 | 0 | 0.85 | 0.99 | 0.15 | 8.33 | 0.98 | 0.43 |
| Hex | DA | 20 | 2 | 0 | 55 | 63 | F | 8 | 62 | 2B |
| Octal | 332 | 40 | 2 | 0 | 125 | 143 | 17 | 10 | 142 | 53 |
| Binary | 11011010 | 100000 | 10 | 0 | 1010101 | 1100011 | 1111 | 1000 | 1100010 | 101011 |
Color Harmonies of #DA2002
Complementary color
Monochromatic Colors of #DA2002
Black with #DA2002
Text Example
Text Example
White with #DA2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2002; }
p { color: rgb(218,32,2); }
H1.HeaderClassName
{
color: #DA2002;
}
.AnyTagClassName
{
color: #DA2002;
}
</style>
background-color css
<style>
a { background-color: #DA2002; }
a { background-color: rgb(218,32,2); }
div.DivClassName
{
background-color: #DA2002;
}
.BgClassName
{
background-color: #DA2002;
}
</style>
border-color css
<style>
span { border-color: #DA2002; }
span { border-color: rgb(218,32,2); }
td.TdClassName
{
border-color: #DA2002;
}
.TagClassName
{
border-color: #DA2002;
}
</style>