Html Css Color HEX #DC1C06 Harley Davidson Orange
📋 copy color: '#DC1C06'red 220 ◦ green 28 ◦ blue 6
Shades of Harley Davidson Orange #DC1C06
Tints of Harley Davidson Orange #DC1C06
RGB
CMYK
RGB Variations
Color information
#DC1C06 (or 0xDC1C06) is known color: Harley Davidson Orange. HEX triplet: DC, 1C and 06. RGB value is (220,28,6). Sum of RGB (Red+Green+Blue) = 220+28+6=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1C06 is #23E3F9. Grayscale: #535353. Windows color (decimal): -2352122 or 400604. OLE color: 400604.
HSL color Cylindrical-coordinate representation of color #DC1C06: hue angle of 6.17º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC1C06 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 6 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.14 |
| HSL | 6.17º | 0.95% | 0.44% | - |
| HSV(B) | 6.17º | 0.97% | 0.86% | - |
| XYZ | 29.96 | 16.06 | 1.69 | - |
| YUV | 82.9 | 84.61 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 6 | 0 | 0.87 | 0.97 | 0.14 | 6.17 | 0.95 | 0.44 |
| Hex | DC | 1C | 6 | 0 | 57 | 61 | E | 6 | 5F | 2C |
| Octal | 334 | 34 | 6 | 0 | 127 | 141 | 16 | 6 | 137 | 54 |
| Binary | 11011100 | 11100 | 110 | 0 | 1010111 | 1100001 | 1110 | 110 | 1011111 | 101100 |
Color Harmonies of #DC1C06
Complementary color
Monochromatic Colors of #DC1C06
Black with #DC1C06
Text Example
Text Example
White with #DC1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C06; }
p { color: rgb(220,28,6); }
H1.HeaderClassName
{
color: #DC1C06;
}
.AnyTagClassName
{
color: #DC1C06;
}
</style>
background-color css
<style>
a { background-color: #DC1C06; }
a { background-color: rgb(220,28,6); }
div.DivClassName
{
background-color: #DC1C06;
}
.BgClassName
{
background-color: #DC1C06;
}
</style>
border-color css
<style>
span { border-color: #DC1C06; }
span { border-color: rgb(220,28,6); }
td.TdClassName
{
border-color: #DC1C06;
}
.TagClassName
{
border-color: #DC1C06;
}
</style>