Html Css Color HEX #DC2514 Harley Davidson Orange
📋 copy color: '#DC2514'red 220 ◦ green 37 ◦ blue 20
Shades of Harley Davidson Orange #DC2514
Tints of Harley Davidson Orange #DC2514
RGB
CMYK
RGB Variations
Color information
#DC2514 (or 0xDC2514) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 14. RGB value is (220,37,20). Sum of RGB (Red+Green+Blue) = 220+37+20=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2514 is #23DAEB. Grayscale: #5A5A5A. Windows color (decimal): -2349804 or 1320412. OLE color: 1320412.
HSL color Cylindrical-coordinate representation of color #DC2514: hue angle of 5.1º 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 #DC2514 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.14 |
| HSL | 5.1º | 0.83% | 0.47% | - |
| HSV(B) | 5.1º | 0.91% | 0.86% | - |
| XYZ | 30.3 | 16.59 | 2.27 | - |
| YUV | 89.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 20 | 0 | 0.83 | 0.91 | 0.14 | 5.1 | 0.83 | 0.47 |
| Hex | DC | 25 | 14 | 0 | 53 | 5B | E | 5 | 53 | 2F |
| Octal | 334 | 45 | 24 | 0 | 123 | 133 | 16 | 5 | 123 | 57 |
| Binary | 11011100 | 100101 | 10100 | 0 | 1010011 | 1011011 | 1110 | 101 | 1010011 | 101111 |
Color Harmonies of #DC2514
Complementary color
Monochromatic Colors of #DC2514
Black with #DC2514
Text Example
Text Example
White with #DC2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2514; }
p { color: rgb(220,37,20); }
H1.HeaderClassName
{
color: #DC2514;
}
.AnyTagClassName
{
color: #DC2514;
}
</style>
background-color css
<style>
a { background-color: #DC2514; }
a { background-color: rgb(220,37,20); }
div.DivClassName
{
background-color: #DC2514;
}
.BgClassName
{
background-color: #DC2514;
}
</style>
border-color css
<style>
span { border-color: #DC2514; }
span { border-color: rgb(220,37,20); }
td.TdClassName
{
border-color: #DC2514;
}
.TagClassName
{
border-color: #DC2514;
}
</style>