Html Css Color HEX #DC2716 Harley Davidson Orange
📋 copy color: '#DC2716'red 220 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #DC2716
Tints of Harley Davidson Orange #DC2716
RGB
CMYK
RGB Variations
Color information
#DC2716 (or 0xDC2716) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 16. RGB value is (220,39,22). Sum of RGB (Red+Green+Blue) = 220+39+22=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2716 is #23D8E9. Grayscale: #5B5B5B. Windows color (decimal): -2349290 or 1451996. OLE color: 1451996.
HSL color Cylindrical-coordinate representation of color #DC2716: hue angle of 5.15º 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 #DC2716 is Cyan = 0, Magento = 0.82, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 22 | - |
| CMYK | 0 | 0.82 | 0.9 | 0.14 |
| HSL | 5.15º | 0.82% | 0.47% | - |
| HSV(B) | 5.15º | 0.9% | 0.86% | - |
| XYZ | 30.39 | 16.72 | 2.39 | - |
| YUV | 91.18 | 88.97 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 22 | 0 | 0.82 | 0.9 | 0.14 | 5.15 | 0.82 | 0.47 |
| Hex | DC | 27 | 16 | 0 | 52 | 5A | E | 5 | 52 | 2F |
| Octal | 334 | 47 | 26 | 0 | 122 | 132 | 16 | 5 | 122 | 57 |
| Binary | 11011100 | 100111 | 10110 | 0 | 1010010 | 1011010 | 1110 | 101 | 1010010 | 101111 |
Color Harmonies of #DC2716
Complementary color
Monochromatic Colors of #DC2716
Black with #DC2716
Text Example
Text Example
White with #DC2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2716; }
p { color: rgb(220,39,22); }
H1.HeaderClassName
{
color: #DC2716;
}
.AnyTagClassName
{
color: #DC2716;
}
</style>
background-color css
<style>
a { background-color: #DC2716; }
a { background-color: rgb(220,39,22); }
div.DivClassName
{
background-color: #DC2716;
}
.BgClassName
{
background-color: #DC2716;
}
</style>
border-color css
<style>
span { border-color: #DC2716; }
span { border-color: rgb(220,39,22); }
td.TdClassName
{
border-color: #DC2716;
}
.TagClassName
{
border-color: #DC2716;
}
</style>