Html Css Color HEX #DC3201 Harley Davidson Orange
📋 copy color: '#DC3201'red 220 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #DC3201
Tints of Harley Davidson Orange #DC3201
RGB
CMYK
RGB Variations
Color information
#DC3201 (or 0xDC3201) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 01. RGB value is (220,50,1). Sum of RGB (Red+Green+Blue) = 220+50+1=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3201 is #23CDFE. Grayscale: #5F5F5F. Windows color (decimal): -2346495 or 78556. OLE color: 78556.
HSL color Cylindrical-coordinate representation of color #DC3201: hue angle of 13.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC3201 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.14 |
| HSL | 13.42º | 0.99% | 0.43% | - |
| HSV(B) | 13.42º | 1% | 0.86% | - |
| XYZ | 30.66 | 17.5 | 1.79 | - |
| YUV | 95.24 | 74.82 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 1 | 0 | 0.77 | 1.00 | 0.14 | 13.42 | 0.99 | 0.43 |
| Hex | DC | 32 | 1 | 0 | 4D | 64 | E | D | 63 | 2B |
| Octal | 334 | 62 | 1 | 0 | 115 | 144 | 16 | 15 | 143 | 53 |
| Binary | 11011100 | 110010 | 1 | 0 | 1001101 | 1100100 | 1110 | 1101 | 1100011 | 101011 |
Color Harmonies of #DC3201
Complementary color
Monochromatic Colors of #DC3201
Black with #DC3201
Text Example
Text Example
White with #DC3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3201; }
p { color: rgb(220,50,1); }
H1.HeaderClassName
{
color: #DC3201;
}
.AnyTagClassName
{
color: #DC3201;
}
</style>
background-color css
<style>
a { background-color: #DC3201; }
a { background-color: rgb(220,50,1); }
div.DivClassName
{
background-color: #DC3201;
}
.BgClassName
{
background-color: #DC3201;
}
</style>
border-color css
<style>
span { border-color: #DC3201; }
span { border-color: rgb(220,50,1); }
td.TdClassName
{
border-color: #DC3201;
}
.TagClassName
{
border-color: #DC3201;
}
</style>