Html Css Color HEX #DC1916 Harley Davidson Orange
📋 copy color: '#DC1916'red 220 ◦ green 25 ◦ blue 22
Shades of Harley Davidson Orange #DC1916
Tints of Harley Davidson Orange #DC1916
RGB
CMYK
RGB Variations
Color information
#DC1916 (or 0xDC1916) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 16. RGB value is (220,25,22). Sum of RGB (Red+Green+Blue) = 220+25+22=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1916 is #23E6E9. Grayscale: #535353. Windows color (decimal): -2352874 or 1448412. OLE color: 1448412.
HSL color Cylindrical-coordinate representation of color #DC1916: hue angle of 0.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1916 is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 22 | - |
| CMYK | 0 | 0.89 | 0.9 | 0.14 |
| HSL | 0.91º | 0.82% | 0.47% | - |
| HSV(B) | 0.91º | 0.9% | 0.86% | - |
| XYZ | 30.01 | 15.97 | 2.26 | - |
| YUV | 82.96 | 93.6 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 22 | 0 | 0.89 | 0.9 | 0.14 | 0.91 | 0.82 | 0.47 |
| Hex | DC | 19 | 16 | 0 | 59 | 5A | E | 1 | 52 | 2F |
| Octal | 334 | 31 | 26 | 0 | 131 | 132 | 16 | 1 | 122 | 57 |
| Binary | 11011100 | 11001 | 10110 | 0 | 1011001 | 1011010 | 1110 | 1 | 1010010 | 101111 |
Color Harmonies of #DC1916
Complementary color
Monochromatic Colors of #DC1916
Black with #DC1916
Text Example
Text Example
White with #DC1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1916; }
p { color: rgb(220,25,22); }
H1.HeaderClassName
{
color: #DC1916;
}
.AnyTagClassName
{
color: #DC1916;
}
</style>
background-color css
<style>
a { background-color: #DC1916; }
a { background-color: rgb(220,25,22); }
div.DivClassName
{
background-color: #DC1916;
}
.BgClassName
{
background-color: #DC1916;
}
</style>
border-color css
<style>
span { border-color: #DC1916; }
span { border-color: rgb(220,25,22); }
td.TdClassName
{
border-color: #DC1916;
}
.TagClassName
{
border-color: #DC1916;
}
</style>