Html Css Color HEX #DC1816 Harley Davidson Orange
📋 copy color: '#DC1816'red 220 ◦ green 24 ◦ blue 22
Shades of Harley Davidson Orange #DC1816
Tints of Harley Davidson Orange #DC1816
RGB
CMYK
RGB Variations
Color information
#DC1816 (or 0xDC1816) is known color: Harley Davidson Orange. HEX triplet: DC, 18 and 16. RGB value is (220,24,22). Sum of RGB (Red+Green+Blue) = 220+24+22=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1816 is #23E7E9. Grayscale: #525252. Windows color (decimal): -2353130 or 1448156. OLE color: 1448156.
HSL color Cylindrical-coordinate representation of color #DC1816: hue angle of 0.61º 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 #DC1816 is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 22 | - |
| CMYK | 0 | 0.89 | 0.9 | 0.14 |
| HSL | 0.61º | 0.82% | 0.47% | - |
| HSV(B) | 0.61º | 0.9% | 0.86% | - |
| XYZ | 29.99 | 15.93 | 2.25 | - |
| YUV | 82.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 22 | 0 | 0.89 | 0.9 | 0.14 | 0.61 | 0.82 | 0.47 |
| Hex | DC | 18 | 16 | 0 | 59 | 5A | E | 1 | 52 | 2F |
| Octal | 334 | 30 | 26 | 0 | 131 | 132 | 16 | 1 | 122 | 57 |
| Binary | 11011100 | 11000 | 10110 | 0 | 1011001 | 1011010 | 1110 | 1 | 1010010 | 101111 |
Color Harmonies of #DC1816
Complementary color
Monochromatic Colors of #DC1816
Black with #DC1816
Text Example
Text Example
White with #DC1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1816; }
p { color: rgb(220,24,22); }
H1.HeaderClassName
{
color: #DC1816;
}
.AnyTagClassName
{
color: #DC1816;
}
</style>
background-color css
<style>
a { background-color: #DC1816; }
a { background-color: rgb(220,24,22); }
div.DivClassName
{
background-color: #DC1816;
}
.BgClassName
{
background-color: #DC1816;
}
</style>
border-color css
<style>
span { border-color: #DC1816; }
span { border-color: rgb(220,24,22); }
td.TdClassName
{
border-color: #DC1816;
}
.TagClassName
{
border-color: #DC1816;
}
</style>