Html Css Color HEX #DC3508 Harley Davidson Orange
📋 copy color: '#DC3508'red 220 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #DC3508
Tints of Harley Davidson Orange #DC3508
RGB
CMYK
RGB Variations
Color information
#DC3508 (or 0xDC3508) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 08. RGB value is (220,53,8). Sum of RGB (Red+Green+Blue) = 220+53+8=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3508 is #23CAF7. Grayscale: #626262. Windows color (decimal): -2345720 or 538076. OLE color: 538076.
HSL color Cylindrical-coordinate representation of color #DC3508: hue angle of 12.74º 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 #DC3508 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.14 |
| HSL | 12.74º | 0.93% | 0.45% | - |
| HSV(B) | 12.74º | 0.96% | 0.86% | - |
| XYZ | 30.83 | 17.78 | 2.04 | - |
| YUV | 97.8 | 77.33 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 8 | 0 | 0.76 | 0.96 | 0.14 | 12.74 | 0.93 | 0.45 |
| Hex | DC | 35 | 8 | 0 | 4C | 60 | E | D | 5D | 2D |
| Octal | 334 | 65 | 10 | 0 | 114 | 140 | 16 | 15 | 135 | 55 |
| Binary | 11011100 | 110101 | 1000 | 0 | 1001100 | 1100000 | 1110 | 1101 | 1011101 | 101101 |
Color Harmonies of #DC3508
Complementary color
Monochromatic Colors of #DC3508
Black with #DC3508
Text Example
Text Example
White with #DC3508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3508; }
p { color: rgb(220,53,8); }
H1.HeaderClassName
{
color: #DC3508;
}
.AnyTagClassName
{
color: #DC3508;
}
</style>
background-color css
<style>
a { background-color: #DC3508; }
a { background-color: rgb(220,53,8); }
div.DivClassName
{
background-color: #DC3508;
}
.BgClassName
{
background-color: #DC3508;
}
</style>
border-color css
<style>
span { border-color: #DC3508; }
span { border-color: rgb(220,53,8); }
td.TdClassName
{
border-color: #DC3508;
}
.TagClassName
{
border-color: #DC3508;
}
</style>