Html Css Color HEX #DC371E Harley Davidson Orange
📋 copy color: '#DC371E'red 220 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #DC371E
Tints of Harley Davidson Orange #DC371E
RGB
CMYK
RGB Variations
Color information
#DC371E (or 0xDC371E) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 1E. RGB value is (220,55,30). Sum of RGB (Red+Green+Blue) = 220+55+30=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC371E is #23C8E1. Grayscale: #656565. Windows color (decimal): -2345186 or 1980380. OLE color: 1980380.
HSL color Cylindrical-coordinate representation of color #DC371E: hue angle of 7.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC371E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 30 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.14 |
| HSL | 7.89º | 0.76% | 0.49% | - |
| HSV(B) | 7.89º | 0.86% | 0.86% | - |
| XYZ | 31.12 | 18.04 | 3.07 | - |
| YUV | 101.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 30 | 0 | 0.75 | 0.86 | 0.14 | 7.89 | 0.76 | 0.49 |
| Hex | DC | 37 | 1E | 0 | 4B | 56 | E | 8 | 4C | 31 |
| Octal | 334 | 67 | 36 | 0 | 113 | 126 | 16 | 10 | 114 | 61 |
| Binary | 11011100 | 110111 | 11110 | 0 | 1001011 | 1010110 | 1110 | 1000 | 1001100 | 110001 |
Color Harmonies of #DC371E
Complementary color
Monochromatic Colors of #DC371E
Black with #DC371E
Text Example
Text Example
White with #DC371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC371E; }
p { color: rgb(220,55,30); }
H1.HeaderClassName
{
color: #DC371E;
}
.AnyTagClassName
{
color: #DC371E;
}
</style>
background-color css
<style>
a { background-color: #DC371E; }
a { background-color: rgb(220,55,30); }
div.DivClassName
{
background-color: #DC371E;
}
.BgClassName
{
background-color: #DC371E;
}
</style>
border-color css
<style>
span { border-color: #DC371E; }
span { border-color: rgb(220,55,30); }
td.TdClassName
{
border-color: #DC371E;
}
.TagClassName
{
border-color: #DC371E;
}
</style>