Html Css Color HEX #DA1C02 Harley Davidson Orange
📋 copy color: '#DA1C02'red 218 ◦ green 28 ◦ blue 2
Shades of Harley Davidson Orange #DA1C02
Tints of Harley Davidson Orange #DA1C02
RGB
CMYK
RGB Variations
Color information
#DA1C02 (or 0xDA1C02) is known color: Harley Davidson Orange. HEX triplet: DA, 1C and 02. RGB value is (218,28,2). Sum of RGB (Red+Green+Blue) = 218+28+2=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1C02 is #25E3FD. Grayscale: #525252. Windows color (decimal): -2483198 or 138458. OLE color: 138458.
HSL color Cylindrical-coordinate representation of color #DA1C02: hue angle of 7.22º 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 #DA1C02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.15 |
| HSL | 7.22º | 0.98% | 0.43% | - |
| HSV(B) | 7.22º | 0.99% | 0.85% | - |
| XYZ | 29.34 | 15.74 | 1.55 | - |
| YUV | 81.85 | 82.95 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 2 | 0 | 0.87 | 0.99 | 0.15 | 7.22 | 0.98 | 0.43 |
| Hex | DA | 1C | 2 | 0 | 57 | 63 | F | 7 | 62 | 2B |
| Octal | 332 | 34 | 2 | 0 | 127 | 143 | 17 | 7 | 142 | 53 |
| Binary | 11011010 | 11100 | 10 | 0 | 1010111 | 1100011 | 1111 | 111 | 1100010 | 101011 |
Color Harmonies of #DA1C02
Complementary color
Monochromatic Colors of #DA1C02
Black with #DA1C02
Text Example
Text Example
White with #DA1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C02; }
p { color: rgb(218,28,2); }
H1.HeaderClassName
{
color: #DA1C02;
}
.AnyTagClassName
{
color: #DA1C02;
}
</style>
background-color css
<style>
a { background-color: #DA1C02; }
a { background-color: rgb(218,28,2); }
div.DivClassName
{
background-color: #DA1C02;
}
.BgClassName
{
background-color: #DA1C02;
}
</style>
border-color css
<style>
span { border-color: #DA1C02; }
span { border-color: rgb(218,28,2); }
td.TdClassName
{
border-color: #DA1C02;
}
.TagClassName
{
border-color: #DA1C02;
}
</style>