Html Css Color HEX #DC3817 Harley Davidson Orange
📋 copy color: '#DC3817'red 220 ◦ green 56 ◦ blue 23
Shades of Harley Davidson Orange #DC3817
Tints of Harley Davidson Orange #DC3817
RGB
CMYK
RGB Variations
Color information
#DC3817 (or 0xDC3817) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 17. RGB value is (220,56,23). Sum of RGB (Red+Green+Blue) = 220+56+23=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3817 is #23C7E8. Grayscale: #656565. Windows color (decimal): -2344937 or 1521884. OLE color: 1521884.
HSL color Cylindrical-coordinate representation of color #DC3817: hue angle of 10.05º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC3817 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 23 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.14 |
| HSL | 10.05º | 0.81% | 0.48% | - |
| HSV(B) | 10.05º | 0.9% | 0.86% | - |
| XYZ | 31.08 | 18.11 | 2.67 | - |
| YUV | 101.27 | 83.83 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 23 | 0 | 0.75 | 0.90 | 0.14 | 10.05 | 0.81 | 0.48 |
| Hex | DC | 38 | 17 | 0 | 4B | 5A | E | A | 51 | 30 |
| Octal | 334 | 70 | 27 | 0 | 113 | 132 | 16 | 12 | 121 | 60 |
| Binary | 11011100 | 111000 | 10111 | 0 | 1001011 | 1011010 | 1110 | 1010 | 1010001 | 110000 |
Color Harmonies of #DC3817
Complementary color
Monochromatic Colors of #DC3817
Black with #DC3817
Text Example
Text Example
White with #DC3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3817; }
p { color: rgb(220,56,23); }
H1.HeaderClassName
{
color: #DC3817;
}
.AnyTagClassName
{
color: #DC3817;
}
</style>
background-color css
<style>
a { background-color: #DC3817; }
a { background-color: rgb(220,56,23); }
div.DivClassName
{
background-color: #DC3817;
}
.BgClassName
{
background-color: #DC3817;
}
</style>
border-color css
<style>
span { border-color: #DC3817; }
span { border-color: rgb(220,56,23); }
td.TdClassName
{
border-color: #DC3817;
}
.TagClassName
{
border-color: #DC3817;
}
</style>