Html Css Color HEX #DC3E0C Harley Davidson Orange
📋 copy color: '#DC3E0C'red 220 ◦ green 62 ◦ blue 12
Shades of Harley Davidson Orange #DC3E0C
Tints of Harley Davidson Orange #DC3E0C
RGB
CMYK
RGB Variations
Color information
#DC3E0C (or 0xDC3E0C) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 0C. RGB value is (220,62,12). Sum of RGB (Red+Green+Blue) = 220+62+12=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E0C is #23C1F3. Grayscale: #676767. Windows color (decimal): -2343412 or 802524. OLE color: 802524.
HSL color Cylindrical-coordinate representation of color #DC3E0C: hue angle of 14.42º 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 #DC3E0C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.14 |
| HSL | 14.42º | 0.9% | 0.45% | - |
| HSV(B) | 14.42º | 0.95% | 0.86% | - |
| XYZ | 31.3 | 18.69 | 2.3 | - |
| YUV | 103.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 12 | 0 | 0.72 | 0.95 | 0.14 | 14.42 | 0.9 | 0.45 |
| Hex | DC | 3E | C | 0 | 48 | 5F | E | E | 5A | 2D |
| Octal | 334 | 76 | 14 | 0 | 110 | 137 | 16 | 16 | 132 | 55 |
| Binary | 11011100 | 111110 | 1100 | 0 | 1001000 | 1011111 | 1110 | 1110 | 1011010 | 101101 |
Color Harmonies of #DC3E0C
Complementary color
Monochromatic Colors of #DC3E0C
Black with #DC3E0C
Text Example
Text Example
White with #DC3E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E0C; }
p { color: rgb(220,62,12); }
H1.HeaderClassName
{
color: #DC3E0C;
}
.AnyTagClassName
{
color: #DC3E0C;
}
</style>
background-color css
<style>
a { background-color: #DC3E0C; }
a { background-color: rgb(220,62,12); }
div.DivClassName
{
background-color: #DC3E0C;
}
.BgClassName
{
background-color: #DC3E0C;
}
</style>
border-color css
<style>
span { border-color: #DC3E0C; }
span { border-color: rgb(220,62,12); }
td.TdClassName
{
border-color: #DC3E0C;
}
.TagClassName
{
border-color: #DC3E0C;
}
</style>