Html Css Color HEX #DF2405 Harley Davidson Orange
📋 copy color: '#DF2405'red 223 ◦ green 36 ◦ blue 5
Shades of Harley Davidson Orange #DF2405
Tints of Harley Davidson Orange #DF2405
RGB
CMYK
RGB Variations
Color information
#DF2405 (or 0xDF2405) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 05. RGB value is (223,36,5). Sum of RGB (Red+Green+Blue) = 223+36+5=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2405 is #20DBFA. Grayscale: #585858. Windows color (decimal): -2153467 or 337119. OLE color: 337119.
HSL color Cylindrical-coordinate representation of color #DF2405: hue angle of 8.53º 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 #DF2405 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.13 |
| HSL | 8.53º | 0.96% | 0.45% | - |
| HSV(B) | 8.53º | 0.98% | 0.87% | - |
| XYZ | 31.09 | 16.96 | 1.78 | - |
| YUV | 88.38 | 80.95 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 5 | 0 | 0.84 | 0.98 | 0.13 | 8.53 | 0.96 | 0.45 |
| Hex | DF | 24 | 5 | 0 | 54 | 62 | D | 9 | 60 | 2D |
| Octal | 337 | 44 | 5 | 0 | 124 | 142 | 15 | 11 | 140 | 55 |
| Binary | 11011111 | 100100 | 101 | 0 | 1010100 | 1100010 | 1101 | 1001 | 1100000 | 101101 |
Color Harmonies of #DF2405
Complementary color
Monochromatic Colors of #DF2405
Black with #DF2405
Text Example
Text Example
White with #DF2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2405; }
p { color: rgb(223,36,5); }
H1.HeaderClassName
{
color: #DF2405;
}
.AnyTagClassName
{
color: #DF2405;
}
</style>
background-color css
<style>
a { background-color: #DF2405; }
a { background-color: rgb(223,36,5); }
div.DivClassName
{
background-color: #DF2405;
}
.BgClassName
{
background-color: #DF2405;
}
</style>
border-color css
<style>
span { border-color: #DF2405; }
span { border-color: rgb(223,36,5); }
td.TdClassName
{
border-color: #DF2405;
}
.TagClassName
{
border-color: #DF2405;
}
</style>