Html Css Color HEX #DC2308 Harley Davidson Orange
📋 copy color: '#DC2308'red 220 ◦ green 35 ◦ blue 8
Shades of Harley Davidson Orange #DC2308
Tints of Harley Davidson Orange #DC2308
RGB
CMYK
RGB Variations
Color information
#DC2308 (or 0xDC2308) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 08. RGB value is (220,35,8). Sum of RGB (Red+Green+Blue) = 220+35+8=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2308 is #23DCF7. Grayscale: #575757. Windows color (decimal): -2350328 or 533468. OLE color: 533468.
HSL color Cylindrical-coordinate representation of color #DC2308: hue angle of 7.64º 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 #DC2308 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.14 |
| HSL | 7.64º | 0.93% | 0.45% | - |
| HSV(B) | 7.64º | 0.96% | 0.86% | - |
| XYZ | 30.16 | 16.44 | 1.81 | - |
| YUV | 87.24 | 83.29 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 8 | 0 | 0.84 | 0.96 | 0.14 | 7.64 | 0.93 | 0.45 |
| Hex | DC | 23 | 8 | 0 | 54 | 60 | E | 8 | 5D | 2D |
| Octal | 334 | 43 | 10 | 0 | 124 | 140 | 16 | 10 | 135 | 55 |
| Binary | 11011100 | 100011 | 1000 | 0 | 1010100 | 1100000 | 1110 | 1000 | 1011101 | 101101 |
Color Harmonies of #DC2308
Complementary color
Monochromatic Colors of #DC2308
Black with #DC2308
Text Example
Text Example
White with #DC2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2308; }
p { color: rgb(220,35,8); }
H1.HeaderClassName
{
color: #DC2308;
}
.AnyTagClassName
{
color: #DC2308;
}
</style>
background-color css
<style>
a { background-color: #DC2308; }
a { background-color: rgb(220,35,8); }
div.DivClassName
{
background-color: #DC2308;
}
.BgClassName
{
background-color: #DC2308;
}
</style>
border-color css
<style>
span { border-color: #DC2308; }
span { border-color: rgb(220,35,8); }
td.TdClassName
{
border-color: #DC2308;
}
.TagClassName
{
border-color: #DC2308;
}
</style>