Html Css Color HEX #DC1714 Harley Davidson Orange
📋 copy color: '#DC1714'red 220 ◦ green 23 ◦ blue 20
Shades of Harley Davidson Orange #DC1714
Tints of Harley Davidson Orange #DC1714
RGB
CMYK
RGB Variations
Color information
#DC1714 (or 0xDC1714) is known color: Harley Davidson Orange. HEX triplet: DC, 17 and 14. RGB value is (220,23,20). Sum of RGB (Red+Green+Blue) = 220+23+20=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1714 is #23E8EB. Grayscale: #515151. Windows color (decimal): -2353388 or 1316828. OLE color: 1316828.
HSL color Cylindrical-coordinate representation of color #DC1714: hue angle of 0.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1714 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.14 |
| HSL | 0.9º | 0.83% | 0.47% | - |
| HSV(B) | 0.9º | 0.91% | 0.86% | - |
| XYZ | 29.95 | 15.88 | 2.15 | - |
| YUV | 81.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 20 | 0 | 0.90 | 0.91 | 0.14 | 0.9 | 0.83 | 0.47 |
| Hex | DC | 17 | 14 | 0 | 5A | 5B | E | 1 | 53 | 2F |
| Octal | 334 | 27 | 24 | 0 | 132 | 133 | 16 | 1 | 123 | 57 |
| Binary | 11011100 | 10111 | 10100 | 0 | 1011010 | 1011011 | 1110 | 1 | 1010011 | 101111 |
Color Harmonies of #DC1714
Complementary color
Monochromatic Colors of #DC1714
Black with #DC1714
Text Example
Text Example
White with #DC1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1714; }
p { color: rgb(220,23,20); }
H1.HeaderClassName
{
color: #DC1714;
}
.AnyTagClassName
{
color: #DC1714;
}
</style>
background-color css
<style>
a { background-color: #DC1714; }
a { background-color: rgb(220,23,20); }
div.DivClassName
{
background-color: #DC1714;
}
.BgClassName
{
background-color: #DC1714;
}
</style>
border-color css
<style>
span { border-color: #DC1714; }
span { border-color: rgb(220,23,20); }
td.TdClassName
{
border-color: #DC1714;
}
.TagClassName
{
border-color: #DC1714;
}
</style>