Html Css Color HEX #DC2616 Harley Davidson Orange
📋 copy color: '#DC2616'red 220 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #DC2616
Tints of Harley Davidson Orange #DC2616
RGB
CMYK
RGB Variations
Color information
#DC2616 (or 0xDC2616) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 16. RGB value is (220,38,22). Sum of RGB (Red+Green+Blue) = 220+38+22=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2616 is #23D9E9. Grayscale: #5A5A5A. Windows color (decimal): -2349546 or 1451740. OLE color: 1451740.
HSL color Cylindrical-coordinate representation of color #DC2616: hue angle of 4.85º 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 #DC2616 is Cyan = 0, Magento = 0.83, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 22 | - |
| CMYK | 0 | 0.83 | 0.9 | 0.14 |
| HSL | 4.85º | 0.82% | 0.47% | - |
| HSV(B) | 4.85º | 0.9% | 0.86% | - |
| XYZ | 30.35 | 16.66 | 2.37 | - |
| YUV | 90.59 | 89.3 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 22 | 0 | 0.83 | 0.9 | 0.14 | 4.85 | 0.82 | 0.47 |
| Hex | DC | 26 | 16 | 0 | 53 | 5A | E | 5 | 52 | 2F |
| Octal | 334 | 46 | 26 | 0 | 123 | 132 | 16 | 5 | 122 | 57 |
| Binary | 11011100 | 100110 | 10110 | 0 | 1010011 | 1011010 | 1110 | 101 | 1010010 | 101111 |
Color Harmonies of #DC2616
Complementary color
Monochromatic Colors of #DC2616
Black with #DC2616
Text Example
Text Example
White with #DC2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2616; }
p { color: rgb(220,38,22); }
H1.HeaderClassName
{
color: #DC2616;
}
.AnyTagClassName
{
color: #DC2616;
}
</style>
background-color css
<style>
a { background-color: #DC2616; }
a { background-color: rgb(220,38,22); }
div.DivClassName
{
background-color: #DC2616;
}
.BgClassName
{
background-color: #DC2616;
}
</style>
border-color css
<style>
span { border-color: #DC2616; }
span { border-color: rgb(220,38,22); }
td.TdClassName
{
border-color: #DC2616;
}
.TagClassName
{
border-color: #DC2616;
}
</style>