Html Css Color HEX #DC3413 Harley Davidson Orange
📋 copy color: '#DC3413'red 220 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #DC3413
Tints of Harley Davidson Orange #DC3413
RGB
CMYK
RGB Variations
Color information
#DC3413 (or 0xDC3413) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 13. RGB value is (220,52,19). Sum of RGB (Red+Green+Blue) = 220+52+19=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3413 is #23CBEC. Grayscale: #626262. Windows color (decimal): -2345965 or 1258716. OLE color: 1258716.
HSL color Cylindrical-coordinate representation of color #DC3413: hue angle of 9.85º 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 #DC3413 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.14 |
| HSL | 9.85º | 0.84% | 0.47% | - |
| HSV(B) | 9.85º | 0.91% | 0.86% | - |
| XYZ | 30.86 | 17.72 | 2.41 | - |
| YUV | 98.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 19 | 0 | 0.76 | 0.91 | 0.14 | 9.85 | 0.84 | 0.47 |
| Hex | DC | 34 | 13 | 0 | 4C | 5B | E | A | 54 | 2F |
| Octal | 334 | 64 | 23 | 0 | 114 | 133 | 16 | 12 | 124 | 57 |
| Binary | 11011100 | 110100 | 10011 | 0 | 1001100 | 1011011 | 1110 | 1010 | 1010100 | 101111 |
Color Harmonies of #DC3413
Complementary color
Monochromatic Colors of #DC3413
Black with #DC3413
Text Example
Text Example
White with #DC3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3413; }
p { color: rgb(220,52,19); }
H1.HeaderClassName
{
color: #DC3413;
}
.AnyTagClassName
{
color: #DC3413;
}
</style>
background-color css
<style>
a { background-color: #DC3413; }
a { background-color: rgb(220,52,19); }
div.DivClassName
{
background-color: #DC3413;
}
.BgClassName
{
background-color: #DC3413;
}
</style>
border-color css
<style>
span { border-color: #DC3413; }
span { border-color: rgb(220,52,19); }
td.TdClassName
{
border-color: #DC3413;
}
.TagClassName
{
border-color: #DC3413;
}
</style>