Html Css Color HEX #DF210F Harley Davidson Orange
📋 copy color: '#DF210F'red 223 ◦ green 33 ◦ blue 15
Shades of Harley Davidson Orange #DF210F
Tints of Harley Davidson Orange #DF210F
RGB
CMYK
RGB Variations
Color information
#DF210F (or 0xDF210F) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 0F. RGB value is (223,33,15). Sum of RGB (Red+Green+Blue) = 223+33+15=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF210F is #20DEF0. Grayscale: #585858. Windows color (decimal): -2154225 or 991711. OLE color: 991711.
HSL color Cylindrical-coordinate representation of color #DF210F: hue angle of 5.19º 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 #DF210F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 15 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.13 |
| HSL | 5.19º | 0.87% | 0.47% | - |
| HSV(B) | 5.19º | 0.93% | 0.87% | - |
| XYZ | 31.06 | 16.81 | 2.06 | - |
| YUV | 87.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 15 | 0 | 0.85 | 0.93 | 0.13 | 5.19 | 0.87 | 0.47 |
| Hex | DF | 21 | F | 0 | 55 | 5D | D | 5 | 57 | 2F |
| Octal | 337 | 41 | 17 | 0 | 125 | 135 | 15 | 5 | 127 | 57 |
| Binary | 11011111 | 100001 | 1111 | 0 | 1010101 | 1011101 | 1101 | 101 | 1010111 | 101111 |
Color Harmonies of #DF210F
Complementary color
Monochromatic Colors of #DF210F
Black with #DF210F
Text Example
Text Example
White with #DF210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF210F; }
p { color: rgb(223,33,15); }
H1.HeaderClassName
{
color: #DF210F;
}
.AnyTagClassName
{
color: #DF210F;
}
</style>
background-color css
<style>
a { background-color: #DF210F; }
a { background-color: rgb(223,33,15); }
div.DivClassName
{
background-color: #DF210F;
}
.BgClassName
{
background-color: #DF210F;
}
</style>
border-color css
<style>
span { border-color: #DF210F; }
span { border-color: rgb(223,33,15); }
td.TdClassName
{
border-color: #DF210F;
}
.TagClassName
{
border-color: #DF210F;
}
</style>