Html Css Color HEX #DC2801 Harley Davidson Orange
📋 copy color: '#DC2801'red 220 ◦ green 40 ◦ blue 1
Shades of Harley Davidson Orange #DC2801
Tints of Harley Davidson Orange #DC2801
RGB
CMYK
RGB Variations
Color information
#DC2801 (or 0xDC2801) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 01. RGB value is (220,40,1). Sum of RGB (Red+Green+Blue) = 220+40+1=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2801 is #23D7FE. Grayscale: #595959. Windows color (decimal): -2349055 or 75996. OLE color: 75996.
HSL color Cylindrical-coordinate representation of color #DC2801: hue angle of 10.68º 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 #DC2801 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.14 |
| HSL | 10.68º | 0.99% | 0.43% | - |
| HSV(B) | 10.68º | 1% | 0.86% | - |
| XYZ | 30.28 | 16.74 | 1.66 | - |
| YUV | 89.37 | 78.13 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 1 | 0 | 0.82 | 1.00 | 0.14 | 10.68 | 0.99 | 0.43 |
| Hex | DC | 28 | 1 | 0 | 52 | 64 | E | B | 63 | 2B |
| Octal | 334 | 50 | 1 | 0 | 122 | 144 | 16 | 13 | 143 | 53 |
| Binary | 11011100 | 101000 | 1 | 0 | 1010010 | 1100100 | 1110 | 1011 | 1100011 | 101011 |
Color Harmonies of #DC2801
Complementary color
Monochromatic Colors of #DC2801
Black with #DC2801
Text Example
Text Example
White with #DC2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2801; }
p { color: rgb(220,40,1); }
H1.HeaderClassName
{
color: #DC2801;
}
.AnyTagClassName
{
color: #DC2801;
}
</style>
background-color css
<style>
a { background-color: #DC2801; }
a { background-color: rgb(220,40,1); }
div.DivClassName
{
background-color: #DC2801;
}
.BgClassName
{
background-color: #DC2801;
}
</style>
border-color css
<style>
span { border-color: #DC2801; }
span { border-color: rgb(220,40,1); }
td.TdClassName
{
border-color: #DC2801;
}
.TagClassName
{
border-color: #DC2801;
}
</style>