Html Css Color HEX #DC1D00 Harley Davidson Orange
📋 copy color: '#DC1D00'red 220 ◦ green 29 ◦ blue 0
Shades of Harley Davidson Orange #DC1D00
Tints of Harley Davidson Orange #DC1D00
RGB
CMYK
RGB Variations
Color information
#DC1D00 (or 0xDC1D00) is known color: Harley Davidson Orange. HEX triplet: DC, 1D and 00. RGB value is (220,29,0). Sum of RGB (Red+Green+Blue) = 220+29+0=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1D00 is #23E2FF. Grayscale: #535353. Windows color (decimal): -2351872 or 7644. OLE color: 7644.
HSL color Cylindrical-coordinate representation of color #DC1D00: hue angle of 7.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC1D00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.14 |
| HSL | 7.91º | 1% | 0.43% | - |
| HSV(B) | 7.91º | 1% | 0.86% | - |
| XYZ | 29.95 | 16.09 | 1.53 | - |
| YUV | 82.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 0 | 0 | 0.87 | 1 | 0.14 | 7.91 | 1 | 0.43 |
| Hex | DC | 1D | 0 | 0 | 57 | 64 | E | 8 | 64 | 2B |
| Octal | 334 | 35 | 0 | 0 | 127 | 144 | 16 | 10 | 144 | 53 |
| Binary | 11011100 | 11101 | 0 | 0 | 1010111 | 1100100 | 1110 | 1000 | 1100100 | 101011 |
Color Harmonies of #DC1D00
Complementary color
Monochromatic Colors of #DC1D00
Black with #DC1D00
Text Example
Text Example
White with #DC1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1D00; }
p { color: rgb(220,29,0); }
H1.HeaderClassName
{
color: #DC1D00;
}
.AnyTagClassName
{
color: #DC1D00;
}
</style>
background-color css
<style>
a { background-color: #DC1D00; }
a { background-color: rgb(220,29,0); }
div.DivClassName
{
background-color: #DC1D00;
}
.BgClassName
{
background-color: #DC1D00;
}
</style>
border-color css
<style>
span { border-color: #DC1D00; }
span { border-color: rgb(220,29,0); }
td.TdClassName
{
border-color: #DC1D00;
}
.TagClassName
{
border-color: #DC1D00;
}
</style>