Html Css Color HEX #DC2800 Harley Davidson Orange
📋 copy color: '#DC2800'red 220 ◦ green 40 ◦ blue 0
Shades of Harley Davidson Orange #DC2800
Tints of Harley Davidson Orange #DC2800
RGB
CMYK
RGB Variations
Color information
#DC2800 (or 0xDC2800) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 00. RGB value is (220,40,0). Sum of RGB (Red+Green+Blue) = 220+40+0=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2800 is #23D7FF. Grayscale: #595959. Windows color (decimal): -2349056 or 10460. OLE color: 10460.
HSL color Cylindrical-coordinate representation of color #DC2800: hue angle of 10.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC2800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.14 |
| HSL | 10.91º | 1% | 0.43% | - |
| HSV(B) | 10.91º | 1% | 0.86% | - |
| XYZ | 30.27 | 16.73 | 1.63 | - |
| YUV | 89.26 | 77.63 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 0 | 0 | 0.82 | 1 | 0.14 | 10.91 | 1 | 0.43 |
| Hex | DC | 28 | 0 | 0 | 52 | 64 | E | B | 64 | 2B |
| Octal | 334 | 50 | 0 | 0 | 122 | 144 | 16 | 13 | 144 | 53 |
| Binary | 11011100 | 101000 | 0 | 0 | 1010010 | 1100100 | 1110 | 1011 | 1100100 | 101011 |
Color Harmonies of #DC2800
Complementary color
Monochromatic Colors of #DC2800
Black with #DC2800
Text Example
Text Example
White with #DC2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2800; }
p { color: rgb(220,40,0); }
H1.HeaderClassName
{
color: #DC2800;
}
.AnyTagClassName
{
color: #DC2800;
}
</style>
background-color css
<style>
a { background-color: #DC2800; }
a { background-color: rgb(220,40,0); }
div.DivClassName
{
background-color: #DC2800;
}
.BgClassName
{
background-color: #DC2800;
}
</style>
border-color css
<style>
span { border-color: #DC2800; }
span { border-color: rgb(220,40,0); }
td.TdClassName
{
border-color: #DC2800;
}
.TagClassName
{
border-color: #DC2800;
}
</style>