Html Css Color HEX #DF200F Harley Davidson Orange
📋 copy color: '#DF200F'red 223 ◦ green 32 ◦ blue 15
Shades of Harley Davidson Orange #DF200F
Tints of Harley Davidson Orange #DF200F
RGB
CMYK
RGB Variations
Color information
#DF200F (or 0xDF200F) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 0F. RGB value is (223,32,15). Sum of RGB (Red+Green+Blue) = 223+32+15=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF200F is #20DFF0. Grayscale: #575757. Windows color (decimal): -2154481 or 991455. OLE color: 991455.
HSL color Cylindrical-coordinate representation of color #DF200F: hue angle of 4.9º 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 #DF200F is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 15 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.13 |
| HSL | 4.9º | 0.87% | 0.47% | - |
| HSV(B) | 4.9º | 0.93% | 0.87% | - |
| XYZ | 31.03 | 16.76 | 2.05 | - |
| YUV | 87.17 | 87.28 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 15 | 0 | 0.86 | 0.93 | 0.13 | 4.9 | 0.87 | 0.47 |
| Hex | DF | 20 | F | 0 | 56 | 5D | D | 5 | 57 | 2F |
| Octal | 337 | 40 | 17 | 0 | 126 | 135 | 15 | 5 | 127 | 57 |
| Binary | 11011111 | 100000 | 1111 | 0 | 1010110 | 1011101 | 1101 | 101 | 1010111 | 101111 |
Color Harmonies of #DF200F
Complementary color
Monochromatic Colors of #DF200F
Black with #DF200F
Text Example
Text Example
White with #DF200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF200F; }
p { color: rgb(223,32,15); }
H1.HeaderClassName
{
color: #DF200F;
}
.AnyTagClassName
{
color: #DF200F;
}
</style>
background-color css
<style>
a { background-color: #DF200F; }
a { background-color: rgb(223,32,15); }
div.DivClassName
{
background-color: #DF200F;
}
.BgClassName
{
background-color: #DF200F;
}
</style>
border-color css
<style>
span { border-color: #DF200F; }
span { border-color: rgb(223,32,15); }
td.TdClassName
{
border-color: #DF200F;
}
.TagClassName
{
border-color: #DF200F;
}
</style>