Html Css Color HEX #DF220F Harley Davidson Orange
📋 copy color: '#DF220F'red 223 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #DF220F
Tints of Harley Davidson Orange #DF220F
RGB
CMYK
RGB Variations
Color information
#DF220F (or 0xDF220F) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 0F. RGB value is (223,34,15). Sum of RGB (Red+Green+Blue) = 223+34+15=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF220F is #20DDF0. Grayscale: #585858. Windows color (decimal): -2153969 or 991967. OLE color: 991967.
HSL color Cylindrical-coordinate representation of color #DF220F: hue angle of 5.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF220F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 15 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.13 |
| HSL | 5.48º | 0.87% | 0.47% | - |
| HSV(B) | 5.48º | 0.93% | 0.87% | - |
| XYZ | 31.09 | 16.87 | 2.07 | - |
| YUV | 88.35 | 86.62 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 15 | 0 | 0.85 | 0.93 | 0.13 | 5.48 | 0.87 | 0.47 |
| Hex | DF | 22 | F | 0 | 55 | 5D | D | 5 | 57 | 2F |
| Octal | 337 | 42 | 17 | 0 | 125 | 135 | 15 | 5 | 127 | 57 |
| Binary | 11011111 | 100010 | 1111 | 0 | 1010101 | 1011101 | 1101 | 101 | 1010111 | 101111 |
Color Harmonies of #DF220F
Complementary color
Monochromatic Colors of #DF220F
Black with #DF220F
Text Example
Text Example
White with #DF220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF220F; }
p { color: rgb(223,34,15); }
H1.HeaderClassName
{
color: #DF220F;
}
.AnyTagClassName
{
color: #DF220F;
}
</style>
background-color css
<style>
a { background-color: #DF220F; }
a { background-color: rgb(223,34,15); }
div.DivClassName
{
background-color: #DF220F;
}
.BgClassName
{
background-color: #DF220F;
}
</style>
border-color css
<style>
span { border-color: #DF220F; }
span { border-color: rgb(223,34,15); }
td.TdClassName
{
border-color: #DF220F;
}
.TagClassName
{
border-color: #DF220F;
}
</style>