Html Css Color HEX #DC2917 Harley Davidson Orange
📋 copy color: '#DC2917'red 220 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #DC2917
Tints of Harley Davidson Orange #DC2917
RGB
CMYK
RGB Variations
Color information
#DC2917 (or 0xDC2917) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 17. RGB value is (220,41,23). Sum of RGB (Red+Green+Blue) = 220+41+23=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2917 is #23D6E8. Grayscale: #5C5C5C. Windows color (decimal): -2348777 or 1518044. OLE color: 1518044.
HSL color Cylindrical-coordinate representation of color #DC2917: hue angle of 5.48º 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 #DC2917 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 23 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.14 |
| HSL | 5.48º | 0.81% | 0.48% | - |
| HSV(B) | 5.48º | 0.9% | 0.86% | - |
| XYZ | 30.46 | 16.86 | 2.46 | - |
| YUV | 92.47 | 88.8 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 23 | 0 | 0.81 | 0.90 | 0.14 | 5.48 | 0.81 | 0.48 |
| Hex | DC | 29 | 17 | 0 | 51 | 5A | E | 5 | 51 | 30 |
| Octal | 334 | 51 | 27 | 0 | 121 | 132 | 16 | 5 | 121 | 60 |
| Binary | 11011100 | 101001 | 10111 | 0 | 1010001 | 1011010 | 1110 | 101 | 1010001 | 110000 |
Color Harmonies of #DC2917
Complementary color
Monochromatic Colors of #DC2917
Black with #DC2917
Text Example
Text Example
White with #DC2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2917; }
p { color: rgb(220,41,23); }
H1.HeaderClassName
{
color: #DC2917;
}
.AnyTagClassName
{
color: #DC2917;
}
</style>
background-color css
<style>
a { background-color: #DC2917; }
a { background-color: rgb(220,41,23); }
div.DivClassName
{
background-color: #DC2917;
}
.BgClassName
{
background-color: #DC2917;
}
</style>
border-color css
<style>
span { border-color: #DC2917; }
span { border-color: rgb(220,41,23); }
td.TdClassName
{
border-color: #DC2917;
}
.TagClassName
{
border-color: #DC2917;
}
</style>