Html Css Color HEX #DC3718 Harley Davidson Orange
📋 copy color: '#DC3718'red 220 ◦ green 55 ◦ blue 24
Shades of Harley Davidson Orange #DC3718
Tints of Harley Davidson Orange #DC3718
RGB
CMYK
RGB Variations
Color information
#DC3718 (or 0xDC3718) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 18. RGB value is (220,55,24). Sum of RGB (Red+Green+Blue) = 220+55+24=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3718 is #23C8E7. Grayscale: #656565. Windows color (decimal): -2345192 or 1587164. OLE color: 1587164.
HSL color Cylindrical-coordinate representation of color #DC3718: hue angle of 9.49º 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 #DC3718 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 24 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.14 |
| HSL | 9.49º | 0.8% | 0.48% | - |
| HSV(B) | 9.49º | 0.89% | 0.86% | - |
| XYZ | 31.05 | 18.01 | 2.7 | - |
| YUV | 100.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 24 | 0 | 0.75 | 0.89 | 0.14 | 9.49 | 0.8 | 0.48 |
| Hex | DC | 37 | 18 | 0 | 4B | 59 | E | 9 | 50 | 30 |
| Octal | 334 | 67 | 30 | 0 | 113 | 131 | 16 | 11 | 120 | 60 |
| Binary | 11011100 | 110111 | 11000 | 0 | 1001011 | 1011001 | 1110 | 1001 | 1010000 | 110000 |
Color Harmonies of #DC3718
Complementary color
Monochromatic Colors of #DC3718
Black with #DC3718
Text Example
Text Example
White with #DC3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3718; }
p { color: rgb(220,55,24); }
H1.HeaderClassName
{
color: #DC3718;
}
.AnyTagClassName
{
color: #DC3718;
}
</style>
background-color css
<style>
a { background-color: #DC3718; }
a { background-color: rgb(220,55,24); }
div.DivClassName
{
background-color: #DC3718;
}
.BgClassName
{
background-color: #DC3718;
}
</style>
border-color css
<style>
span { border-color: #DC3718; }
span { border-color: rgb(220,55,24); }
td.TdClassName
{
border-color: #DC3718;
}
.TagClassName
{
border-color: #DC3718;
}
</style>