Html Css Color HEX #DF240C Harley Davidson Orange
📋 copy color: '#DF240C'red 223 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #DF240C
Tints of Harley Davidson Orange #DF240C
RGB
CMYK
RGB Variations
Color information
#DF240C (or 0xDF240C) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 0C. RGB value is (223,36,12). Sum of RGB (Red+Green+Blue) = 223+36+12=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF240C is #20DBF3. Grayscale: #595959. Windows color (decimal): -2153460 or 795871. OLE color: 795871.
HSL color Cylindrical-coordinate representation of color #DF240C: hue angle of 6.82º degrees, saturation: 0.9, 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 #DF240C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.13 |
| HSL | 6.82º | 0.9% | 0.46% | - |
| HSV(B) | 6.82º | 0.95% | 0.87% | - |
| XYZ | 31.13 | 16.98 | 1.98 | - |
| YUV | 89.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 12 | 0 | 0.84 | 0.95 | 0.13 | 6.82 | 0.9 | 0.46 |
| Hex | DF | 24 | C | 0 | 54 | 5F | D | 7 | 5A | 2E |
| Octal | 337 | 44 | 14 | 0 | 124 | 137 | 15 | 7 | 132 | 56 |
| Binary | 11011111 | 100100 | 1100 | 0 | 1010100 | 1011111 | 1101 | 111 | 1011010 | 101110 |
Color Harmonies of #DF240C
Complementary color
Monochromatic Colors of #DF240C
Black with #DF240C
Text Example
Text Example
White with #DF240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF240C; }
p { color: rgb(223,36,12); }
H1.HeaderClassName
{
color: #DF240C;
}
.AnyTagClassName
{
color: #DF240C;
}
</style>
background-color css
<style>
a { background-color: #DF240C; }
a { background-color: rgb(223,36,12); }
div.DivClassName
{
background-color: #DF240C;
}
.BgClassName
{
background-color: #DF240C;
}
</style>
border-color css
<style>
span { border-color: #DF240C; }
span { border-color: rgb(223,36,12); }
td.TdClassName
{
border-color: #DF240C;
}
.TagClassName
{
border-color: #DF240C;
}
</style>