Html Css Color HEX #DF2404 Harley Davidson Orange
📋 copy color: '#DF2404'red 223 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #DF2404
Tints of Harley Davidson Orange #DF2404
RGB
CMYK
RGB Variations
Color information
#DF2404 (or 0xDF2404) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 04. RGB value is (223,36,4). Sum of RGB (Red+Green+Blue) = 223+36+4=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2404 is #20DBFB. Grayscale: #585858. Windows color (decimal): -2153468 or 271583. OLE color: 271583.
HSL color Cylindrical-coordinate representation of color #DF2404: hue angle of 8.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF2404 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.13 |
| HSL | 8.77º | 0.96% | 0.45% | - |
| HSV(B) | 8.77º | 0.98% | 0.87% | - |
| XYZ | 31.08 | 16.96 | 1.75 | - |
| YUV | 88.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 4 | 0 | 0.84 | 0.98 | 0.13 | 8.77 | 0.96 | 0.45 |
| Hex | DF | 24 | 4 | 0 | 54 | 62 | D | 9 | 60 | 2D |
| Octal | 337 | 44 | 4 | 0 | 124 | 142 | 15 | 11 | 140 | 55 |
| Binary | 11011111 | 100100 | 100 | 0 | 1010100 | 1100010 | 1101 | 1001 | 1100000 | 101101 |
Color Harmonies of #DF2404
Complementary color
Monochromatic Colors of #DF2404
Black with #DF2404
Text Example
Text Example
White with #DF2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2404; }
p { color: rgb(223,36,4); }
H1.HeaderClassName
{
color: #DF2404;
}
.AnyTagClassName
{
color: #DF2404;
}
</style>
background-color css
<style>
a { background-color: #DF2404; }
a { background-color: rgb(223,36,4); }
div.DivClassName
{
background-color: #DF2404;
}
.BgClassName
{
background-color: #DF2404;
}
</style>
border-color css
<style>
span { border-color: #DF2404; }
span { border-color: rgb(223,36,4); }
td.TdClassName
{
border-color: #DF2404;
}
.TagClassName
{
border-color: #DF2404;
}
</style>