Html Css Color HEX #DC2908 Harley Davidson Orange
📋 copy color: '#DC2908'red 220 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #DC2908
Tints of Harley Davidson Orange #DC2908
RGB
CMYK
RGB Variations
Color information
#DC2908 (or 0xDC2908) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 08. RGB value is (220,41,8). Sum of RGB (Red+Green+Blue) = 220+41+8=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2908 is #23D6F7. Grayscale: #5B5B5B. Windows color (decimal): -2348792 or 535004. OLE color: 535004.
HSL color Cylindrical-coordinate representation of color #DC2908: hue angle of 9.34º 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 #DC2908 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.14 |
| HSL | 9.34º | 0.93% | 0.45% | - |
| HSV(B) | 9.34º | 0.96% | 0.86% | - |
| XYZ | 30.35 | 16.82 | 1.88 | - |
| YUV | 90.76 | 81.3 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 8 | 0 | 0.81 | 0.96 | 0.14 | 9.34 | 0.93 | 0.45 |
| Hex | DC | 29 | 8 | 0 | 51 | 60 | E | 9 | 5D | 2D |
| Octal | 334 | 51 | 10 | 0 | 121 | 140 | 16 | 11 | 135 | 55 |
| Binary | 11011100 | 101001 | 1000 | 0 | 1010001 | 1100000 | 1110 | 1001 | 1011101 | 101101 |
Color Harmonies of #DC2908
Complementary color
Monochromatic Colors of #DC2908
Black with #DC2908
Text Example
Text Example
White with #DC2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2908; }
p { color: rgb(220,41,8); }
H1.HeaderClassName
{
color: #DC2908;
}
.AnyTagClassName
{
color: #DC2908;
}
</style>
background-color css
<style>
a { background-color: #DC2908; }
a { background-color: rgb(220,41,8); }
div.DivClassName
{
background-color: #DC2908;
}
.BgClassName
{
background-color: #DC2908;
}
</style>
border-color css
<style>
span { border-color: #DC2908; }
span { border-color: rgb(220,41,8); }
td.TdClassName
{
border-color: #DC2908;
}
.TagClassName
{
border-color: #DC2908;
}
</style>