Html Css Color HEX #DC1A0D Harley Davidson Orange
📋 copy color: '#DC1A0D'red 220 ◦ green 26 ◦ blue 13
Shades of Harley Davidson Orange #DC1A0D
Tints of Harley Davidson Orange #DC1A0D
RGB
CMYK
RGB Variations
Color information
#DC1A0D (or 0xDC1A0D) is known color: Harley Davidson Orange. HEX triplet: DC, 1A and 0D. RGB value is (220,26,13). Sum of RGB (Red+Green+Blue) = 220+26+13=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1A0D is #23E5F2. Grayscale: #525252. Windows color (decimal): -2352627 or 858844. OLE color: 858844.
HSL color Cylindrical-coordinate representation of color #DC1A0D: hue angle of 3.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC1A0D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.14 |
| HSL | 3.77º | 0.89% | 0.46% | - |
| HSV(B) | 3.77º | 0.94% | 0.86% | - |
| XYZ | 29.96 | 15.98 | 1.89 | - |
| YUV | 82.52 | 88.77 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 13 | 0 | 0.88 | 0.94 | 0.14 | 3.77 | 0.89 | 0.46 |
| Hex | DC | 1A | D | 0 | 58 | 5E | E | 4 | 59 | 2E |
| Octal | 334 | 32 | 15 | 0 | 130 | 136 | 16 | 4 | 131 | 56 |
| Binary | 11011100 | 11010 | 1101 | 0 | 1011000 | 1011110 | 1110 | 100 | 1011001 | 101110 |
Color Harmonies of #DC1A0D
Complementary color
Monochromatic Colors of #DC1A0D
Black with #DC1A0D
Text Example
Text Example
White with #DC1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A0D; }
p { color: rgb(220,26,13); }
H1.HeaderClassName
{
color: #DC1A0D;
}
.AnyTagClassName
{
color: #DC1A0D;
}
</style>
background-color css
<style>
a { background-color: #DC1A0D; }
a { background-color: rgb(220,26,13); }
div.DivClassName
{
background-color: #DC1A0D;
}
.BgClassName
{
background-color: #DC1A0D;
}
</style>
border-color css
<style>
span { border-color: #DC1A0D; }
span { border-color: rgb(220,26,13); }
td.TdClassName
{
border-color: #DC1A0D;
}
.TagClassName
{
border-color: #DC1A0D;
}
</style>