Html Css Color HEX #DC2316 Harley Davidson Orange
📋 copy color: '#DC2316'red 220 ◦ green 35 ◦ blue 22
Shades of Harley Davidson Orange #DC2316
Tints of Harley Davidson Orange #DC2316
RGB
CMYK
RGB Variations
Color information
#DC2316 (or 0xDC2316) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 16. RGB value is (220,35,22). Sum of RGB (Red+Green+Blue) = 220+35+22=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2316 is #23DCE9. Grayscale: #595959. Windows color (decimal): -2350314 or 1450972. OLE color: 1450972.
HSL color Cylindrical-coordinate representation of color #DC2316: hue angle of 3.94º 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 #DC2316 is Cyan = 0, Magento = 0.84, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 22 | - |
| CMYK | 0 | 0.84 | 0.9 | 0.14 |
| HSL | 3.94º | 0.82% | 0.47% | - |
| HSV(B) | 3.94º | 0.9% | 0.86% | - |
| XYZ | 30.26 | 16.48 | 2.34 | - |
| YUV | 88.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 22 | 0 | 0.84 | 0.9 | 0.14 | 3.94 | 0.82 | 0.47 |
| Hex | DC | 23 | 16 | 0 | 54 | 5A | E | 4 | 52 | 2F |
| Octal | 334 | 43 | 26 | 0 | 124 | 132 | 16 | 4 | 122 | 57 |
| Binary | 11011100 | 100011 | 10110 | 0 | 1010100 | 1011010 | 1110 | 100 | 1010010 | 101111 |
Color Harmonies of #DC2316
Complementary color
Monochromatic Colors of #DC2316
Black with #DC2316
Text Example
Text Example
White with #DC2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2316; }
p { color: rgb(220,35,22); }
H1.HeaderClassName
{
color: #DC2316;
}
.AnyTagClassName
{
color: #DC2316;
}
</style>
background-color css
<style>
a { background-color: #DC2316; }
a { background-color: rgb(220,35,22); }
div.DivClassName
{
background-color: #DC2316;
}
.BgClassName
{
background-color: #DC2316;
}
</style>
border-color css
<style>
span { border-color: #DC2316; }
span { border-color: rgb(220,35,22); }
td.TdClassName
{
border-color: #DC2316;
}
.TagClassName
{
border-color: #DC2316;
}
</style>