Html Css Color HEX #DC1C14 Harley Davidson Orange
📋 copy color: '#DC1C14'red 220 ◦ green 28 ◦ blue 20
Shades of Harley Davidson Orange #DC1C14
Tints of Harley Davidson Orange #DC1C14
RGB
CMYK
RGB Variations
Color information
#DC1C14 (or 0xDC1C14) is known color: Harley Davidson Orange. HEX triplet: DC, 1C and 14. RGB value is (220,28,20). Sum of RGB (Red+Green+Blue) = 220+28+20=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1C14 is #23E3EB. Grayscale: #545454. Windows color (decimal): -2352108 or 1318108. OLE color: 1318108.
HSL color Cylindrical-coordinate representation of color #DC1C14: hue angle of 2.4º 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 #DC1C14 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 20 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.14 |
| HSL | 2.4º | 0.83% | 0.47% | - |
| HSV(B) | 2.4º | 0.91% | 0.86% | - |
| XYZ | 30.06 | 16.1 | 2.18 | - |
| YUV | 84.5 | 91.61 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 20 | 0 | 0.87 | 0.91 | 0.14 | 2.4 | 0.83 | 0.47 |
| Hex | DC | 1C | 14 | 0 | 57 | 5B | E | 2 | 53 | 2F |
| Octal | 334 | 34 | 24 | 0 | 127 | 133 | 16 | 2 | 123 | 57 |
| Binary | 11011100 | 11100 | 10100 | 0 | 1010111 | 1011011 | 1110 | 10 | 1010011 | 101111 |
Color Harmonies of #DC1C14
Complementary color
Monochromatic Colors of #DC1C14
Black with #DC1C14
Text Example
Text Example
White with #DC1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C14; }
p { color: rgb(220,28,20); }
H1.HeaderClassName
{
color: #DC1C14;
}
.AnyTagClassName
{
color: #DC1C14;
}
</style>
background-color css
<style>
a { background-color: #DC1C14; }
a { background-color: rgb(220,28,20); }
div.DivClassName
{
background-color: #DC1C14;
}
.BgClassName
{
background-color: #DC1C14;
}
</style>
border-color css
<style>
span { border-color: #DC1C14; }
span { border-color: rgb(220,28,20); }
td.TdClassName
{
border-color: #DC1C14;
}
.TagClassName
{
border-color: #DC1C14;
}
</style>