Html Css Color HEX #DC1C08 Harley Davidson Orange
📋 copy color: '#DC1C08'red 220 ◦ green 28 ◦ blue 8
Shades of Harley Davidson Orange #DC1C08
Tints of Harley Davidson Orange #DC1C08
RGB
CMYK
RGB Variations
Color information
#DC1C08 (or 0xDC1C08) is known color: Harley Davidson Orange. HEX triplet: DC, 1C and 08. RGB value is (220,28,8). Sum of RGB (Red+Green+Blue) = 220+28+8=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1C08 is #23E3F7. Grayscale: #535353. Windows color (decimal): -2352120 or 531676. OLE color: 531676.
HSL color Cylindrical-coordinate representation of color #DC1C08: hue angle of 5.66º 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 #DC1C08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.14 |
| HSL | 5.66º | 0.93% | 0.45% | - |
| HSV(B) | 5.66º | 0.96% | 0.86% | - |
| XYZ | 29.97 | 16.06 | 1.75 | - |
| YUV | 83.13 | 85.61 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 8 | 0 | 0.87 | 0.96 | 0.14 | 5.66 | 0.93 | 0.45 |
| Hex | DC | 1C | 8 | 0 | 57 | 60 | E | 6 | 5D | 2D |
| Octal | 334 | 34 | 10 | 0 | 127 | 140 | 16 | 6 | 135 | 55 |
| Binary | 11011100 | 11100 | 1000 | 0 | 1010111 | 1100000 | 1110 | 110 | 1011101 | 101101 |
Color Harmonies of #DC1C08
Complementary color
Monochromatic Colors of #DC1C08
Black with #DC1C08
Text Example
Text Example
White with #DC1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C08; }
p { color: rgb(220,28,8); }
H1.HeaderClassName
{
color: #DC1C08;
}
.AnyTagClassName
{
color: #DC1C08;
}
</style>
background-color css
<style>
a { background-color: #DC1C08; }
a { background-color: rgb(220,28,8); }
div.DivClassName
{
background-color: #DC1C08;
}
.BgClassName
{
background-color: #DC1C08;
}
</style>
border-color css
<style>
span { border-color: #DC1C08; }
span { border-color: rgb(220,28,8); }
td.TdClassName
{
border-color: #DC1C08;
}
.TagClassName
{
border-color: #DC1C08;
}
</style>