Html Css Color HEX #DC2414 Harley Davidson Orange
📋 copy color: '#DC2414'red 220 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #DC2414
Tints of Harley Davidson Orange #DC2414
RGB
CMYK
RGB Variations
Color information
#DC2414 (or 0xDC2414) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 14. RGB value is (220,36,20). Sum of RGB (Red+Green+Blue) = 220+36+20=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2414 is #23DBEB. Grayscale: #595959. Windows color (decimal): -2350060 or 1320156. OLE color: 1320156.
HSL color Cylindrical-coordinate representation of color #DC2414: hue angle of 4.8º 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 #DC2414 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 20 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.14 |
| HSL | 4.8º | 0.83% | 0.47% | - |
| HSV(B) | 4.8º | 0.91% | 0.86% | - |
| XYZ | 30.27 | 16.53 | 2.26 | - |
| YUV | 89.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 20 | 0 | 0.84 | 0.91 | 0.14 | 4.8 | 0.83 | 0.47 |
| Hex | DC | 24 | 14 | 0 | 54 | 5B | E | 5 | 53 | 2F |
| Octal | 334 | 44 | 24 | 0 | 124 | 133 | 16 | 5 | 123 | 57 |
| Binary | 11011100 | 100100 | 10100 | 0 | 1010100 | 1011011 | 1110 | 101 | 1010011 | 101111 |
Color Harmonies of #DC2414
Complementary color
Monochromatic Colors of #DC2414
Black with #DC2414
Text Example
Text Example
White with #DC2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2414; }
p { color: rgb(220,36,20); }
H1.HeaderClassName
{
color: #DC2414;
}
.AnyTagClassName
{
color: #DC2414;
}
</style>
background-color css
<style>
a { background-color: #DC2414; }
a { background-color: rgb(220,36,20); }
div.DivClassName
{
background-color: #DC2414;
}
.BgClassName
{
background-color: #DC2414;
}
</style>
border-color css
<style>
span { border-color: #DC2414; }
span { border-color: rgb(220,36,20); }
td.TdClassName
{
border-color: #DC2414;
}
.TagClassName
{
border-color: #DC2414;
}
</style>