Html Css Color HEX #DC2605 Harley Davidson Orange
📋 copy color: '#DC2605'red 220 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #DC2605
Tints of Harley Davidson Orange #DC2605
RGB
CMYK
RGB Variations
Color information
#DC2605 (or 0xDC2605) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 05. RGB value is (220,38,5). Sum of RGB (Red+Green+Blue) = 220+38+5=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2605 is #23D9FA. Grayscale: #585858. Windows color (decimal): -2349563 or 337628. OLE color: 337628.
HSL color Cylindrical-coordinate representation of color #DC2605: hue angle of 9.21º 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 #DC2605 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.14 |
| HSL | 9.21º | 0.96% | 0.44% | - |
| HSV(B) | 9.21º | 0.98% | 0.86% | - |
| XYZ | 30.24 | 16.61 | 1.76 | - |
| YUV | 88.66 | 80.8 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 5 | 0 | 0.83 | 0.98 | 0.14 | 9.21 | 0.96 | 0.44 |
| Hex | DC | 26 | 5 | 0 | 53 | 62 | E | 9 | 60 | 2C |
| Octal | 334 | 46 | 5 | 0 | 123 | 142 | 16 | 11 | 140 | 54 |
| Binary | 11011100 | 100110 | 101 | 0 | 1010011 | 1100010 | 1110 | 1001 | 1100000 | 101100 |
Color Harmonies of #DC2605
Complementary color
Monochromatic Colors of #DC2605
Black with #DC2605
Text Example
Text Example
White with #DC2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2605; }
p { color: rgb(220,38,5); }
H1.HeaderClassName
{
color: #DC2605;
}
.AnyTagClassName
{
color: #DC2605;
}
</style>
background-color css
<style>
a { background-color: #DC2605; }
a { background-color: rgb(220,38,5); }
div.DivClassName
{
background-color: #DC2605;
}
.BgClassName
{
background-color: #DC2605;
}
</style>
border-color css
<style>
span { border-color: #DC2605; }
span { border-color: rgb(220,38,5); }
td.TdClassName
{
border-color: #DC2605;
}
.TagClassName
{
border-color: #DC2605;
}
</style>