Html Css Color HEX #DC2705 Harley Davidson Orange
📋 copy color: '#DC2705'red 220 ◦ green 39 ◦ blue 5
Shades of Harley Davidson Orange #DC2705
Tints of Harley Davidson Orange #DC2705
RGB
CMYK
RGB Variations
Color information
#DC2705 (or 0xDC2705) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 05. RGB value is (220,39,5). Sum of RGB (Red+Green+Blue) = 220+39+5=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2705 is #23D8FA. Grayscale: #595959. Windows color (decimal): -2349307 or 337884. OLE color: 337884.
HSL color Cylindrical-coordinate representation of color #DC2705: hue angle of 9.49º 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 #DC2705 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.14 |
| HSL | 9.49º | 0.96% | 0.44% | - |
| HSV(B) | 9.49º | 0.98% | 0.86% | - |
| XYZ | 30.27 | 16.68 | 1.77 | - |
| YUV | 89.24 | 80.47 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 5 | 0 | 0.82 | 0.98 | 0.14 | 9.49 | 0.96 | 0.44 |
| Hex | DC | 27 | 5 | 0 | 52 | 62 | E | 9 | 60 | 2C |
| Octal | 334 | 47 | 5 | 0 | 122 | 142 | 16 | 11 | 140 | 54 |
| Binary | 11011100 | 100111 | 101 | 0 | 1010010 | 1100010 | 1110 | 1001 | 1100000 | 101100 |
Color Harmonies of #DC2705
Complementary color
Monochromatic Colors of #DC2705
Black with #DC2705
Text Example
Text Example
White with #DC2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2705; }
p { color: rgb(220,39,5); }
H1.HeaderClassName
{
color: #DC2705;
}
.AnyTagClassName
{
color: #DC2705;
}
</style>
background-color css
<style>
a { background-color: #DC2705; }
a { background-color: rgb(220,39,5); }
div.DivClassName
{
background-color: #DC2705;
}
.BgClassName
{
background-color: #DC2705;
}
</style>
border-color css
<style>
span { border-color: #DC2705; }
span { border-color: rgb(220,39,5); }
td.TdClassName
{
border-color: #DC2705;
}
.TagClassName
{
border-color: #DC2705;
}
</style>