Html Css Color HEX #DC2400 Harley Davidson Orange
📋 copy color: '#DC2400'red 220 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #DC2400
Tints of Harley Davidson Orange #DC2400
RGB
CMYK
RGB Variations
Color information
#DC2400 (or 0xDC2400) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 00. RGB value is (220,36,0). Sum of RGB (Red+Green+Blue) = 220+36+0=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2400 is #23DBFF. Grayscale: #575757. Windows color (decimal): -2350080 or 9436. OLE color: 9436.
HSL color Cylindrical-coordinate representation of color #DC2400: hue angle of 9.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC2400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.14 |
| HSL | 9.82º | 1% | 0.43% | - |
| HSV(B) | 9.82º | 1% | 0.86% | - |
| XYZ | 30.15 | 16.48 | 1.59 | - |
| YUV | 86.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 0 | 0 | 0.84 | 1 | 0.14 | 9.82 | 1 | 0.43 |
| Hex | DC | 24 | 0 | 0 | 54 | 64 | E | A | 64 | 2B |
| Octal | 334 | 44 | 0 | 0 | 124 | 144 | 16 | 12 | 144 | 53 |
| Binary | 11011100 | 100100 | 0 | 0 | 1010100 | 1100100 | 1110 | 1010 | 1100100 | 101011 |
Color Harmonies of #DC2400
Complementary color
Monochromatic Colors of #DC2400
Black with #DC2400
Text Example
Text Example
White with #DC2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2400; }
p { color: rgb(220,36,0); }
H1.HeaderClassName
{
color: #DC2400;
}
.AnyTagClassName
{
color: #DC2400;
}
</style>
background-color css
<style>
a { background-color: #DC2400; }
a { background-color: rgb(220,36,0); }
div.DivClassName
{
background-color: #DC2400;
}
.BgClassName
{
background-color: #DC2400;
}
</style>
border-color css
<style>
span { border-color: #DC2400; }
span { border-color: rgb(220,36,0); }
td.TdClassName
{
border-color: #DC2400;
}
.TagClassName
{
border-color: #DC2400;
}
</style>