Html Css Color HEX #DC3401 Harley Davidson Orange
📋 copy color: '#DC3401'red 220 ◦ green 52 ◦ blue 1
Shades of Harley Davidson Orange #DC3401
Tints of Harley Davidson Orange #DC3401
RGB
CMYK
RGB Variations
Color information
#DC3401 (or 0xDC3401) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 01. RGB value is (220,52,1). Sum of RGB (Red+Green+Blue) = 220+52+1=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3401 is #23CBFE. Grayscale: #606060. Windows color (decimal): -2345983 or 79068. OLE color: 79068.
HSL color Cylindrical-coordinate representation of color #DC3401: hue angle of 13.97º 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 #DC3401 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.14 |
| HSL | 13.97º | 0.99% | 0.43% | - |
| HSV(B) | 13.97º | 1% | 0.86% | - |
| XYZ | 30.75 | 17.67 | 1.82 | - |
| YUV | 96.42 | 74.16 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 1 | 0 | 0.76 | 1.00 | 0.14 | 13.97 | 0.99 | 0.43 |
| Hex | DC | 34 | 1 | 0 | 4C | 64 | E | E | 63 | 2B |
| Octal | 334 | 64 | 1 | 0 | 114 | 144 | 16 | 16 | 143 | 53 |
| Binary | 11011100 | 110100 | 1 | 0 | 1001100 | 1100100 | 1110 | 1110 | 1100011 | 101011 |
Color Harmonies of #DC3401
Complementary color
Monochromatic Colors of #DC3401
Black with #DC3401
Text Example
Text Example
White with #DC3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3401; }
p { color: rgb(220,52,1); }
H1.HeaderClassName
{
color: #DC3401;
}
.AnyTagClassName
{
color: #DC3401;
}
</style>
background-color css
<style>
a { background-color: #DC3401; }
a { background-color: rgb(220,52,1); }
div.DivClassName
{
background-color: #DC3401;
}
.BgClassName
{
background-color: #DC3401;
}
</style>
border-color css
<style>
span { border-color: #DC3401; }
span { border-color: rgb(220,52,1); }
td.TdClassName
{
border-color: #DC3401;
}
.TagClassName
{
border-color: #DC3401;
}
</style>