Html Css Color HEX #DC4113 Harley Davidson Orange
📋 copy color: '#DC4113'red 220 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #DC4113
Tints of Harley Davidson Orange #DC4113
RGB
CMYK
RGB Variations
Color information
#DC4113 (or 0xDC4113) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 13. RGB value is (220,65,19). Sum of RGB (Red+Green+Blue) = 220+65+19=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4113 is #23BEEC. Grayscale: #6A6A6A. Windows color (decimal): -2342637 or 1262044. OLE color: 1262044.
HSL color Cylindrical-coordinate representation of color #DC4113: hue angle of 13.73º degrees, saturation: 0.84, 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 #DC4113 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.14 |
| HSL | 13.73º | 0.84% | 0.47% | - |
| HSV(B) | 13.73º | 0.91% | 0.86% | - |
| XYZ | 31.52 | 19.04 | 2.63 | - |
| YUV | 106.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 19 | 0 | 0.70 | 0.91 | 0.14 | 13.73 | 0.84 | 0.47 |
| Hex | DC | 41 | 13 | 0 | 46 | 5B | E | E | 54 | 2F |
| Octal | 334 | 101 | 23 | 0 | 106 | 133 | 16 | 16 | 124 | 57 |
| Binary | 11011100 | 1000001 | 10011 | 0 | 1000110 | 1011011 | 1110 | 1110 | 1010100 | 101111 |
Color Harmonies of #DC4113
Complementary color
Monochromatic Colors of #DC4113
Black with #DC4113
Text Example
Text Example
White with #DC4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4113; }
p { color: rgb(220,65,19); }
H1.HeaderClassName
{
color: #DC4113;
}
.AnyTagClassName
{
color: #DC4113;
}
</style>
background-color css
<style>
a { background-color: #DC4113; }
a { background-color: rgb(220,65,19); }
div.DivClassName
{
background-color: #DC4113;
}
.BgClassName
{
background-color: #DC4113;
}
</style>
border-color css
<style>
span { border-color: #DC4113; }
span { border-color: rgb(220,65,19); }
td.TdClassName
{
border-color: #DC4113;
}
.TagClassName
{
border-color: #DC4113;
}
</style>