Html Css Color HEX #DC3708 Harley Davidson Orange
📋 copy color: '#DC3708'red 220 ◦ green 55 ◦ blue 8
Shades of Harley Davidson Orange #DC3708
Tints of Harley Davidson Orange #DC3708
RGB
CMYK
RGB Variations
Color information
#DC3708 (or 0xDC3708) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 08. RGB value is (220,55,8). Sum of RGB (Red+Green+Blue) = 220+55+8=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3708 is #23C8F7. Grayscale: #636363. Windows color (decimal): -2345208 or 538588. OLE color: 538588.
HSL color Cylindrical-coordinate representation of color #DC3708: hue angle of 13.3º 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 #DC3708 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.14 |
| HSL | 13.3º | 0.93% | 0.45% | - |
| HSV(B) | 13.3º | 0.96% | 0.86% | - |
| XYZ | 30.93 | 17.97 | 2.07 | - |
| YUV | 98.98 | 76.66 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 8 | 0 | 0.75 | 0.96 | 0.14 | 13.3 | 0.93 | 0.45 |
| Hex | DC | 37 | 8 | 0 | 4B | 60 | E | D | 5D | 2D |
| Octal | 334 | 67 | 10 | 0 | 113 | 140 | 16 | 15 | 135 | 55 |
| Binary | 11011100 | 110111 | 1000 | 0 | 1001011 | 1100000 | 1110 | 1101 | 1011101 | 101101 |
Color Harmonies of #DC3708
Complementary color
Monochromatic Colors of #DC3708
Black with #DC3708
Text Example
Text Example
White with #DC3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3708; }
p { color: rgb(220,55,8); }
H1.HeaderClassName
{
color: #DC3708;
}
.AnyTagClassName
{
color: #DC3708;
}
</style>
background-color css
<style>
a { background-color: #DC3708; }
a { background-color: rgb(220,55,8); }
div.DivClassName
{
background-color: #DC3708;
}
.BgClassName
{
background-color: #DC3708;
}
</style>
border-color css
<style>
span { border-color: #DC3708; }
span { border-color: rgb(220,55,8); }
td.TdClassName
{
border-color: #DC3708;
}
.TagClassName
{
border-color: #DC3708;
}
</style>