Html Css Color HEX #DF240B Harley Davidson Orange
📋 copy color: '#DF240B'red 223 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #DF240B
Tints of Harley Davidson Orange #DF240B
RGB
CMYK
RGB Variations
Color information
#DF240B (or 0xDF240B) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 0B. RGB value is (223,36,11). Sum of RGB (Red+Green+Blue) = 223+36+11=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF240B is #20DBF4. Grayscale: #595959. Windows color (decimal): -2153461 or 730335. OLE color: 730335.
HSL color Cylindrical-coordinate representation of color #DF240B: hue angle of 7.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF240B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.13 |
| HSL | 7.08º | 0.91% | 0.46% | - |
| HSV(B) | 7.08º | 0.95% | 0.87% | - |
| XYZ | 31.12 | 16.97 | 1.95 | - |
| YUV | 89.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 11 | 0 | 0.84 | 0.95 | 0.13 | 7.08 | 0.91 | 0.46 |
| Hex | DF | 24 | B | 0 | 54 | 5F | D | 7 | 5B | 2E |
| Octal | 337 | 44 | 13 | 0 | 124 | 137 | 15 | 7 | 133 | 56 |
| Binary | 11011111 | 100100 | 1011 | 0 | 1010100 | 1011111 | 1101 | 111 | 1011011 | 101110 |
Color Harmonies of #DF240B
Complementary color
Monochromatic Colors of #DF240B
Black with #DF240B
Text Example
Text Example
White with #DF240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF240B; }
p { color: rgb(223,36,11); }
H1.HeaderClassName
{
color: #DF240B;
}
.AnyTagClassName
{
color: #DF240B;
}
</style>
background-color css
<style>
a { background-color: #DF240B; }
a { background-color: rgb(223,36,11); }
div.DivClassName
{
background-color: #DF240B;
}
.BgClassName
{
background-color: #DF240B;
}
</style>
border-color css
<style>
span { border-color: #DF240B; }
span { border-color: rgb(223,36,11); }
td.TdClassName
{
border-color: #DF240B;
}
.TagClassName
{
border-color: #DF240B;
}
</style>