Html Css Color HEX #DC3501 Harley Davidson Orange
📋 copy color: '#DC3501'red 220 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #DC3501
Tints of Harley Davidson Orange #DC3501
RGB
CMYK
RGB Variations
Color information
#DC3501 (or 0xDC3501) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 01. RGB value is (220,53,1). Sum of RGB (Red+Green+Blue) = 220+53+1=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3501 is #23CAFE. Grayscale: #616161. Windows color (decimal): -2345727 or 79324. OLE color: 79324.
HSL color Cylindrical-coordinate representation of color #DC3501: hue angle of 14.25º 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 #DC3501 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.14 |
| HSL | 14.25º | 0.99% | 0.43% | - |
| HSV(B) | 14.25º | 1% | 0.86% | - |
| XYZ | 30.79 | 17.76 | 1.83 | - |
| YUV | 97.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 1 | 0 | 0.76 | 1.00 | 0.14 | 14.25 | 0.99 | 0.43 |
| Hex | DC | 35 | 1 | 0 | 4C | 64 | E | E | 63 | 2B |
| Octal | 334 | 65 | 1 | 0 | 114 | 144 | 16 | 16 | 143 | 53 |
| Binary | 11011100 | 110101 | 1 | 0 | 1001100 | 1100100 | 1110 | 1110 | 1100011 | 101011 |
Color Harmonies of #DC3501
Complementary color
Monochromatic Colors of #DC3501
Black with #DC3501
Text Example
Text Example
White with #DC3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3501; }
p { color: rgb(220,53,1); }
H1.HeaderClassName
{
color: #DC3501;
}
.AnyTagClassName
{
color: #DC3501;
}
</style>
background-color css
<style>
a { background-color: #DC3501; }
a { background-color: rgb(220,53,1); }
div.DivClassName
{
background-color: #DC3501;
}
.BgClassName
{
background-color: #DC3501;
}
</style>
border-color css
<style>
span { border-color: #DC3501; }
span { border-color: rgb(220,53,1); }
td.TdClassName
{
border-color: #DC3501;
}
.TagClassName
{
border-color: #DC3501;
}
</style>