Html Css Color HEX #DF2F20 Harley Davidson Orange
📋 copy color: '#DF2F20'red 223 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #DF2F20
Tints of Harley Davidson Orange #DF2F20
RGB
CMYK
RGB Variations
Color information
#DF2F20 (or 0xDF2F20) is known color: Harley Davidson Orange. HEX triplet: DF, 2F and 20. RGB value is (223,47,32). Sum of RGB (Red+Green+Blue) = 223+47+32=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F20 is #20D0DF. Grayscale: #626262. Windows color (decimal): -2150624 or 2109407. OLE color: 2109407.
HSL color Cylindrical-coordinate representation of color #DF2F20: hue angle of 4.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2F20 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 32 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.13 |
| HSL | 4.71º | 0.75% | 0.5% | - |
| HSV(B) | 4.71º | 0.86% | 0.87% | - |
| XYZ | 31.71 | 17.83 | 3.14 | - |
| YUV | 97.91 | 90.81 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 32 | 0 | 0.79 | 0.86 | 0.13 | 4.71 | 0.75 | 0.5 |
| Hex | DF | 2F | 20 | 0 | 4F | 56 | D | 5 | 4B | 32 |
| Octal | 337 | 57 | 40 | 0 | 117 | 126 | 15 | 5 | 113 | 62 |
| Binary | 11011111 | 101111 | 100000 | 0 | 1001111 | 1010110 | 1101 | 101 | 1001011 | 110010 |
Color Harmonies of #DF2F20
Complementary color
Monochromatic Colors of #DF2F20
Black with #DF2F20
Text Example
Text Example
White with #DF2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F20; }
p { color: rgb(223,47,32); }
H1.HeaderClassName
{
color: #DF2F20;
}
.AnyTagClassName
{
color: #DF2F20;
}
</style>
background-color css
<style>
a { background-color: #DF2F20; }
a { background-color: rgb(223,47,32); }
div.DivClassName
{
background-color: #DF2F20;
}
.BgClassName
{
background-color: #DF2F20;
}
</style>
border-color css
<style>
span { border-color: #DF2F20; }
span { border-color: rgb(223,47,32); }
td.TdClassName
{
border-color: #DF2F20;
}
.TagClassName
{
border-color: #DF2F20;
}
</style>