Html Css Color HEX #DC1616 Harley Davidson Orange
📋 copy color: '#DC1616'red 220 ◦ green 22 ◦ blue 22
Shades of Harley Davidson Orange #DC1616
Tints of Harley Davidson Orange #DC1616
RGB
CMYK
RGB Variations
Color information
#DC1616 (or 0xDC1616) is known color: Harley Davidson Orange. HEX triplet: DC, 16 and 16. RGB value is (220,22,22). Sum of RGB (Red+Green+Blue) = 220+22+22=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1616 is #23E9E9. Grayscale: #515151. Windows color (decimal): -2353642 or 1447644. OLE color: 1447644.
HSL color Cylindrical-coordinate representation of color #DC1616: hue angle of 0º 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 #DC1616 is Cyan = 0, Magento = 0.9, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 22 | - |
| CMYK | 0 | 0.9 | 0.9 | 0.14 |
| HSL | 0º | 0.82% | 0.47% | - |
| HSV(B) | 0º | 0.9% | 0.86% | - |
| XYZ | 29.95 | 15.85 | 2.24 | - |
| YUV | 81.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 22 | 0 | 0.9 | 0.9 | 0.14 | 0 | 0.82 | 0.47 |
| Hex | DC | 16 | 16 | 0 | 5A | 5A | E | 0 | 52 | 2F |
| Octal | 334 | 26 | 26 | 0 | 132 | 132 | 16 | 0 | 122 | 57 |
| Binary | 11011100 | 10110 | 10110 | 0 | 1011010 | 1011010 | 1110 | 0 | 1010010 | 101111 |
Color Harmonies of #DC1616
Complementary color
Monochromatic Colors of #DC1616
Black with #DC1616
Text Example
Text Example
White with #DC1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1616; }
p { color: rgb(220,22,22); }
H1.HeaderClassName
{
color: #DC1616;
}
.AnyTagClassName
{
color: #DC1616;
}
</style>
background-color css
<style>
a { background-color: #DC1616; }
a { background-color: rgb(220,22,22); }
div.DivClassName
{
background-color: #DC1616;
}
.BgClassName
{
background-color: #DC1616;
}
</style>
border-color css
<style>
span { border-color: #DC1616; }
span { border-color: rgb(220,22,22); }
td.TdClassName
{
border-color: #DC1616;
}
.TagClassName
{
border-color: #DC1616;
}
</style>