Html Css Color HEX #DC1E06 Harley Davidson Orange
📋 copy color: '#DC1E06'red 220 ◦ green 30 ◦ blue 6
Shades of Harley Davidson Orange #DC1E06
Tints of Harley Davidson Orange #DC1E06
RGB
CMYK
RGB Variations
Color information
#DC1E06 (or 0xDC1E06) is known color: Harley Davidson Orange. HEX triplet: DC, 1E and 06. RGB value is (220,30,6). Sum of RGB (Red+Green+Blue) = 220+30+6=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E06 is #23E1F9. Grayscale: #545454. Windows color (decimal): -2351610 or 401116. OLE color: 401116.
HSL color Cylindrical-coordinate representation of color #DC1E06: hue angle of 6.73º 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 #DC1E06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.14 |
| HSL | 6.73º | 0.95% | 0.44% | - |
| HSV(B) | 6.73º | 0.97% | 0.86% | - |
| XYZ | 30.01 | 16.16 | 1.71 | - |
| YUV | 84.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 6 | 0 | 0.86 | 0.97 | 0.14 | 6.73 | 0.95 | 0.44 |
| Hex | DC | 1E | 6 | 0 | 56 | 61 | E | 7 | 5F | 2C |
| Octal | 334 | 36 | 6 | 0 | 126 | 141 | 16 | 7 | 137 | 54 |
| Binary | 11011100 | 11110 | 110 | 0 | 1010110 | 1100001 | 1110 | 111 | 1011111 | 101100 |
Color Harmonies of #DC1E06
Complementary color
Monochromatic Colors of #DC1E06
Black with #DC1E06
Text Example
Text Example
White with #DC1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E06; }
p { color: rgb(220,30,6); }
H1.HeaderClassName
{
color: #DC1E06;
}
.AnyTagClassName
{
color: #DC1E06;
}
</style>
background-color css
<style>
a { background-color: #DC1E06; }
a { background-color: rgb(220,30,6); }
div.DivClassName
{
background-color: #DC1E06;
}
.BgClassName
{
background-color: #DC1E06;
}
</style>
border-color css
<style>
span { border-color: #DC1E06; }
span { border-color: rgb(220,30,6); }
td.TdClassName
{
border-color: #DC1E06;
}
.TagClassName
{
border-color: #DC1E06;
}
</style>