Html Css Color HEX #DC3B18 Harley Davidson Orange
📋 copy color: '#DC3B18'red 220 ◦ green 59 ◦ blue 24
Shades of Harley Davidson Orange #DC3B18
Tints of Harley Davidson Orange #DC3B18
RGB
CMYK
RGB Variations
Color information
#DC3B18 (or 0xDC3B18) is known color: Harley Davidson Orange. HEX triplet: DC, 3B and 18. RGB value is (220,59,24). Sum of RGB (Red+Green+Blue) = 220+59+24=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3B18 is #23C4E7. Grayscale: #676767. Windows color (decimal): -2344168 or 1588188. OLE color: 1588188.
HSL color Cylindrical-coordinate representation of color #DC3B18: hue angle of 10.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC3B18 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 24 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.14 |
| HSL | 10.71º | 0.8% | 0.48% | - |
| HSV(B) | 10.71º | 0.89% | 0.86% | - |
| XYZ | 31.24 | 18.41 | 2.77 | - |
| YUV | 103.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 24 | 0 | 0.73 | 0.89 | 0.14 | 10.71 | 0.8 | 0.48 |
| Hex | DC | 3B | 18 | 0 | 49 | 59 | E | B | 50 | 30 |
| Octal | 334 | 73 | 30 | 0 | 111 | 131 | 16 | 13 | 120 | 60 |
| Binary | 11011100 | 111011 | 11000 | 0 | 1001001 | 1011001 | 1110 | 1011 | 1010000 | 110000 |
Color Harmonies of #DC3B18
Complementary color
Monochromatic Colors of #DC3B18
Black with #DC3B18
Text Example
Text Example
White with #DC3B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B18; }
p { color: rgb(220,59,24); }
H1.HeaderClassName
{
color: #DC3B18;
}
.AnyTagClassName
{
color: #DC3B18;
}
</style>
background-color css
<style>
a { background-color: #DC3B18; }
a { background-color: rgb(220,59,24); }
div.DivClassName
{
background-color: #DC3B18;
}
.BgClassName
{
background-color: #DC3B18;
}
</style>
border-color css
<style>
span { border-color: #DC3B18; }
span { border-color: rgb(220,59,24); }
td.TdClassName
{
border-color: #DC3B18;
}
.TagClassName
{
border-color: #DC3B18;
}
</style>