Html Css Color HEX #DC2808 Harley Davidson Orange
📋 copy color: '#DC2808'red 220 ◦ green 40 ◦ blue 8
Shades of Harley Davidson Orange #DC2808
Tints of Harley Davidson Orange #DC2808
RGB
CMYK
RGB Variations
Color information
#DC2808 (or 0xDC2808) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 08. RGB value is (220,40,8). Sum of RGB (Red+Green+Blue) = 220+40+8=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2808 is #23D7F7. Grayscale: #5A5A5A. Windows color (decimal): -2349048 or 534748. OLE color: 534748.
HSL color Cylindrical-coordinate representation of color #DC2808: hue angle of 9.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC2808 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.14 |
| HSL | 9.06º | 0.93% | 0.45% | - |
| HSV(B) | 9.06º | 0.96% | 0.86% | - |
| XYZ | 30.32 | 16.75 | 1.87 | - |
| YUV | 90.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 8 | 0 | 0.82 | 0.96 | 0.14 | 9.06 | 0.93 | 0.45 |
| Hex | DC | 28 | 8 | 0 | 52 | 60 | E | 9 | 5D | 2D |
| Octal | 334 | 50 | 10 | 0 | 122 | 140 | 16 | 11 | 135 | 55 |
| Binary | 11011100 | 101000 | 1000 | 0 | 1010010 | 1100000 | 1110 | 1001 | 1011101 | 101101 |
Color Harmonies of #DC2808
Complementary color
Monochromatic Colors of #DC2808
Black with #DC2808
Text Example
Text Example
White with #DC2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2808; }
p { color: rgb(220,40,8); }
H1.HeaderClassName
{
color: #DC2808;
}
.AnyTagClassName
{
color: #DC2808;
}
</style>
background-color css
<style>
a { background-color: #DC2808; }
a { background-color: rgb(220,40,8); }
div.DivClassName
{
background-color: #DC2808;
}
.BgClassName
{
background-color: #DC2808;
}
</style>
border-color css
<style>
span { border-color: #DC2808; }
span { border-color: rgb(220,40,8); }
td.TdClassName
{
border-color: #DC2808;
}
.TagClassName
{
border-color: #DC2808;
}
</style>