Html Css Color HEX #DC1E14 Harley Davidson Orange
📋 copy color: '#DC1E14'red 220 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #DC1E14
Tints of Harley Davidson Orange #DC1E14
RGB
CMYK
RGB Variations
Color information
#DC1E14 (or 0xDC1E14) is known color: Harley Davidson Orange. HEX triplet: DC, 1E and 14. RGB value is (220,30,20). Sum of RGB (Red+Green+Blue) = 220+30+20=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E14 is #23E1EB. Grayscale: #555555. Windows color (decimal): -2351596 or 1318620. OLE color: 1318620.
HSL color Cylindrical-coordinate representation of color #DC1E14: hue angle of 3º 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 #DC1E14 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.14 |
| HSL | 3º | 0.83% | 0.47% | - |
| HSV(B) | 3º | 0.91% | 0.86% | - |
| XYZ | 30.11 | 16.19 | 2.2 | - |
| YUV | 85.67 | 90.95 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 20 | 0 | 0.86 | 0.91 | 0.14 | 3 | 0.83 | 0.47 |
| Hex | DC | 1E | 14 | 0 | 56 | 5B | E | 3 | 53 | 2F |
| Octal | 334 | 36 | 24 | 0 | 126 | 133 | 16 | 3 | 123 | 57 |
| Binary | 11011100 | 11110 | 10100 | 0 | 1010110 | 1011011 | 1110 | 11 | 1010011 | 101111 |
Color Harmonies of #DC1E14
Complementary color
Monochromatic Colors of #DC1E14
Black with #DC1E14
Text Example
Text Example
White with #DC1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E14; }
p { color: rgb(220,30,20); }
H1.HeaderClassName
{
color: #DC1E14;
}
.AnyTagClassName
{
color: #DC1E14;
}
</style>
background-color css
<style>
a { background-color: #DC1E14; }
a { background-color: rgb(220,30,20); }
div.DivClassName
{
background-color: #DC1E14;
}
.BgClassName
{
background-color: #DC1E14;
}
</style>
border-color css
<style>
span { border-color: #DC1E14; }
span { border-color: rgb(220,30,20); }
td.TdClassName
{
border-color: #DC1E14;
}
.TagClassName
{
border-color: #DC1E14;
}
</style>