Html Css Color HEX #DC3121 Harley Davidson Orange
📋 copy color: '#DC3121'red 220 ◦ green 49 ◦ blue 33
Shades of Harley Davidson Orange #DC3121
Tints of Harley Davidson Orange #DC3121
RGB
CMYK
RGB Variations
Color information
#DC3121 (or 0xDC3121) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 21. RGB value is (220,49,33). Sum of RGB (Red+Green+Blue) = 220+49+33=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3121 is #23CEDE. Grayscale: #626262. Windows color (decimal): -2346719 or 2175452. OLE color: 2175452.
HSL color Cylindrical-coordinate representation of color #DC3121: hue angle of 5.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3121 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 33 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.14 |
| HSL | 5.13º | 0.74% | 0.5% | - |
| HSV(B) | 5.13º | 0.85% | 0.86% | - |
| XYZ | 30.89 | 17.52 | 3.19 | - |
| YUV | 98.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 33 | 0 | 0.78 | 0.85 | 0.14 | 5.13 | 0.74 | 0.5 |
| Hex | DC | 31 | 21 | 0 | 4E | 55 | E | 5 | 4A | 32 |
| Octal | 334 | 61 | 41 | 0 | 116 | 125 | 16 | 5 | 112 | 62 |
| Binary | 11011100 | 110001 | 100001 | 0 | 1001110 | 1010101 | 1110 | 101 | 1001010 | 110010 |
Color Harmonies of #DC3121
Complementary color
Monochromatic Colors of #DC3121
Black with #DC3121
Text Example
Text Example
White with #DC3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3121; }
p { color: rgb(220,49,33); }
H1.HeaderClassName
{
color: #DC3121;
}
.AnyTagClassName
{
color: #DC3121;
}
</style>
background-color css
<style>
a { background-color: #DC3121; }
a { background-color: rgb(220,49,33); }
div.DivClassName
{
background-color: #DC3121;
}
.BgClassName
{
background-color: #DC3121;
}
</style>
border-color css
<style>
span { border-color: #DC3121; }
span { border-color: rgb(220,49,33); }
td.TdClassName
{
border-color: #DC3121;
}
.TagClassName
{
border-color: #DC3121;
}
</style>