Html Css Color HEX #DC3C12 Harley Davidson Orange
📋 copy color: '#DC3C12'red 220 ◦ green 60 ◦ blue 18
Shades of Harley Davidson Orange #DC3C12
Tints of Harley Davidson Orange #DC3C12
RGB
CMYK
RGB Variations
Color information
#DC3C12 (or 0xDC3C12) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 12. RGB value is (220,60,18). Sum of RGB (Red+Green+Blue) = 220+60+18=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C12 is #23C3ED. Grayscale: #676767. Windows color (decimal): -2343918 or 1195228. OLE color: 1195228.
HSL color Cylindrical-coordinate representation of color #DC3C12: hue angle of 12.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC3C12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.14 |
| HSL | 12.48º | 0.85% | 0.47% | - |
| HSV(B) | 12.48º | 0.92% | 0.86% | - |
| XYZ | 31.24 | 18.49 | 2.49 | - |
| YUV | 103.05 | 80.01 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 18 | 0 | 0.73 | 0.92 | 0.14 | 12.48 | 0.85 | 0.47 |
| Hex | DC | 3C | 12 | 0 | 49 | 5C | E | C | 55 | 2F |
| Octal | 334 | 74 | 22 | 0 | 111 | 134 | 16 | 14 | 125 | 57 |
| Binary | 11011100 | 111100 | 10010 | 0 | 1001001 | 1011100 | 1110 | 1100 | 1010101 | 101111 |
Color Harmonies of #DC3C12
Complementary color
Monochromatic Colors of #DC3C12
Black with #DC3C12
Text Example
Text Example
White with #DC3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C12; }
p { color: rgb(220,60,18); }
H1.HeaderClassName
{
color: #DC3C12;
}
.AnyTagClassName
{
color: #DC3C12;
}
</style>
background-color css
<style>
a { background-color: #DC3C12; }
a { background-color: rgb(220,60,18); }
div.DivClassName
{
background-color: #DC3C12;
}
.BgClassName
{
background-color: #DC3C12;
}
</style>
border-color css
<style>
span { border-color: #DC3C12; }
span { border-color: rgb(220,60,18); }
td.TdClassName
{
border-color: #DC3C12;
}
.TagClassName
{
border-color: #DC3C12;
}
</style>