Html Css Color HEX #DD2400 Harley Davidson Orange
📋 copy color: '#DD2400'red 221 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #DD2400
Tints of Harley Davidson Orange #DD2400
RGB
CMYK
RGB Variations
Color information
#DD2400 (or 0xDD2400) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 00. RGB value is (221,36,0). Sum of RGB (Red+Green+Blue) = 221+36+0=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2400 is #22DBFF. Grayscale: #575757. Windows color (decimal): -2284544 or 9437. OLE color: 9437.
HSL color Cylindrical-coordinate representation of color #DD2400: hue angle of 9.77º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD2400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.13 |
| HSL | 9.77º | 1% | 0.43% | - |
| HSV(B) | 9.77º | 1% | 0.87% | - |
| XYZ | 30.45 | 16.63 | 1.61 | - |
| YUV | 87.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 0 | 0 | 0.84 | 1 | 0.13 | 9.77 | 1 | 0.43 |
| Hex | DD | 24 | 0 | 0 | 54 | 64 | D | A | 64 | 2B |
| Octal | 335 | 44 | 0 | 0 | 124 | 144 | 15 | 12 | 144 | 53 |
| Binary | 11011101 | 100100 | 0 | 0 | 1010100 | 1100100 | 1101 | 1010 | 1100100 | 101011 |
Color Harmonies of #DD2400
Complementary color
Monochromatic Colors of #DD2400
Black with #DD2400
Text Example
Text Example
White with #DD2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2400; }
p { color: rgb(221,36,0); }
H1.HeaderClassName
{
color: #DD2400;
}
.AnyTagClassName
{
color: #DD2400;
}
</style>
background-color css
<style>
a { background-color: #DD2400; }
a { background-color: rgb(221,36,0); }
div.DivClassName
{
background-color: #DD2400;
}
.BgClassName
{
background-color: #DD2400;
}
</style>
border-color css
<style>
span { border-color: #DD2400; }
span { border-color: rgb(221,36,0); }
td.TdClassName
{
border-color: #DD2400;
}
.TagClassName
{
border-color: #DD2400;
}
</style>