Html Css Color HEX #DC2813 Harley Davidson Orange
📋 copy color: '#DC2813'red 220 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #DC2813
Tints of Harley Davidson Orange #DC2813
RGB
CMYK
RGB Variations
Color information
#DC2813 (or 0xDC2813) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 13. RGB value is (220,40,19). Sum of RGB (Red+Green+Blue) = 220+40+19=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2813 is #23D7EC. Grayscale: #5B5B5B. Windows color (decimal): -2349037 or 1255644. OLE color: 1255644.
HSL color Cylindrical-coordinate representation of color #DC2813: hue angle of 6.27º 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 #DC2813 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.14 |
| HSL | 6.27º | 0.84% | 0.47% | - |
| HSV(B) | 6.27º | 0.91% | 0.86% | - |
| XYZ | 30.39 | 16.78 | 2.25 | - |
| YUV | 91.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 19 | 0 | 0.82 | 0.91 | 0.14 | 6.27 | 0.84 | 0.47 |
| Hex | DC | 28 | 13 | 0 | 52 | 5B | E | 6 | 54 | 2F |
| Octal | 334 | 50 | 23 | 0 | 122 | 133 | 16 | 6 | 124 | 57 |
| Binary | 11011100 | 101000 | 10011 | 0 | 1010010 | 1011011 | 1110 | 110 | 1010100 | 101111 |
Color Harmonies of #DC2813
Complementary color
Monochromatic Colors of #DC2813
Black with #DC2813
Text Example
Text Example
White with #DC2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2813; }
p { color: rgb(220,40,19); }
H1.HeaderClassName
{
color: #DC2813;
}
.AnyTagClassName
{
color: #DC2813;
}
</style>
background-color css
<style>
a { background-color: #DC2813; }
a { background-color: rgb(220,40,19); }
div.DivClassName
{
background-color: #DC2813;
}
.BgClassName
{
background-color: #DC2813;
}
</style>
border-color css
<style>
span { border-color: #DC2813; }
span { border-color: rgb(220,40,19); }
td.TdClassName
{
border-color: #DC2813;
}
.TagClassName
{
border-color: #DC2813;
}
</style>