Html Css Color HEX #DF2412 Harley Davidson Orange
📋 copy color: '#DF2412'red 223 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #DF2412
Tints of Harley Davidson Orange #DF2412
RGB
CMYK
RGB Variations
Color information
#DF2412 (or 0xDF2412) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 12. RGB value is (223,36,18). Sum of RGB (Red+Green+Blue) = 223+36+18=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2412 is #20DBED. Grayscale: #5A5A5A. Windows color (decimal): -2153454 or 1189087. OLE color: 1189087.
HSL color Cylindrical-coordinate representation of color #DF2412: hue angle of 5.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF2412 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.13 |
| HSL | 5.27º | 0.85% | 0.47% | - |
| HSV(B) | 5.27º | 0.92% | 0.87% | - |
| XYZ | 31.17 | 16.99 | 2.21 | - |
| YUV | 89.86 | 87.45 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 18 | 0 | 0.84 | 0.92 | 0.13 | 5.27 | 0.85 | 0.47 |
| Hex | DF | 24 | 12 | 0 | 54 | 5C | D | 5 | 55 | 2F |
| Octal | 337 | 44 | 22 | 0 | 124 | 134 | 15 | 5 | 125 | 57 |
| Binary | 11011111 | 100100 | 10010 | 0 | 1010100 | 1011100 | 1101 | 101 | 1010101 | 101111 |
Color Harmonies of #DF2412
Complementary color
Monochromatic Colors of #DF2412
Black with #DF2412
Text Example
Text Example
White with #DF2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2412; }
p { color: rgb(223,36,18); }
H1.HeaderClassName
{
color: #DF2412;
}
.AnyTagClassName
{
color: #DF2412;
}
</style>
background-color css
<style>
a { background-color: #DF2412; }
a { background-color: rgb(223,36,18); }
div.DivClassName
{
background-color: #DF2412;
}
.BgClassName
{
background-color: #DF2412;
}
</style>
border-color css
<style>
span { border-color: #DF2412; }
span { border-color: rgb(223,36,18); }
td.TdClassName
{
border-color: #DF2412;
}
.TagClassName
{
border-color: #DF2412;
}
</style>