Html Css Color HEX #DC3B0D Harley Davidson Orange
📋 copy color: '#DC3B0D'red 220 ◦ green 59 ◦ blue 13
Shades of Harley Davidson Orange #DC3B0D
Tints of Harley Davidson Orange #DC3B0D
RGB
CMYK
RGB Variations
Color information
#DC3B0D (or 0xDC3B0D) is known color: Harley Davidson Orange. HEX triplet: DC, 3B and 0D. RGB value is (220,59,13). Sum of RGB (Red+Green+Blue) = 220+59+13=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3B0D is #23C4F2. Grayscale: #666666. Windows color (decimal): -2344179 or 867292. OLE color: 867292.
HSL color Cylindrical-coordinate representation of color #DC3B0D: hue angle of 13.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC3B0D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.14 |
| HSL | 13.33º | 0.89% | 0.46% | - |
| HSV(B) | 13.33º | 0.94% | 0.86% | - |
| XYZ | 31.15 | 18.37 | 2.29 | - |
| YUV | 101.9 | 77.84 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 13 | 0 | 0.73 | 0.94 | 0.14 | 13.33 | 0.89 | 0.46 |
| Hex | DC | 3B | D | 0 | 49 | 5E | E | D | 59 | 2E |
| Octal | 334 | 73 | 15 | 0 | 111 | 136 | 16 | 15 | 131 | 56 |
| Binary | 11011100 | 111011 | 1101 | 0 | 1001001 | 1011110 | 1110 | 1101 | 1011001 | 101110 |
Color Harmonies of #DC3B0D
Complementary color
Monochromatic Colors of #DC3B0D
Black with #DC3B0D
Text Example
Text Example
White with #DC3B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B0D; }
p { color: rgb(220,59,13); }
H1.HeaderClassName
{
color: #DC3B0D;
}
.AnyTagClassName
{
color: #DC3B0D;
}
</style>
background-color css
<style>
a { background-color: #DC3B0D; }
a { background-color: rgb(220,59,13); }
div.DivClassName
{
background-color: #DC3B0D;
}
.BgClassName
{
background-color: #DC3B0D;
}
</style>
border-color css
<style>
span { border-color: #DC3B0D; }
span { border-color: rgb(220,59,13); }
td.TdClassName
{
border-color: #DC3B0D;
}
.TagClassName
{
border-color: #DC3B0D;
}
</style>