Html Css Color HEX #DC3A0C Harley Davidson Orange
📋 copy color: '#DC3A0C'red 220 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #DC3A0C
Tints of Harley Davidson Orange #DC3A0C
RGB
CMYK
RGB Variations
Color information
#DC3A0C (or 0xDC3A0C) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 0C. RGB value is (220,58,12). Sum of RGB (Red+Green+Blue) = 220+58+12=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A0C is #23C5F3. Grayscale: #656565. Windows color (decimal): -2344436 or 801500. OLE color: 801500.
HSL color Cylindrical-coordinate representation of color #DC3A0C: hue angle of 13.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC3A0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.14 |
| HSL | 13.27º | 0.9% | 0.45% | - |
| HSV(B) | 13.27º | 0.95% | 0.86% | - |
| XYZ | 31.09 | 18.27 | 2.24 | - |
| YUV | 101.19 | 77.67 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 12 | 0 | 0.74 | 0.95 | 0.14 | 13.27 | 0.9 | 0.45 |
| Hex | DC | 3A | C | 0 | 4A | 5F | E | D | 5A | 2D |
| Octal | 334 | 72 | 14 | 0 | 112 | 137 | 16 | 15 | 132 | 55 |
| Binary | 11011100 | 111010 | 1100 | 0 | 1001010 | 1011111 | 1110 | 1101 | 1011010 | 101101 |
Color Harmonies of #DC3A0C
Complementary color
Monochromatic Colors of #DC3A0C
Black with #DC3A0C
Text Example
Text Example
White with #DC3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A0C; }
p { color: rgb(220,58,12); }
H1.HeaderClassName
{
color: #DC3A0C;
}
.AnyTagClassName
{
color: #DC3A0C;
}
</style>
background-color css
<style>
a { background-color: #DC3A0C; }
a { background-color: rgb(220,58,12); }
div.DivClassName
{
background-color: #DC3A0C;
}
.BgClassName
{
background-color: #DC3A0C;
}
</style>
border-color css
<style>
span { border-color: #DC3A0C; }
span { border-color: rgb(220,58,12); }
td.TdClassName
{
border-color: #DC3A0C;
}
.TagClassName
{
border-color: #DC3A0C;
}
</style>