Html Css Color HEX #DC3F06 Harley Davidson Orange
📋 copy color: '#DC3F06'red 220 ◦ green 63 ◦ blue 6
Shades of Harley Davidson Orange #DC3F06
Tints of Harley Davidson Orange #DC3F06
RGB
CMYK
RGB Variations
Color information
#DC3F06 (or 0xDC3F06) is known color: Harley Davidson Orange. HEX triplet: DC, 3F and 06. RGB value is (220,63,6). Sum of RGB (Red+Green+Blue) = 220+63+6=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3F06 is #23C0F9. Grayscale: #676767. Windows color (decimal): -2343162 or 409564. OLE color: 409564.
HSL color Cylindrical-coordinate representation of color #DC3F06: hue angle of 15.98º 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 #DC3F06 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.14 |
| HSL | 15.98º | 0.95% | 0.44% | - |
| HSV(B) | 15.98º | 0.97% | 0.86% | - |
| XYZ | 31.33 | 18.78 | 2.15 | - |
| YUV | 103.45 | 73.01 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 6 | 0 | 0.71 | 0.97 | 0.14 | 15.98 | 0.95 | 0.44 |
| Hex | DC | 3F | 6 | 0 | 47 | 61 | E | 10 | 5F | 2C |
| Octal | 334 | 77 | 6 | 0 | 107 | 141 | 16 | 20 | 137 | 54 |
| Binary | 11011100 | 111111 | 110 | 0 | 1000111 | 1100001 | 1110 | 10000 | 1011111 | 101100 |
Color Harmonies of #DC3F06
Complementary color
Monochromatic Colors of #DC3F06
Black with #DC3F06
Text Example
Text Example
White with #DC3F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F06; }
p { color: rgb(220,63,6); }
H1.HeaderClassName
{
color: #DC3F06;
}
.AnyTagClassName
{
color: #DC3F06;
}
</style>
background-color css
<style>
a { background-color: #DC3F06; }
a { background-color: rgb(220,63,6); }
div.DivClassName
{
background-color: #DC3F06;
}
.BgClassName
{
background-color: #DC3F06;
}
</style>
border-color css
<style>
span { border-color: #DC3F06; }
span { border-color: rgb(220,63,6); }
td.TdClassName
{
border-color: #DC3F06;
}
.TagClassName
{
border-color: #DC3F06;
}
</style>