Html Css Color HEX #DC1917 Harley Davidson Orange
📋 copy color: '#DC1917'red 220 ◦ green 25 ◦ blue 23
Shades of Harley Davidson Orange #DC1917
Tints of Harley Davidson Orange #DC1917
RGB
CMYK
RGB Variations
Color information
#DC1917 (or 0xDC1917) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 17. RGB value is (220,25,23). Sum of RGB (Red+Green+Blue) = 220+25+23=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1917 is #23E6E8. Grayscale: #535353. Windows color (decimal): -2352873 or 1513948. OLE color: 1513948.
HSL color Cylindrical-coordinate representation of color #DC1917: hue angle of 0.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1917 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 23 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.14 |
| HSL | 0.61º | 0.81% | 0.48% | - |
| HSV(B) | 0.61º | 0.9% | 0.86% | - |
| XYZ | 30.02 | 15.97 | 2.31 | - |
| YUV | 83.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 23 | 0 | 0.89 | 0.90 | 0.14 | 0.61 | 0.81 | 0.48 |
| Hex | DC | 19 | 17 | 0 | 59 | 5A | E | 1 | 51 | 30 |
| Octal | 334 | 31 | 27 | 0 | 131 | 132 | 16 | 1 | 121 | 60 |
| Binary | 11011100 | 11001 | 10111 | 0 | 1011001 | 1011010 | 1110 | 1 | 1010001 | 110000 |
Color Harmonies of #DC1917
Complementary color
Monochromatic Colors of #DC1917
Black with #DC1917
Text Example
Text Example
White with #DC1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1917; }
p { color: rgb(220,25,23); }
H1.HeaderClassName
{
color: #DC1917;
}
.AnyTagClassName
{
color: #DC1917;
}
</style>
background-color css
<style>
a { background-color: #DC1917; }
a { background-color: rgb(220,25,23); }
div.DivClassName
{
background-color: #DC1917;
}
.BgClassName
{
background-color: #DC1917;
}
</style>
border-color css
<style>
span { border-color: #DC1917; }
span { border-color: rgb(220,25,23); }
td.TdClassName
{
border-color: #DC1917;
}
.TagClassName
{
border-color: #DC1917;
}
</style>