Html Css Color HEX #DC4112 Harley Davidson Orange
📋 copy color: '#DC4112'red 220 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #DC4112
Tints of Harley Davidson Orange #DC4112
RGB
CMYK
RGB Variations
Color information
#DC4112 (or 0xDC4112) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 12. RGB value is (220,65,18). Sum of RGB (Red+Green+Blue) = 220+65+18=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4112 is #23BEED. Grayscale: #6A6A6A. Windows color (decimal): -2342638 or 1196508. OLE color: 1196508.
HSL color Cylindrical-coordinate representation of color #DC4112: hue angle of 13.96º 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 #DC4112 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.14 |
| HSL | 13.96º | 0.85% | 0.47% | - |
| HSV(B) | 13.96º | 0.92% | 0.86% | - |
| XYZ | 31.51 | 19.04 | 2.59 | - |
| YUV | 105.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 18 | 0 | 0.70 | 0.92 | 0.14 | 13.96 | 0.85 | 0.47 |
| Hex | DC | 41 | 12 | 0 | 46 | 5C | E | E | 55 | 2F |
| Octal | 334 | 101 | 22 | 0 | 106 | 134 | 16 | 16 | 125 | 57 |
| Binary | 11011100 | 1000001 | 10010 | 0 | 1000110 | 1011100 | 1110 | 1110 | 1010101 | 101111 |
Color Harmonies of #DC4112
Complementary color
Monochromatic Colors of #DC4112
Black with #DC4112
Text Example
Text Example
White with #DC4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4112; }
p { color: rgb(220,65,18); }
H1.HeaderClassName
{
color: #DC4112;
}
.AnyTagClassName
{
color: #DC4112;
}
</style>
background-color css
<style>
a { background-color: #DC4112; }
a { background-color: rgb(220,65,18); }
div.DivClassName
{
background-color: #DC4112;
}
.BgClassName
{
background-color: #DC4112;
}
</style>
border-color css
<style>
span { border-color: #DC4112; }
span { border-color: rgb(220,65,18); }
td.TdClassName
{
border-color: #DC4112;
}
.TagClassName
{
border-color: #DC4112;
}
</style>