Html Css Color HEX #DC2608 Harley Davidson Orange
📋 copy color: '#DC2608'red 220 ◦ green 38 ◦ blue 8
Shades of Harley Davidson Orange #DC2608
Tints of Harley Davidson Orange #DC2608
RGB
CMYK
RGB Variations
Color information
#DC2608 (or 0xDC2608) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 08. RGB value is (220,38,8). Sum of RGB (Red+Green+Blue) = 220+38+8=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2608 is #23D9F7. Grayscale: #595959. Windows color (decimal): -2349560 or 534236. OLE color: 534236.
HSL color Cylindrical-coordinate representation of color #DC2608: hue angle of 8.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC2608 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.14 |
| HSL | 8.49º | 0.93% | 0.45% | - |
| HSV(B) | 8.49º | 0.96% | 0.86% | - |
| XYZ | 30.25 | 16.62 | 1.84 | - |
| YUV | 89 | 82.3 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 8 | 0 | 0.83 | 0.96 | 0.14 | 8.49 | 0.93 | 0.45 |
| Hex | DC | 26 | 8 | 0 | 53 | 60 | E | 8 | 5D | 2D |
| Octal | 334 | 46 | 10 | 0 | 123 | 140 | 16 | 10 | 135 | 55 |
| Binary | 11011100 | 100110 | 1000 | 0 | 1010011 | 1100000 | 1110 | 1000 | 1011101 | 101101 |
Color Harmonies of #DC2608
Complementary color
Monochromatic Colors of #DC2608
Black with #DC2608
Text Example
Text Example
White with #DC2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2608; }
p { color: rgb(220,38,8); }
H1.HeaderClassName
{
color: #DC2608;
}
.AnyTagClassName
{
color: #DC2608;
}
</style>
background-color css
<style>
a { background-color: #DC2608; }
a { background-color: rgb(220,38,8); }
div.DivClassName
{
background-color: #DC2608;
}
.BgClassName
{
background-color: #DC2608;
}
</style>
border-color css
<style>
span { border-color: #DC2608; }
span { border-color: rgb(220,38,8); }
td.TdClassName
{
border-color: #DC2608;
}
.TagClassName
{
border-color: #DC2608;
}
</style>