Html Css Color HEX #DC311F Harley Davidson Orange
📋 copy color: '#DC311F'red 220 ◦ green 49 ◦ blue 31
Shades of Harley Davidson Orange #DC311F
Tints of Harley Davidson Orange #DC311F
RGB
CMYK
RGB Variations
Color information
#DC311F (or 0xDC311F) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 1F. RGB value is (220,49,31). Sum of RGB (Red+Green+Blue) = 220+49+31=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC311F is #23CEE0. Grayscale: #626262. Windows color (decimal): -2346721 or 2044380. OLE color: 2044380.
HSL color Cylindrical-coordinate representation of color #DC311F: hue angle of 5.71º degrees, saturation: 0.75, 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 #DC311F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 31 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.14 |
| HSL | 5.71º | 0.75% | 0.49% | - |
| HSV(B) | 5.71º | 0.86% | 0.86% | - |
| XYZ | 30.86 | 17.51 | 3.05 | - |
| YUV | 98.08 | 90.15 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 31 | 0 | 0.78 | 0.86 | 0.14 | 5.71 | 0.75 | 0.49 |
| Hex | DC | 31 | 1F | 0 | 4E | 56 | E | 6 | 4B | 31 |
| Octal | 334 | 61 | 37 | 0 | 116 | 126 | 16 | 6 | 113 | 61 |
| Binary | 11011100 | 110001 | 11111 | 0 | 1001110 | 1010110 | 1110 | 110 | 1001011 | 110001 |
Color Harmonies of #DC311F
Complementary color
Monochromatic Colors of #DC311F
Black with #DC311F
Text Example
Text Example
White with #DC311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC311F; }
p { color: rgb(220,49,31); }
H1.HeaderClassName
{
color: #DC311F;
}
.AnyTagClassName
{
color: #DC311F;
}
</style>
background-color css
<style>
a { background-color: #DC311F; }
a { background-color: rgb(220,49,31); }
div.DivClassName
{
background-color: #DC311F;
}
.BgClassName
{
background-color: #DC311F;
}
</style>
border-color css
<style>
span { border-color: #DC311F; }
span { border-color: rgb(220,49,31); }
td.TdClassName
{
border-color: #DC311F;
}
.TagClassName
{
border-color: #DC311F;
}
</style>