Html Css Color HEX #DC4013 Harley Davidson Orange
📋 copy color: '#DC4013'red 220 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #DC4013
Tints of Harley Davidson Orange #DC4013
RGB
CMYK
RGB Variations
Color information
#DC4013 (or 0xDC4013) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 13. RGB value is (220,64,19). Sum of RGB (Red+Green+Blue) = 220+64+19=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4013 is #23BFEC. Grayscale: #696969. Windows color (decimal): -2342893 or 1261788. OLE color: 1261788.
HSL color Cylindrical-coordinate representation of color #DC4013: hue angle of 13.43º 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 #DC4013 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 19 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.14 |
| HSL | 13.43º | 0.84% | 0.47% | - |
| HSV(B) | 13.43º | 0.91% | 0.86% | - |
| XYZ | 31.47 | 18.93 | 2.61 | - |
| YUV | 105.51 | 79.18 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 19 | 0 | 0.71 | 0.91 | 0.14 | 13.43 | 0.84 | 0.47 |
| Hex | DC | 40 | 13 | 0 | 47 | 5B | E | D | 54 | 2F |
| Octal | 334 | 100 | 23 | 0 | 107 | 133 | 16 | 15 | 124 | 57 |
| Binary | 11011100 | 1000000 | 10011 | 0 | 1000111 | 1011011 | 1110 | 1101 | 1010100 | 101111 |
Color Harmonies of #DC4013
Complementary color
Monochromatic Colors of #DC4013
Black with #DC4013
Text Example
Text Example
White with #DC4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4013; }
p { color: rgb(220,64,19); }
H1.HeaderClassName
{
color: #DC4013;
}
.AnyTagClassName
{
color: #DC4013;
}
</style>
background-color css
<style>
a { background-color: #DC4013; }
a { background-color: rgb(220,64,19); }
div.DivClassName
{
background-color: #DC4013;
}
.BgClassName
{
background-color: #DC4013;
}
</style>
border-color css
<style>
span { border-color: #DC4013; }
span { border-color: rgb(220,64,19); }
td.TdClassName
{
border-color: #DC4013;
}
.TagClassName
{
border-color: #DC4013;
}
</style>