Html Css Color HEX #DC2717 Harley Davidson Orange
📋 copy color: '#DC2717'red 220 ◦ green 39 ◦ blue 23
Shades of Harley Davidson Orange #DC2717
Tints of Harley Davidson Orange #DC2717
RGB
CMYK
RGB Variations
Color information
#DC2717 (or 0xDC2717) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 17. RGB value is (220,39,23). Sum of RGB (Red+Green+Blue) = 220+39+23=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2717 is #23D8E8. Grayscale: #5B5B5B. Windows color (decimal): -2349289 or 1517532. OLE color: 1517532.
HSL color Cylindrical-coordinate representation of color #DC2717: hue angle of 4.87º 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 #DC2717 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.14 |
| HSL | 4.87º | 0.81% | 0.48% | - |
| HSV(B) | 4.87º | 0.9% | 0.86% | - |
| XYZ | 30.4 | 16.73 | 2.44 | - |
| YUV | 91.3 | 89.47 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 23 | 0 | 0.82 | 0.90 | 0.14 | 4.87 | 0.81 | 0.48 |
| Hex | DC | 27 | 17 | 0 | 52 | 5A | E | 5 | 51 | 30 |
| Octal | 334 | 47 | 27 | 0 | 122 | 132 | 16 | 5 | 121 | 60 |
| Binary | 11011100 | 100111 | 10111 | 0 | 1010010 | 1011010 | 1110 | 101 | 1010001 | 110000 |
Color Harmonies of #DC2717
Complementary color
Monochromatic Colors of #DC2717
Black with #DC2717
Text Example
Text Example
White with #DC2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2717; }
p { color: rgb(220,39,23); }
H1.HeaderClassName
{
color: #DC2717;
}
.AnyTagClassName
{
color: #DC2717;
}
</style>
background-color css
<style>
a { background-color: #DC2717; }
a { background-color: rgb(220,39,23); }
div.DivClassName
{
background-color: #DC2717;
}
.BgClassName
{
background-color: #DC2717;
}
</style>
border-color css
<style>
span { border-color: #DC2717; }
span { border-color: rgb(220,39,23); }
td.TdClassName
{
border-color: #DC2717;
}
.TagClassName
{
border-color: #DC2717;
}
</style>