Html Css Color HEX #DC2C14 Harley Davidson Orange
📋 copy color: '#DC2C14'red 220 ◦ green 44 ◦ blue 20
Shades of Harley Davidson Orange #DC2C14
Tints of Harley Davidson Orange #DC2C14
RGB
CMYK
RGB Variations
Color information
#DC2C14 (or 0xDC2C14) is known color: Harley Davidson Orange. HEX triplet: DC, 2C and 14. RGB value is (220,44,20). Sum of RGB (Red+Green+Blue) = 220+44+20=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2C14 is #23D3EB. Grayscale: #5E5E5E. Windows color (decimal): -2348012 or 1322204. OLE color: 1322204.
HSL color Cylindrical-coordinate representation of color #DC2C14: hue angle of 7.2º 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 #DC2C14 is Cyan = 0, Magento = 0.8, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 20 | - |
| CMYK | 0 | 0.8 | 0.91 | 0.14 |
| HSL | 7.2º | 0.83% | 0.47% | - |
| HSV(B) | 7.2º | 0.91% | 0.86% | - |
| XYZ | 30.54 | 17.07 | 2.35 | - |
| YUV | 93.89 | 86.31 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 20 | 0 | 0.8 | 0.91 | 0.14 | 7.2 | 0.83 | 0.47 |
| Hex | DC | 2C | 14 | 0 | 50 | 5B | E | 7 | 53 | 2F |
| Octal | 334 | 54 | 24 | 0 | 120 | 133 | 16 | 7 | 123 | 57 |
| Binary | 11011100 | 101100 | 10100 | 0 | 1010000 | 1011011 | 1110 | 111 | 1010011 | 101111 |
Color Harmonies of #DC2C14
Complementary color
Monochromatic Colors of #DC2C14
Black with #DC2C14
Text Example
Text Example
White with #DC2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C14; }
p { color: rgb(220,44,20); }
H1.HeaderClassName
{
color: #DC2C14;
}
.AnyTagClassName
{
color: #DC2C14;
}
</style>
background-color css
<style>
a { background-color: #DC2C14; }
a { background-color: rgb(220,44,20); }
div.DivClassName
{
background-color: #DC2C14;
}
.BgClassName
{
background-color: #DC2C14;
}
</style>
border-color css
<style>
span { border-color: #DC2C14; }
span { border-color: rgb(220,44,20); }
td.TdClassName
{
border-color: #DC2C14;
}
.TagClassName
{
border-color: #DC2C14;
}
</style>