Html Css Color HEX #DA1902 Harley Davidson Orange
📋 copy color: '#DA1902'red 218 ◦ green 25 ◦ blue 2
Shades of Harley Davidson Orange #DA1902
Tints of Harley Davidson Orange #DA1902
RGB
CMYK
RGB Variations
Color information
#DA1902 (or 0xDA1902) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 02. RGB value is (218,25,2). Sum of RGB (Red+Green+Blue) = 218+25+2=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1902 is #25E6FD. Grayscale: #505050. Windows color (decimal): -2483966 or 137690. OLE color: 137690.
HSL color Cylindrical-coordinate representation of color #DA1902: hue angle of 6.39º 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 #DA1902 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.15 |
| HSL | 6.39º | 0.98% | 0.43% | - |
| HSV(B) | 6.39º | 0.99% | 0.85% | - |
| XYZ | 29.27 | 15.61 | 1.53 | - |
| YUV | 80.09 | 83.94 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 2 | 0 | 0.89 | 0.99 | 0.15 | 6.39 | 0.98 | 0.43 |
| Hex | DA | 19 | 2 | 0 | 59 | 63 | F | 6 | 62 | 2B |
| Octal | 332 | 31 | 2 | 0 | 131 | 143 | 17 | 6 | 142 | 53 |
| Binary | 11011010 | 11001 | 10 | 0 | 1011001 | 1100011 | 1111 | 110 | 1100010 | 101011 |
Color Harmonies of #DA1902
Complementary color
Monochromatic Colors of #DA1902
Black with #DA1902
Text Example
Text Example
White with #DA1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1902; }
p { color: rgb(218,25,2); }
H1.HeaderClassName
{
color: #DA1902;
}
.AnyTagClassName
{
color: #DA1902;
}
</style>
background-color css
<style>
a { background-color: #DA1902; }
a { background-color: rgb(218,25,2); }
div.DivClassName
{
background-color: #DA1902;
}
.BgClassName
{
background-color: #DA1902;
}
</style>
border-color css
<style>
span { border-color: #DA1902; }
span { border-color: rgb(218,25,2); }
td.TdClassName
{
border-color: #DA1902;
}
.TagClassName
{
border-color: #DA1902;
}
</style>