Html Css Color HEX #DA1A02 Harley Davidson Orange
📋 copy color: '#DA1A02'red 218 ◦ green 26 ◦ blue 2
Shades of Harley Davidson Orange #DA1A02
Tints of Harley Davidson Orange #DA1A02
RGB
CMYK
RGB Variations
Color information
#DA1A02 (or 0xDA1A02) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 02. RGB value is (218,26,2). Sum of RGB (Red+Green+Blue) = 218+26+2=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A02 is #25E5FD. Grayscale: #505050. Windows color (decimal): -2483710 or 137946. OLE color: 137946.
HSL color Cylindrical-coordinate representation of color #DA1A02: hue angle of 6.67º 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 #DA1A02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.15 |
| HSL | 6.67º | 0.98% | 0.43% | - |
| HSV(B) | 6.67º | 0.99% | 0.85% | - |
| XYZ | 29.29 | 15.65 | 1.53 | - |
| YUV | 80.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 2 | 0 | 0.88 | 0.99 | 0.15 | 6.67 | 0.98 | 0.43 |
| Hex | DA | 1A | 2 | 0 | 58 | 63 | F | 7 | 62 | 2B |
| Octal | 332 | 32 | 2 | 0 | 130 | 143 | 17 | 7 | 142 | 53 |
| Binary | 11011010 | 11010 | 10 | 0 | 1011000 | 1100011 | 1111 | 111 | 1100010 | 101011 |
Color Harmonies of #DA1A02
Complementary color
Monochromatic Colors of #DA1A02
Black with #DA1A02
Text Example
Text Example
White with #DA1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A02; }
p { color: rgb(218,26,2); }
H1.HeaderClassName
{
color: #DA1A02;
}
.AnyTagClassName
{
color: #DA1A02;
}
</style>
background-color css
<style>
a { background-color: #DA1A02; }
a { background-color: rgb(218,26,2); }
div.DivClassName
{
background-color: #DA1A02;
}
.BgClassName
{
background-color: #DA1A02;
}
</style>
border-color css
<style>
span { border-color: #DA1A02; }
span { border-color: rgb(218,26,2); }
td.TdClassName
{
border-color: #DA1A02;
}
.TagClassName
{
border-color: #DA1A02;
}
</style>