Html Css Color HEX #DC2409 Harley Davidson Orange
📋 copy color: '#DC2409'red 220 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #DC2409
Tints of Harley Davidson Orange #DC2409
RGB
CMYK
RGB Variations
Color information
#DC2409 (or 0xDC2409) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 09. RGB value is (220,36,9). Sum of RGB (Red+Green+Blue) = 220+36+9=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2409 is #23DBF6. Grayscale: #585858. Windows color (decimal): -2350071 or 599260. OLE color: 599260.
HSL color Cylindrical-coordinate representation of color #DC2409: hue angle of 7.68º 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 #DC2409 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.14 |
| HSL | 7.68º | 0.92% | 0.45% | - |
| HSV(B) | 7.68º | 0.96% | 0.86% | - |
| XYZ | 30.2 | 16.5 | 1.85 | - |
| YUV | 87.94 | 83.46 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 9 | 0 | 0.84 | 0.96 | 0.14 | 7.68 | 0.92 | 0.45 |
| Hex | DC | 24 | 9 | 0 | 54 | 60 | E | 8 | 5C | 2D |
| Octal | 334 | 44 | 11 | 0 | 124 | 140 | 16 | 10 | 134 | 55 |
| Binary | 11011100 | 100100 | 1001 | 0 | 1010100 | 1100000 | 1110 | 1000 | 1011100 | 101101 |
Color Harmonies of #DC2409
Complementary color
Monochromatic Colors of #DC2409
Black with #DC2409
Text Example
Text Example
White with #DC2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2409; }
p { color: rgb(220,36,9); }
H1.HeaderClassName
{
color: #DC2409;
}
.AnyTagClassName
{
color: #DC2409;
}
</style>
background-color css
<style>
a { background-color: #DC2409; }
a { background-color: rgb(220,36,9); }
div.DivClassName
{
background-color: #DC2409;
}
.BgClassName
{
background-color: #DC2409;
}
</style>
border-color css
<style>
span { border-color: #DC2409; }
span { border-color: rgb(220,36,9); }
td.TdClassName
{
border-color: #DC2409;
}
.TagClassName
{
border-color: #DC2409;
}
</style>