Html Css Color HEX #DC3C06 Harley Davidson Orange
📋 copy color: '#DC3C06'red 220 ◦ green 60 ◦ blue 6
Shades of Harley Davidson Orange #DC3C06
Tints of Harley Davidson Orange #DC3C06
RGB
CMYK
RGB Variations
Color information
#DC3C06 (or 0xDC3C06) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 06. RGB value is (220,60,6). Sum of RGB (Red+Green+Blue) = 220+60+6=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C06 is #23C3F9. Grayscale: #666666. Windows color (decimal): -2343930 or 408796. OLE color: 408796.
HSL color Cylindrical-coordinate representation of color #DC3C06: hue angle of 15.14º 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 #DC3C06 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.14 |
| HSL | 15.14º | 0.95% | 0.44% | - |
| HSV(B) | 15.14º | 0.97% | 0.86% | - |
| XYZ | 31.16 | 18.46 | 2.09 | - |
| YUV | 101.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 6 | 0 | 0.73 | 0.97 | 0.14 | 15.14 | 0.95 | 0.44 |
| Hex | DC | 3C | 6 | 0 | 49 | 61 | E | F | 5F | 2C |
| Octal | 334 | 74 | 6 | 0 | 111 | 141 | 16 | 17 | 137 | 54 |
| Binary | 11011100 | 111100 | 110 | 0 | 1001001 | 1100001 | 1110 | 1111 | 1011111 | 101100 |
Color Harmonies of #DC3C06
Complementary color
Monochromatic Colors of #DC3C06
Black with #DC3C06
Text Example
Text Example
White with #DC3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C06; }
p { color: rgb(220,60,6); }
H1.HeaderClassName
{
color: #DC3C06;
}
.AnyTagClassName
{
color: #DC3C06;
}
</style>
background-color css
<style>
a { background-color: #DC3C06; }
a { background-color: rgb(220,60,6); }
div.DivClassName
{
background-color: #DC3C06;
}
.BgClassName
{
background-color: #DC3C06;
}
</style>
border-color css
<style>
span { border-color: #DC3C06; }
span { border-color: rgb(220,60,6); }
td.TdClassName
{
border-color: #DC3C06;
}
.TagClassName
{
border-color: #DC3C06;
}
</style>