Html Css Color HEX #DA1A04 Harley Davidson Orange
📋 copy color: '#DA1A04'red 218 ◦ green 26 ◦ blue 4
Shades of Harley Davidson Orange #DA1A04
Tints of Harley Davidson Orange #DA1A04
RGB
CMYK
RGB Variations
Color information
#DA1A04 (or 0xDA1A04) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 04. RGB value is (218,26,4). Sum of RGB (Red+Green+Blue) = 218+26+4=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A04 is #25E5FB. Grayscale: #515151. Windows color (decimal): -2483708 or 269018. OLE color: 269018.
HSL color Cylindrical-coordinate representation of color #DA1A04: hue angle of 6.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA1A04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.15 |
| HSL | 6.17º | 0.96% | 0.44% | - |
| HSV(B) | 6.17º | 0.98% | 0.85% | - |
| XYZ | 29.3 | 15.65 | 1.59 | - |
| YUV | 80.9 | 84.61 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 4 | 0 | 0.88 | 0.98 | 0.15 | 6.17 | 0.96 | 0.44 |
| Hex | DA | 1A | 4 | 0 | 58 | 62 | F | 6 | 60 | 2C |
| Octal | 332 | 32 | 4 | 0 | 130 | 142 | 17 | 6 | 140 | 54 |
| Binary | 11011010 | 11010 | 100 | 0 | 1011000 | 1100010 | 1111 | 110 | 1100000 | 101100 |
Color Harmonies of #DA1A04
Complementary color
Monochromatic Colors of #DA1A04
Black with #DA1A04
Text Example
Text Example
White with #DA1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A04; }
p { color: rgb(218,26,4); }
H1.HeaderClassName
{
color: #DA1A04;
}
.AnyTagClassName
{
color: #DA1A04;
}
</style>
background-color css
<style>
a { background-color: #DA1A04; }
a { background-color: rgb(218,26,4); }
div.DivClassName
{
background-color: #DA1A04;
}
.BgClassName
{
background-color: #DA1A04;
}
</style>
border-color css
<style>
span { border-color: #DA1A04; }
span { border-color: rgb(218,26,4); }
td.TdClassName
{
border-color: #DA1A04;
}
.TagClassName
{
border-color: #DA1A04;
}
</style>