Html Css Color HEX #DC371A Harley Davidson Orange
📋 copy color: '#DC371A'red 220 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #DC371A
Tints of Harley Davidson Orange #DC371A
RGB
CMYK
RGB Variations
Color information
#DC371A (or 0xDC371A) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 1A. RGB value is (220,55,26). Sum of RGB (Red+Green+Blue) = 220+55+26=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC371A is #23C8E5. Grayscale: #656565. Windows color (decimal): -2345190 or 1718236. OLE color: 1718236.
HSL color Cylindrical-coordinate representation of color #DC371A: hue angle of 8.97º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC371A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 26 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.14 |
| HSL | 8.97º | 0.79% | 0.48% | - |
| HSV(B) | 8.97º | 0.88% | 0.86% | - |
| XYZ | 31.07 | 18.02 | 2.82 | - |
| YUV | 101.03 | 85.66 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 26 | 0 | 0.75 | 0.88 | 0.14 | 8.97 | 0.79 | 0.48 |
| Hex | DC | 37 | 1A | 0 | 4B | 58 | E | 9 | 4F | 30 |
| Octal | 334 | 67 | 32 | 0 | 113 | 130 | 16 | 11 | 117 | 60 |
| Binary | 11011100 | 110111 | 11010 | 0 | 1001011 | 1011000 | 1110 | 1001 | 1001111 | 110000 |
Color Harmonies of #DC371A
Complementary color
Monochromatic Colors of #DC371A
Black with #DC371A
Text Example
Text Example
White with #DC371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC371A; }
p { color: rgb(220,55,26); }
H1.HeaderClassName
{
color: #DC371A;
}
.AnyTagClassName
{
color: #DC371A;
}
</style>
background-color css
<style>
a { background-color: #DC371A; }
a { background-color: rgb(220,55,26); }
div.DivClassName
{
background-color: #DC371A;
}
.BgClassName
{
background-color: #DC371A;
}
</style>
border-color css
<style>
span { border-color: #DC371A; }
span { border-color: rgb(220,55,26); }
td.TdClassName
{
border-color: #DC371A;
}
.TagClassName
{
border-color: #DC371A;
}
</style>