Html Css Color HEX #DF240F Harley Davidson Orange
📋 copy color: '#DF240F'red 223 ◦ green 36 ◦ blue 15
Shades of Harley Davidson Orange #DF240F
Tints of Harley Davidson Orange #DF240F
RGB
CMYK
RGB Variations
Color information
#DF240F (or 0xDF240F) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 0F. RGB value is (223,36,15). Sum of RGB (Red+Green+Blue) = 223+36+15=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF240F is #20DBF0. Grayscale: #595959. Windows color (decimal): -2153457 or 992479. OLE color: 992479.
HSL color Cylindrical-coordinate representation of color #DF240F: hue angle of 6.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF240F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.13 |
| HSL | 6.06º | 0.87% | 0.47% | - |
| HSV(B) | 6.06º | 0.93% | 0.87% | - |
| XYZ | 31.15 | 16.98 | 2.09 | - |
| YUV | 89.52 | 85.95 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 15 | 0 | 0.84 | 0.93 | 0.13 | 6.06 | 0.87 | 0.47 |
| Hex | DF | 24 | F | 0 | 54 | 5D | D | 6 | 57 | 2F |
| Octal | 337 | 44 | 17 | 0 | 124 | 135 | 15 | 6 | 127 | 57 |
| Binary | 11011111 | 100100 | 1111 | 0 | 1010100 | 1011101 | 1101 | 110 | 1010111 | 101111 |
Color Harmonies of #DF240F
Complementary color
Monochromatic Colors of #DF240F
Black with #DF240F
Text Example
Text Example
White with #DF240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF240F; }
p { color: rgb(223,36,15); }
H1.HeaderClassName
{
color: #DF240F;
}
.AnyTagClassName
{
color: #DF240F;
}
</style>
background-color css
<style>
a { background-color: #DF240F; }
a { background-color: rgb(223,36,15); }
div.DivClassName
{
background-color: #DF240F;
}
.BgClassName
{
background-color: #DF240F;
}
</style>
border-color css
<style>
span { border-color: #DF240F; }
span { border-color: rgb(223,36,15); }
td.TdClassName
{
border-color: #DF240F;
}
.TagClassName
{
border-color: #DF240F;
}
</style>