Html Css Color HEX #DC3408 Harley Davidson Orange
📋 copy color: '#DC3408'red 220 ◦ green 52 ◦ blue 8
Shades of Harley Davidson Orange #DC3408
Tints of Harley Davidson Orange #DC3408
RGB
CMYK
RGB Variations
Color information
#DC3408 (or 0xDC3408) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 08. RGB value is (220,52,8). Sum of RGB (Red+Green+Blue) = 220+52+8=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3408 is #23CBF7. Grayscale: #616161. Windows color (decimal): -2345976 or 537820. OLE color: 537820.
HSL color Cylindrical-coordinate representation of color #DC3408: hue angle of 12.45º 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 #DC3408 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.14 |
| HSL | 12.45º | 0.93% | 0.45% | - |
| HSV(B) | 12.45º | 0.96% | 0.86% | - |
| XYZ | 30.79 | 17.69 | 2.02 | - |
| YUV | 97.22 | 77.66 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 8 | 0 | 0.76 | 0.96 | 0.14 | 12.45 | 0.93 | 0.45 |
| Hex | DC | 34 | 8 | 0 | 4C | 60 | E | C | 5D | 2D |
| Octal | 334 | 64 | 10 | 0 | 114 | 140 | 16 | 14 | 135 | 55 |
| Binary | 11011100 | 110100 | 1000 | 0 | 1001100 | 1100000 | 1110 | 1100 | 1011101 | 101101 |
Color Harmonies of #DC3408
Complementary color
Monochromatic Colors of #DC3408
Black with #DC3408
Text Example
Text Example
White with #DC3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3408; }
p { color: rgb(220,52,8); }
H1.HeaderClassName
{
color: #DC3408;
}
.AnyTagClassName
{
color: #DC3408;
}
</style>
background-color css
<style>
a { background-color: #DC3408; }
a { background-color: rgb(220,52,8); }
div.DivClassName
{
background-color: #DC3408;
}
.BgClassName
{
background-color: #DC3408;
}
</style>
border-color css
<style>
span { border-color: #DC3408; }
span { border-color: rgb(220,52,8); }
td.TdClassName
{
border-color: #DC3408;
}
.TagClassName
{
border-color: #DC3408;
}
</style>