Html Css Color HEX #DC2417 Harley Davidson Orange
📋 copy color: '#DC2417'red 220 ◦ green 36 ◦ blue 23
Shades of Harley Davidson Orange #DC2417
Tints of Harley Davidson Orange #DC2417
RGB
CMYK
RGB Variations
Color information
#DC2417 (or 0xDC2417) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 17. RGB value is (220,36,23). Sum of RGB (Red+Green+Blue) = 220+36+23=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2417 is #23DBE8. Grayscale: #595959. Windows color (decimal): -2350057 or 1516764. OLE color: 1516764.
HSL color Cylindrical-coordinate representation of color #DC2417: hue angle of 3.96º 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 #DC2417 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 23 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.14 |
| HSL | 3.96º | 0.81% | 0.48% | - |
| HSV(B) | 3.96º | 0.9% | 0.86% | - |
| XYZ | 30.3 | 16.54 | 2.41 | - |
| YUV | 89.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 23 | 0 | 0.84 | 0.90 | 0.14 | 3.96 | 0.81 | 0.48 |
| Hex | DC | 24 | 17 | 0 | 54 | 5A | E | 4 | 51 | 30 |
| Octal | 334 | 44 | 27 | 0 | 124 | 132 | 16 | 4 | 121 | 60 |
| Binary | 11011100 | 100100 | 10111 | 0 | 1010100 | 1011010 | 1110 | 100 | 1010001 | 110000 |
Color Harmonies of #DC2417
Complementary color
Monochromatic Colors of #DC2417
Black with #DC2417
Text Example
Text Example
White with #DC2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2417; }
p { color: rgb(220,36,23); }
H1.HeaderClassName
{
color: #DC2417;
}
.AnyTagClassName
{
color: #DC2417;
}
</style>
background-color css
<style>
a { background-color: #DC2417; }
a { background-color: rgb(220,36,23); }
div.DivClassName
{
background-color: #DC2417;
}
.BgClassName
{
background-color: #DC2417;
}
</style>
border-color css
<style>
span { border-color: #DC2417; }
span { border-color: rgb(220,36,23); }
td.TdClassName
{
border-color: #DC2417;
}
.TagClassName
{
border-color: #DC2417;
}
</style>