Html Css Color HEX #DF2218 Harley Davidson Orange
📋 copy color: '#DF2218'red 223 ◦ green 34 ◦ blue 24
Shades of Harley Davidson Orange #DF2218
Tints of Harley Davidson Orange #DF2218
RGB
CMYK
RGB Variations
Color information
#DF2218 (or 0xDF2218) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 18. RGB value is (223,34,24). Sum of RGB (Red+Green+Blue) = 223+34+24=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2218 is #20DDE7. Grayscale: #595959. Windows color (decimal): -2153960 or 1581791. OLE color: 1581791.
HSL color Cylindrical-coordinate representation of color #DF2218: hue angle of 3.02º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF2218 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 24 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.13 |
| HSL | 3.02º | 0.81% | 0.48% | - |
| HSV(B) | 3.02º | 0.89% | 0.87% | - |
| XYZ | 31.17 | 16.9 | 2.48 | - |
| YUV | 89.37 | 91.12 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 24 | 0 | 0.85 | 0.89 | 0.13 | 3.02 | 0.81 | 0.48 |
| Hex | DF | 22 | 18 | 0 | 55 | 59 | D | 3 | 51 | 30 |
| Octal | 337 | 42 | 30 | 0 | 125 | 131 | 15 | 3 | 121 | 60 |
| Binary | 11011111 | 100010 | 11000 | 0 | 1010101 | 1011001 | 1101 | 11 | 1010001 | 110000 |
Color Harmonies of #DF2218
Complementary color
Monochromatic Colors of #DF2218
Black with #DF2218
Text Example
Text Example
White with #DF2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2218; }
p { color: rgb(223,34,24); }
H1.HeaderClassName
{
color: #DF2218;
}
.AnyTagClassName
{
color: #DF2218;
}
</style>
background-color css
<style>
a { background-color: #DF2218; }
a { background-color: rgb(223,34,24); }
div.DivClassName
{
background-color: #DF2218;
}
.BgClassName
{
background-color: #DF2218;
}
</style>
border-color css
<style>
span { border-color: #DF2218; }
span { border-color: rgb(223,34,24); }
td.TdClassName
{
border-color: #DF2218;
}
.TagClassName
{
border-color: #DF2218;
}
</style>