Html Css Color HEX #DC1F0B Harley Davidson Orange
📋 copy color: '#DC1F0B'red 220 ◦ green 31 ◦ blue 11
Shades of Harley Davidson Orange #DC1F0B
Tints of Harley Davidson Orange #DC1F0B
RGB
CMYK
RGB Variations
Color information
#DC1F0B (or 0xDC1F0B) is known color: Harley Davidson Orange. HEX triplet: DC, 1F and 0B. RGB value is (220,31,11). Sum of RGB (Red+Green+Blue) = 220+31+11=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1F0B is #23E0F4. Grayscale: #555555. Windows color (decimal): -2351349 or 729052. OLE color: 729052.
HSL color Cylindrical-coordinate representation of color #DC1F0B: hue angle of 5.74º 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 #DC1F0B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.14 |
| HSL | 5.74º | 0.9% | 0.45% | - |
| HSV(B) | 5.74º | 0.95% | 0.86% | - |
| XYZ | 30.07 | 16.22 | 1.86 | - |
| YUV | 85.23 | 86.12 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 11 | 0 | 0.86 | 0.95 | 0.14 | 5.74 | 0.9 | 0.45 |
| Hex | DC | 1F | B | 0 | 56 | 5F | E | 6 | 5A | 2D |
| Octal | 334 | 37 | 13 | 0 | 126 | 137 | 16 | 6 | 132 | 55 |
| Binary | 11011100 | 11111 | 1011 | 0 | 1010110 | 1011111 | 1110 | 110 | 1011010 | 101101 |
Color Harmonies of #DC1F0B
Complementary color
Monochromatic Colors of #DC1F0B
Black with #DC1F0B
Text Example
Text Example
White with #DC1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F0B; }
p { color: rgb(220,31,11); }
H1.HeaderClassName
{
color: #DC1F0B;
}
.AnyTagClassName
{
color: #DC1F0B;
}
</style>
background-color css
<style>
a { background-color: #DC1F0B; }
a { background-color: rgb(220,31,11); }
div.DivClassName
{
background-color: #DC1F0B;
}
.BgClassName
{
background-color: #DC1F0B;
}
</style>
border-color css
<style>
span { border-color: #DC1F0B; }
span { border-color: rgb(220,31,11); }
td.TdClassName
{
border-color: #DC1F0B;
}
.TagClassName
{
border-color: #DC1F0B;
}
</style>