Html Css Color HEX #DF200E Harley Davidson Orange
📋 copy color: '#DF200E'red 223 ◦ green 32 ◦ blue 14
Shades of Harley Davidson Orange #DF200E
Tints of Harley Davidson Orange #DF200E
RGB
CMYK
RGB Variations
Color information
#DF200E (or 0xDF200E) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 0E. RGB value is (223,32,14). Sum of RGB (Red+Green+Blue) = 223+32+14=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF200E is #20DFF1. Grayscale: #575757. Windows color (decimal): -2154482 or 925919. OLE color: 925919.
HSL color Cylindrical-coordinate representation of color #DF200E: hue angle of 5.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF200E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.13 |
| HSL | 5.17º | 0.88% | 0.46% | - |
| HSV(B) | 5.17º | 0.94% | 0.87% | - |
| XYZ | 31.03 | 16.75 | 2.01 | - |
| YUV | 87.06 | 86.78 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 14 | 0 | 0.86 | 0.94 | 0.13 | 5.17 | 0.88 | 0.46 |
| Hex | DF | 20 | E | 0 | 56 | 5E | D | 5 | 58 | 2E |
| Octal | 337 | 40 | 16 | 0 | 126 | 136 | 15 | 5 | 130 | 56 |
| Binary | 11011111 | 100000 | 1110 | 0 | 1010110 | 1011110 | 1101 | 101 | 1011000 | 101110 |
Color Harmonies of #DF200E
Complementary color
Monochromatic Colors of #DF200E
Black with #DF200E
Text Example
Text Example
White with #DF200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF200E; }
p { color: rgb(223,32,14); }
H1.HeaderClassName
{
color: #DF200E;
}
.AnyTagClassName
{
color: #DF200E;
}
</style>
background-color css
<style>
a { background-color: #DF200E; }
a { background-color: rgb(223,32,14); }
div.DivClassName
{
background-color: #DF200E;
}
.BgClassName
{
background-color: #DF200E;
}
</style>
border-color css
<style>
span { border-color: #DF200E; }
span { border-color: rgb(223,32,14); }
td.TdClassName
{
border-color: #DF200E;
}
.TagClassName
{
border-color: #DF200E;
}
</style>