Html Css Color HEX #DC1A0C Harley Davidson Orange
📋 copy color: '#DC1A0C'red 220 ◦ green 26 ◦ blue 12
Shades of Harley Davidson Orange #DC1A0C
Tints of Harley Davidson Orange #DC1A0C
RGB
CMYK
RGB Variations
Color information
#DC1A0C (or 0xDC1A0C) is known color: Harley Davidson Orange. HEX triplet: DC, 1A and 0C. RGB value is (220,26,12). Sum of RGB (Red+Green+Blue) = 220+26+12=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1A0C is #23E5F3. Grayscale: #525252. Windows color (decimal): -2352628 or 793308. OLE color: 793308.
HSL color Cylindrical-coordinate representation of color #DC1A0C: hue angle of 4.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC1A0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 12 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.14 |
| HSL | 4.04º | 0.9% | 0.45% | - |
| HSV(B) | 4.04º | 0.95% | 0.86% | - |
| XYZ | 29.95 | 15.98 | 1.85 | - |
| YUV | 82.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 12 | 0 | 0.88 | 0.95 | 0.14 | 4.04 | 0.9 | 0.45 |
| Hex | DC | 1A | C | 0 | 58 | 5F | E | 4 | 5A | 2D |
| Octal | 334 | 32 | 14 | 0 | 130 | 137 | 16 | 4 | 132 | 55 |
| Binary | 11011100 | 11010 | 1100 | 0 | 1011000 | 1011111 | 1110 | 100 | 1011010 | 101101 |
Color Harmonies of #DC1A0C
Complementary color
Monochromatic Colors of #DC1A0C
Black with #DC1A0C
Text Example
Text Example
White with #DC1A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A0C; }
p { color: rgb(220,26,12); }
H1.HeaderClassName
{
color: #DC1A0C;
}
.AnyTagClassName
{
color: #DC1A0C;
}
</style>
background-color css
<style>
a { background-color: #DC1A0C; }
a { background-color: rgb(220,26,12); }
div.DivClassName
{
background-color: #DC1A0C;
}
.BgClassName
{
background-color: #DC1A0C;
}
</style>
border-color css
<style>
span { border-color: #DC1A0C; }
span { border-color: rgb(220,26,12); }
td.TdClassName
{
border-color: #DC1A0C;
}
.TagClassName
{
border-color: #DC1A0C;
}
</style>