Html Css Color HEX #DC3905 Harley Davidson Orange
📋 copy color: '#DC3905'red 220 ◦ green 57 ◦ blue 5
Shades of Harley Davidson Orange #DC3905
Tints of Harley Davidson Orange #DC3905
RGB
CMYK
RGB Variations
Color information
#DC3905 (or 0xDC3905) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 05. RGB value is (220,57,5). Sum of RGB (Red+Green+Blue) = 220+57+5=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3905 is #23C6FA. Grayscale: #646464. Windows color (decimal): -2344699 or 342492. OLE color: 342492.
HSL color Cylindrical-coordinate representation of color #DC3905: hue angle of 14.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC3905 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.14 |
| HSL | 14.51º | 0.96% | 0.44% | - |
| HSV(B) | 14.51º | 0.98% | 0.86% | - |
| XYZ | 31.01 | 18.15 | 2.01 | - |
| YUV | 99.81 | 74.5 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 5 | 0 | 0.74 | 0.98 | 0.14 | 14.51 | 0.96 | 0.44 |
| Hex | DC | 39 | 5 | 0 | 4A | 62 | E | F | 60 | 2C |
| Octal | 334 | 71 | 5 | 0 | 112 | 142 | 16 | 17 | 140 | 54 |
| Binary | 11011100 | 111001 | 101 | 0 | 1001010 | 1100010 | 1110 | 1111 | 1100000 | 101100 |
Color Harmonies of #DC3905
Complementary color
Monochromatic Colors of #DC3905
Black with #DC3905
Text Example
Text Example
White with #DC3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3905; }
p { color: rgb(220,57,5); }
H1.HeaderClassName
{
color: #DC3905;
}
.AnyTagClassName
{
color: #DC3905;
}
</style>
background-color css
<style>
a { background-color: #DC3905; }
a { background-color: rgb(220,57,5); }
div.DivClassName
{
background-color: #DC3905;
}
.BgClassName
{
background-color: #DC3905;
}
</style>
border-color css
<style>
span { border-color: #DC3905; }
span { border-color: rgb(220,57,5); }
td.TdClassName
{
border-color: #DC3905;
}
.TagClassName
{
border-color: #DC3905;
}
</style>