Html Css Color HEX #DC2509 Harley Davidson Orange
📋 copy color: '#DC2509'red 220 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #DC2509
Tints of Harley Davidson Orange #DC2509
RGB
CMYK
RGB Variations
Color information
#DC2509 (or 0xDC2509) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 09. RGB value is (220,37,9). Sum of RGB (Red+Green+Blue) = 220+37+9=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2509 is #23DAF6. Grayscale: #585858. Windows color (decimal): -2349815 or 599516. OLE color: 599516.
HSL color Cylindrical-coordinate representation of color #DC2509: hue angle of 7.96º 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 #DC2509 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.14 |
| HSL | 7.96º | 0.92% | 0.45% | - |
| HSV(B) | 7.96º | 0.96% | 0.86% | - |
| XYZ | 30.23 | 16.56 | 1.86 | - |
| YUV | 88.53 | 83.13 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 9 | 0 | 0.83 | 0.96 | 0.14 | 7.96 | 0.92 | 0.45 |
| Hex | DC | 25 | 9 | 0 | 53 | 60 | E | 8 | 5C | 2D |
| Octal | 334 | 45 | 11 | 0 | 123 | 140 | 16 | 10 | 134 | 55 |
| Binary | 11011100 | 100101 | 1001 | 0 | 1010011 | 1100000 | 1110 | 1000 | 1011100 | 101101 |
Color Harmonies of #DC2509
Complementary color
Monochromatic Colors of #DC2509
Black with #DC2509
Text Example
Text Example
White with #DC2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2509; }
p { color: rgb(220,37,9); }
H1.HeaderClassName
{
color: #DC2509;
}
.AnyTagClassName
{
color: #DC2509;
}
</style>
background-color css
<style>
a { background-color: #DC2509; }
a { background-color: rgb(220,37,9); }
div.DivClassName
{
background-color: #DC2509;
}
.BgClassName
{
background-color: #DC2509;
}
</style>
border-color css
<style>
span { border-color: #DC2509; }
span { border-color: rgb(220,37,9); }
td.TdClassName
{
border-color: #DC2509;
}
.TagClassName
{
border-color: #DC2509;
}
</style>