Html Css Color HEX #DF240D Harley Davidson Orange
📋 copy color: '#DF240D'red 223 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #DF240D
Tints of Harley Davidson Orange #DF240D
RGB
CMYK
RGB Variations
Color information
#DF240D (or 0xDF240D) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 0D. RGB value is (223,36,13). Sum of RGB (Red+Green+Blue) = 223+36+13=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF240D is #20DBF2. Grayscale: #595959. Windows color (decimal): -2153459 or 861407. OLE color: 861407.
HSL color Cylindrical-coordinate representation of color #DF240D: hue angle of 6.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF240D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.13 |
| HSL | 6.57º | 0.89% | 0.46% | - |
| HSV(B) | 6.57º | 0.94% | 0.87% | - |
| XYZ | 31.13 | 16.98 | 2.02 | - |
| YUV | 89.29 | 84.95 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 13 | 0 | 0.84 | 0.94 | 0.13 | 6.57 | 0.89 | 0.46 |
| Hex | DF | 24 | D | 0 | 54 | 5E | D | 7 | 59 | 2E |
| Octal | 337 | 44 | 15 | 0 | 124 | 136 | 15 | 7 | 131 | 56 |
| Binary | 11011111 | 100100 | 1101 | 0 | 1010100 | 1011110 | 1101 | 111 | 1011001 | 101110 |
Color Harmonies of #DF240D
Complementary color
Monochromatic Colors of #DF240D
Black with #DF240D
Text Example
Text Example
White with #DF240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF240D; }
p { color: rgb(223,36,13); }
H1.HeaderClassName
{
color: #DF240D;
}
.AnyTagClassName
{
color: #DF240D;
}
</style>
background-color css
<style>
a { background-color: #DF240D; }
a { background-color: rgb(223,36,13); }
div.DivClassName
{
background-color: #DF240D;
}
.BgClassName
{
background-color: #DF240D;
}
</style>
border-color css
<style>
span { border-color: #DF240D; }
span { border-color: rgb(223,36,13); }
td.TdClassName
{
border-color: #DF240D;
}
.TagClassName
{
border-color: #DF240D;
}
</style>