Html Css Color HEX #DC1905 Harley Davidson Orange
📋 copy color: '#DC1905'red 220 ◦ green 25 ◦ blue 5
Shades of Harley Davidson Orange #DC1905
Tints of Harley Davidson Orange #DC1905
RGB
CMYK
RGB Variations
Color information
#DC1905 (or 0xDC1905) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 05. RGB value is (220,25,5). Sum of RGB (Red+Green+Blue) = 220+25+5=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1905 is #23E6FA. Grayscale: #515151. Windows color (decimal): -2352891 or 334300. OLE color: 334300.
HSL color Cylindrical-coordinate representation of color #DC1905: hue angle of 5.58º 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 #DC1905 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.14 |
| HSL | 5.58º | 0.96% | 0.44% | - |
| HSV(B) | 5.58º | 0.98% | 0.86% | - |
| XYZ | 29.89 | 15.92 | 1.64 | - |
| YUV | 81.03 | 85.1 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 5 | 0 | 0.89 | 0.98 | 0.14 | 5.58 | 0.96 | 0.44 |
| Hex | DC | 19 | 5 | 0 | 59 | 62 | E | 6 | 60 | 2C |
| Octal | 334 | 31 | 5 | 0 | 131 | 142 | 16 | 6 | 140 | 54 |
| Binary | 11011100 | 11001 | 101 | 0 | 1011001 | 1100010 | 1110 | 110 | 1100000 | 101100 |
Color Harmonies of #DC1905
Complementary color
Monochromatic Colors of #DC1905
Black with #DC1905
Text Example
Text Example
White with #DC1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1905; }
p { color: rgb(220,25,5); }
H1.HeaderClassName
{
color: #DC1905;
}
.AnyTagClassName
{
color: #DC1905;
}
</style>
background-color css
<style>
a { background-color: #DC1905; }
a { background-color: rgb(220,25,5); }
div.DivClassName
{
background-color: #DC1905;
}
.BgClassName
{
background-color: #DC1905;
}
</style>
border-color css
<style>
span { border-color: #DC1905; }
span { border-color: rgb(220,25,5); }
td.TdClassName
{
border-color: #DC1905;
}
.TagClassName
{
border-color: #DC1905;
}
</style>