Html Css Color HEX #DF2312 Harley Davidson Orange
📋 copy color: '#DF2312'red 223 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #DF2312
Tints of Harley Davidson Orange #DF2312
RGB
CMYK
RGB Variations
Color information
#DF2312 (or 0xDF2312) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 12. RGB value is (223,35,18). Sum of RGB (Red+Green+Blue) = 223+35+18=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2312 is #20DCED. Grayscale: #595959. Windows color (decimal): -2153710 or 1188831. OLE color: 1188831.
HSL color Cylindrical-coordinate representation of color #DF2312: hue angle of 4.98º 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 #DF2312 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.13 |
| HSL | 4.98º | 0.85% | 0.47% | - |
| HSV(B) | 4.98º | 0.92% | 0.87% | - |
| XYZ | 31.14 | 16.93 | 2.2 | - |
| YUV | 89.27 | 87.78 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 18 | 0 | 0.84 | 0.92 | 0.13 | 4.98 | 0.85 | 0.47 |
| Hex | DF | 23 | 12 | 0 | 54 | 5C | D | 5 | 55 | 2F |
| Octal | 337 | 43 | 22 | 0 | 124 | 134 | 15 | 5 | 125 | 57 |
| Binary | 11011111 | 100011 | 10010 | 0 | 1010100 | 1011100 | 1101 | 101 | 1010101 | 101111 |
Color Harmonies of #DF2312
Complementary color
Monochromatic Colors of #DF2312
Black with #DF2312
Text Example
Text Example
White with #DF2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2312; }
p { color: rgb(223,35,18); }
H1.HeaderClassName
{
color: #DF2312;
}
.AnyTagClassName
{
color: #DF2312;
}
</style>
background-color css
<style>
a { background-color: #DF2312; }
a { background-color: rgb(223,35,18); }
div.DivClassName
{
background-color: #DF2312;
}
.BgClassName
{
background-color: #DF2312;
}
</style>
border-color css
<style>
span { border-color: #DF2312; }
span { border-color: rgb(223,35,18); }
td.TdClassName
{
border-color: #DF2312;
}
.TagClassName
{
border-color: #DF2312;
}
</style>