Html Css Color HEX #DC3C14 Harley Davidson Orange
📋 copy color: '#DC3C14'red 220 ◦ green 60 ◦ blue 20
Shades of Harley Davidson Orange #DC3C14
Tints of Harley Davidson Orange #DC3C14
RGB
CMYK
RGB Variations
Color information
#DC3C14 (or 0xDC3C14) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 14. RGB value is (220,60,20). Sum of RGB (Red+Green+Blue) = 220+60+20=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C14 is #23C3EB. Grayscale: #676767. Windows color (decimal): -2343916 or 1326300. OLE color: 1326300.
HSL color Cylindrical-coordinate representation of color #DC3C14: hue angle of 12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC3C14 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 60 | 20 | - |
CMYK | 0 | 0.73 | 0.91 | 0.14 |
HSL | 12º | 0.83% | 0.47% | - |
HSV(B) | 12º | 0.91% | 0.86% | - |
XYZ | 31.26 | 18.5 | 2.58 | - |
YUV | 103.28 | 81.01 | 211.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 60 | 20 | 0 | 0.73 | 0.91 | 0.14 | 12 | 0.83 | 0.47 |
Hex | DC | 3C | 14 | 0 | 49 | 5B | E | C | 53 | 2F |
Octal | 334 | 74 | 24 | 0 | 111 | 133 | 16 | 14 | 123 | 57 |
Binary | 11011100 | 111100 | 10100 | 0 | 1001001 | 1011011 | 1110 | 1100 | 1010011 | 101111 |
Color Harmonies of #DC3C14
Complementary color
Monochromatic Colors of #DC3C14
Black with #DC3C14
Text Example
Text Example
White with #DC3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C14; }
p { color: rgb(220,60,20); }
H1.HeaderClassName
{
color: #DC3C14;
}
.AnyTagClassName
{
color: #DC3C14;
}
</style>
background-color css
<style>
a { background-color: #DC3C14; }
a { background-color: rgb(220,60,20); }
div.DivClassName
{
background-color: #DC3C14;
}
.BgClassName
{
background-color: #DC3C14;
}
</style>
border-color css
<style>
span { border-color: #DC3C14; }
span { border-color: rgb(220,60,20); }
td.TdClassName
{
border-color: #DC3C14;
}
.TagClassName
{
border-color: #DC3C14;
}
</style>