Html Css Color HEX #DC2A14 Harley Davidson Orange
📋 copy color: '#DC2A14'red 220 ◦ green 42 ◦ blue 20
Shades of Harley Davidson Orange #DC2A14
Tints of Harley Davidson Orange #DC2A14
RGB
CMYK
RGB Variations
Color information
#DC2A14 (or 0xDC2A14) is known color: Harley Davidson Orange. HEX triplet: DC, 2A and 14. RGB value is (220,42,20). Sum of RGB (Red+Green+Blue) = 220+42+20=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2A14 is #23D5EB. Grayscale: #5C5C5C. Windows color (decimal): -2348524 or 1321692. OLE color: 1321692.
HSL color Cylindrical-coordinate representation of color #DC2A14: hue angle of 6.6º 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 #DC2A14 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 20 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.14 |
| HSL | 6.6º | 0.83% | 0.47% | - |
| HSV(B) | 6.6º | 0.91% | 0.86% | - |
| XYZ | 30.47 | 16.92 | 2.32 | - |
| YUV | 92.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 20 | 0 | 0.81 | 0.91 | 0.14 | 6.6 | 0.83 | 0.47 |
| Hex | DC | 2A | 14 | 0 | 51 | 5B | E | 7 | 53 | 2F |
| Octal | 334 | 52 | 24 | 0 | 121 | 133 | 16 | 7 | 123 | 57 |
| Binary | 11011100 | 101010 | 10100 | 0 | 1010001 | 1011011 | 1110 | 111 | 1010011 | 101111 |
Color Harmonies of #DC2A14
Complementary color
Monochromatic Colors of #DC2A14
Black with #DC2A14
Text Example
Text Example
White with #DC2A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A14; }
p { color: rgb(220,42,20); }
H1.HeaderClassName
{
color: #DC2A14;
}
.AnyTagClassName
{
color: #DC2A14;
}
</style>
background-color css
<style>
a { background-color: #DC2A14; }
a { background-color: rgb(220,42,20); }
div.DivClassName
{
background-color: #DC2A14;
}
.BgClassName
{
background-color: #DC2A14;
}
</style>
border-color css
<style>
span { border-color: #DC2A14; }
span { border-color: rgb(220,42,20); }
td.TdClassName
{
border-color: #DC2A14;
}
.TagClassName
{
border-color: #DC2A14;
}
</style>