Html Css Color HEX #DC1F0A Harley Davidson Orange
📋 copy color: '#DC1F0A'red 220 ◦ green 31 ◦ blue 10
Shades of Harley Davidson Orange #DC1F0A
Tints of Harley Davidson Orange #DC1F0A
RGB
CMYK
RGB Variations
Color information
#DC1F0A (or 0xDC1F0A) is known color: Harley Davidson Orange. HEX triplet: DC, 1F and 0A. RGB value is (220,31,10). Sum of RGB (Red+Green+Blue) = 220+31+10=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1F0A is #23E0F5. Grayscale: #555555. Windows color (decimal): -2351350 or 663516. OLE color: 663516.
HSL color Cylindrical-coordinate representation of color #DC1F0A: hue angle of 6º degrees, saturation: 0.91, 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 #DC1F0A is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 10 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.14 |
| HSL | 6º | 0.91% | 0.45% | - |
| HSV(B) | 6º | 0.95% | 0.86% | - |
| XYZ | 30.06 | 16.22 | 1.83 | - |
| YUV | 85.12 | 85.62 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 10 | 0 | 0.86 | 0.95 | 0.14 | 6 | 0.91 | 0.45 |
| Hex | DC | 1F | A | 0 | 56 | 5F | E | 6 | 5B | 2D |
| Octal | 334 | 37 | 12 | 0 | 126 | 137 | 16 | 6 | 133 | 55 |
| Binary | 11011100 | 11111 | 1010 | 0 | 1010110 | 1011111 | 1110 | 110 | 1011011 | 101101 |
Color Harmonies of #DC1F0A
Complementary color
Monochromatic Colors of #DC1F0A
Black with #DC1F0A
Text Example
Text Example
White with #DC1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F0A; }
p { color: rgb(220,31,10); }
H1.HeaderClassName
{
color: #DC1F0A;
}
.AnyTagClassName
{
color: #DC1F0A;
}
</style>
background-color css
<style>
a { background-color: #DC1F0A; }
a { background-color: rgb(220,31,10); }
div.DivClassName
{
background-color: #DC1F0A;
}
.BgClassName
{
background-color: #DC1F0A;
}
</style>
border-color css
<style>
span { border-color: #DC1F0A; }
span { border-color: rgb(220,31,10); }
td.TdClassName
{
border-color: #DC1F0A;
}
.TagClassName
{
border-color: #DC1F0A;
}
</style>