Html Css Color HEX #DC2305 Harley Davidson Orange
📋 copy color: '#DC2305'red 220 ◦ green 35 ◦ blue 5
Shades of Harley Davidson Orange #DC2305
Tints of Harley Davidson Orange #DC2305
RGB
CMYK
RGB Variations
Color information
#DC2305 (or 0xDC2305) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 05. RGB value is (220,35,5). Sum of RGB (Red+Green+Blue) = 220+35+5=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2305 is #23DCFA. Grayscale: #575757. Windows color (decimal): -2350331 or 336860. OLE color: 336860.
HSL color Cylindrical-coordinate representation of color #DC2305: hue angle of 8.37º 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 #DC2305 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.14 |
| HSL | 8.37º | 0.96% | 0.44% | - |
| HSV(B) | 8.37º | 0.98% | 0.86% | - |
| XYZ | 30.14 | 16.43 | 1.73 | - |
| YUV | 86.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 5 | 0 | 0.84 | 0.98 | 0.14 | 8.37 | 0.96 | 0.44 |
| Hex | DC | 23 | 5 | 0 | 54 | 62 | E | 8 | 60 | 2C |
| Octal | 334 | 43 | 5 | 0 | 124 | 142 | 16 | 10 | 140 | 54 |
| Binary | 11011100 | 100011 | 101 | 0 | 1010100 | 1100010 | 1110 | 1000 | 1100000 | 101100 |
Color Harmonies of #DC2305
Complementary color
Monochromatic Colors of #DC2305
Black with #DC2305
Text Example
Text Example
White with #DC2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2305; }
p { color: rgb(220,35,5); }
H1.HeaderClassName
{
color: #DC2305;
}
.AnyTagClassName
{
color: #DC2305;
}
</style>
background-color css
<style>
a { background-color: #DC2305; }
a { background-color: rgb(220,35,5); }
div.DivClassName
{
background-color: #DC2305;
}
.BgClassName
{
background-color: #DC2305;
}
</style>
border-color css
<style>
span { border-color: #DC2305; }
span { border-color: rgb(220,35,5); }
td.TdClassName
{
border-color: #DC2305;
}
.TagClassName
{
border-color: #DC2305;
}
</style>