Html Css Color HEX #DC3513 Harley Davidson Orange
📋 copy color: '#DC3513'red 220 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #DC3513
Tints of Harley Davidson Orange #DC3513
RGB
CMYK
RGB Variations
Color information
#DC3513 (or 0xDC3513) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 13. RGB value is (220,53,19). Sum of RGB (Red+Green+Blue) = 220+53+19=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3513 is #23CAEC. Grayscale: #636363. Windows color (decimal): -2345709 or 1258972. OLE color: 1258972.
HSL color Cylindrical-coordinate representation of color #DC3513: hue angle of 10.15º 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 #DC3513 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.14 |
| HSL | 10.15º | 0.84% | 0.47% | - |
| HSV(B) | 10.15º | 0.91% | 0.86% | - |
| XYZ | 30.91 | 17.81 | 2.42 | - |
| YUV | 99.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 19 | 0 | 0.76 | 0.91 | 0.14 | 10.15 | 0.84 | 0.47 |
| Hex | DC | 35 | 13 | 0 | 4C | 5B | E | A | 54 | 2F |
| Octal | 334 | 65 | 23 | 0 | 114 | 133 | 16 | 12 | 124 | 57 |
| Binary | 11011100 | 110101 | 10011 | 0 | 1001100 | 1011011 | 1110 | 1010 | 1010100 | 101111 |
Color Harmonies of #DC3513
Complementary color
Monochromatic Colors of #DC3513
Black with #DC3513
Text Example
Text Example
White with #DC3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3513; }
p { color: rgb(220,53,19); }
H1.HeaderClassName
{
color: #DC3513;
}
.AnyTagClassName
{
color: #DC3513;
}
</style>
background-color css
<style>
a { background-color: #DC3513; }
a { background-color: rgb(220,53,19); }
div.DivClassName
{
background-color: #DC3513;
}
.BgClassName
{
background-color: #DC3513;
}
</style>
border-color css
<style>
span { border-color: #DC3513; }
span { border-color: rgb(220,53,19); }
td.TdClassName
{
border-color: #DC3513;
}
.TagClassName
{
border-color: #DC3513;
}
</style>