Html Css Color HEX #DC1E09 Harley Davidson Orange
📋 copy color: '#DC1E09'red 220 ◦ green 30 ◦ blue 9
Shades of Harley Davidson Orange #DC1E09
Tints of Harley Davidson Orange #DC1E09
RGB
CMYK
RGB Variations
Color information
#DC1E09 (or 0xDC1E09) is known color: Harley Davidson Orange. HEX triplet: DC, 1E and 09. RGB value is (220,30,9). Sum of RGB (Red+Green+Blue) = 220+30+9=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E09 is #23E1F6. Grayscale: #545454. Windows color (decimal): -2351607 or 597724. OLE color: 597724.
HSL color Cylindrical-coordinate representation of color #DC1E09: hue angle of 5.97º degrees, saturation: 0.92, 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 #DC1E09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.14 |
| HSL | 5.97º | 0.92% | 0.45% | - |
| HSV(B) | 5.97º | 0.96% | 0.86% | - |
| XYZ | 30.03 | 16.16 | 1.8 | - |
| YUV | 84.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 9 | 0 | 0.86 | 0.96 | 0.14 | 5.97 | 0.92 | 0.45 |
| Hex | DC | 1E | 9 | 0 | 56 | 60 | E | 6 | 5C | 2D |
| Octal | 334 | 36 | 11 | 0 | 126 | 140 | 16 | 6 | 134 | 55 |
| Binary | 11011100 | 11110 | 1001 | 0 | 1010110 | 1100000 | 1110 | 110 | 1011100 | 101101 |
Color Harmonies of #DC1E09
Complementary color
Monochromatic Colors of #DC1E09
Black with #DC1E09
Text Example
Text Example
White with #DC1E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E09; }
p { color: rgb(220,30,9); }
H1.HeaderClassName
{
color: #DC1E09;
}
.AnyTagClassName
{
color: #DC1E09;
}
</style>
background-color css
<style>
a { background-color: #DC1E09; }
a { background-color: rgb(220,30,9); }
div.DivClassName
{
background-color: #DC1E09;
}
.BgClassName
{
background-color: #DC1E09;
}
</style>
border-color css
<style>
span { border-color: #DC1E09; }
span { border-color: rgb(220,30,9); }
td.TdClassName
{
border-color: #DC1E09;
}
.TagClassName
{
border-color: #DC1E09;
}
</style>