Html Css Color HEX #DC3212 Harley Davidson Orange
📋 copy color: '#DC3212'red 220 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #DC3212
Tints of Harley Davidson Orange #DC3212
RGB
CMYK
RGB Variations
Color information
#DC3212 (or 0xDC3212) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 12. RGB value is (220,50,18). Sum of RGB (Red+Green+Blue) = 220+50+18=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3212 is #23CDED. Grayscale: #616161. Windows color (decimal): -2346478 or 1192668. OLE color: 1192668.
HSL color Cylindrical-coordinate representation of color #DC3212: hue angle of 9.5º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC3212 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.14 |
| HSL | 9.5º | 0.85% | 0.47% | - |
| HSV(B) | 9.5º | 0.92% | 0.86% | - |
| XYZ | 30.76 | 17.54 | 2.34 | - |
| YUV | 97.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 18 | 0 | 0.77 | 0.92 | 0.14 | 9.5 | 0.85 | 0.47 |
| Hex | DC | 32 | 12 | 0 | 4D | 5C | E | A | 55 | 2F |
| Octal | 334 | 62 | 22 | 0 | 115 | 134 | 16 | 12 | 125 | 57 |
| Binary | 11011100 | 110010 | 10010 | 0 | 1001101 | 1011100 | 1110 | 1010 | 1010101 | 101111 |
Color Harmonies of #DC3212
Complementary color
Monochromatic Colors of #DC3212
Black with #DC3212
Text Example
Text Example
White with #DC3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3212; }
p { color: rgb(220,50,18); }
H1.HeaderClassName
{
color: #DC3212;
}
.AnyTagClassName
{
color: #DC3212;
}
</style>
background-color css
<style>
a { background-color: #DC3212; }
a { background-color: rgb(220,50,18); }
div.DivClassName
{
background-color: #DC3212;
}
.BgClassName
{
background-color: #DC3212;
}
</style>
border-color css
<style>
span { border-color: #DC3212; }
span { border-color: rgb(220,50,18); }
td.TdClassName
{
border-color: #DC3212;
}
.TagClassName
{
border-color: #DC3212;
}
</style>