Html Css Color HEX #DC3A06 Harley Davidson Orange
📋 copy color: '#DC3A06'red 220 ◦ green 58 ◦ blue 6
Shades of Harley Davidson Orange #DC3A06
Tints of Harley Davidson Orange #DC3A06
RGB
CMYK
RGB Variations
Color information
#DC3A06 (or 0xDC3A06) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 06. RGB value is (220,58,6). Sum of RGB (Red+Green+Blue) = 220+58+6=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A06 is #23C5F9. Grayscale: #646464. Windows color (decimal): -2344442 or 408284. OLE color: 408284.
HSL color Cylindrical-coordinate representation of color #DC3A06: hue angle of 14.58º 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 #DC3A06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.14 |
| HSL | 14.58º | 0.95% | 0.44% | - |
| HSV(B) | 14.58º | 0.97% | 0.86% | - |
| XYZ | 31.06 | 18.25 | 2.06 | - |
| YUV | 100.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 6 | 0 | 0.74 | 0.97 | 0.14 | 14.58 | 0.95 | 0.44 |
| Hex | DC | 3A | 6 | 0 | 4A | 61 | E | F | 5F | 2C |
| Octal | 334 | 72 | 6 | 0 | 112 | 141 | 16 | 17 | 137 | 54 |
| Binary | 11011100 | 111010 | 110 | 0 | 1001010 | 1100001 | 1110 | 1111 | 1011111 | 101100 |
Color Harmonies of #DC3A06
Complementary color
Monochromatic Colors of #DC3A06
Black with #DC3A06
Text Example
Text Example
White with #DC3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A06; }
p { color: rgb(220,58,6); }
H1.HeaderClassName
{
color: #DC3A06;
}
.AnyTagClassName
{
color: #DC3A06;
}
</style>
background-color css
<style>
a { background-color: #DC3A06; }
a { background-color: rgb(220,58,6); }
div.DivClassName
{
background-color: #DC3A06;
}
.BgClassName
{
background-color: #DC3A06;
}
</style>
border-color css
<style>
span { border-color: #DC3A06; }
span { border-color: rgb(220,58,6); }
td.TdClassName
{
border-color: #DC3A06;
}
.TagClassName
{
border-color: #DC3A06;
}
</style>