Html Css Color HEX #DC2301 Harley Davidson Orange
📋 copy color: '#DC2301'red 220 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #DC2301
Tints of Harley Davidson Orange #DC2301
RGB
CMYK
RGB Variations
Color information
#DC2301 (or 0xDC2301) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 01. RGB value is (220,35,1). Sum of RGB (Red+Green+Blue) = 220+35+1=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2301 is #23DCFE. Grayscale: #565656. Windows color (decimal): -2350335 or 74716. OLE color: 74716.
HSL color Cylindrical-coordinate representation of color #DC2301: hue angle of 9.32º 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 #DC2301 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.14 |
| HSL | 9.32º | 0.99% | 0.43% | - |
| HSV(B) | 9.32º | 1% | 0.86% | - |
| XYZ | 30.12 | 16.42 | 1.61 | - |
| YUV | 86.44 | 79.79 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 1 | 0 | 0.84 | 1.00 | 0.14 | 9.32 | 0.99 | 0.43 |
| Hex | DC | 23 | 1 | 0 | 54 | 64 | E | 9 | 63 | 2B |
| Octal | 334 | 43 | 1 | 0 | 124 | 144 | 16 | 11 | 143 | 53 |
| Binary | 11011100 | 100011 | 1 | 0 | 1010100 | 1100100 | 1110 | 1001 | 1100011 | 101011 |
Color Harmonies of #DC2301
Complementary color
Monochromatic Colors of #DC2301
Black with #DC2301
Text Example
Text Example
White with #DC2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2301; }
p { color: rgb(220,35,1); }
H1.HeaderClassName
{
color: #DC2301;
}
.AnyTagClassName
{
color: #DC2301;
}
</style>
background-color css
<style>
a { background-color: #DC2301; }
a { background-color: rgb(220,35,1); }
div.DivClassName
{
background-color: #DC2301;
}
.BgClassName
{
background-color: #DC2301;
}
</style>
border-color css
<style>
span { border-color: #DC2301; }
span { border-color: rgb(220,35,1); }
td.TdClassName
{
border-color: #DC2301;
}
.TagClassName
{
border-color: #DC2301;
}
</style>