Html Css Color HEX #DA2104 Harley Davidson Orange
📋 copy color: '#DA2104'red 218 ◦ green 33 ◦ blue 4
Shades of Harley Davidson Orange #DA2104
Tints of Harley Davidson Orange #DA2104
RGB
CMYK
RGB Variations
Color information
#DA2104 (or 0xDA2104) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 04. RGB value is (218,33,4). Sum of RGB (Red+Green+Blue) = 218+33+4=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2104 is #25DEFB. Grayscale: #555555. Windows color (decimal): -2481916 or 270810. OLE color: 270810.
HSL color Cylindrical-coordinate representation of color #DA2104: hue angle of 8.13º 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 #DA2104 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.15 |
| HSL | 8.13º | 0.96% | 0.44% | - |
| HSV(B) | 8.13º | 0.98% | 0.85% | - |
| XYZ | 29.48 | 16 | 1.65 | - |
| YUV | 85.01 | 82.29 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 4 | 0 | 0.85 | 0.98 | 0.15 | 8.13 | 0.96 | 0.44 |
| Hex | DA | 21 | 4 | 0 | 55 | 62 | F | 8 | 60 | 2C |
| Octal | 332 | 41 | 4 | 0 | 125 | 142 | 17 | 10 | 140 | 54 |
| Binary | 11011010 | 100001 | 100 | 0 | 1010101 | 1100010 | 1111 | 1000 | 1100000 | 101100 |
Color Harmonies of #DA2104
Complementary color
Monochromatic Colors of #DA2104
Black with #DA2104
Text Example
Text Example
White with #DA2104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2104; }
p { color: rgb(218,33,4); }
H1.HeaderClassName
{
color: #DA2104;
}
.AnyTagClassName
{
color: #DA2104;
}
</style>
background-color css
<style>
a { background-color: #DA2104; }
a { background-color: rgb(218,33,4); }
div.DivClassName
{
background-color: #DA2104;
}
.BgClassName
{
background-color: #DA2104;
}
</style>
border-color css
<style>
span { border-color: #DA2104; }
span { border-color: rgb(218,33,4); }
td.TdClassName
{
border-color: #DA2104;
}
.TagClassName
{
border-color: #DA2104;
}
</style>