Html Css Color HEX #DF2F00 Harley Davidson Orange
📋 copy color: '#DF2F00'red 223 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #DF2F00
Tints of Harley Davidson Orange #DF2F00
RGB
CMYK
RGB Variations
Color information
#DF2F00 (or 0xDF2F00) is known color: Harley Davidson Orange. HEX triplet: DF, 2F and 00. RGB value is (223,47,0). Sum of RGB (Red+Green+Blue) = 223+47+0=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2F00 is #20D0FF. Grayscale: #5E5E5E. Windows color (decimal): -2150656 or 12255. OLE color: 12255.
HSL color Cylindrical-coordinate representation of color #DF2F00: hue angle of 12.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF2F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.13 |
| HSL | 12.65º | 1% | 0.44% | - |
| HSV(B) | 12.65º | 1% | 0.87% | - |
| XYZ | 31.45 | 17.72 | 1.76 | - |
| YUV | 94.27 | 74.81 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 0 | 0 | 0.79 | 1 | 0.13 | 12.65 | 1 | 0.44 |
| Hex | DF | 2F | 0 | 0 | 4F | 64 | D | D | 64 | 2C |
| Octal | 337 | 57 | 0 | 0 | 117 | 144 | 15 | 15 | 144 | 54 |
| Binary | 11011111 | 101111 | 0 | 0 | 1001111 | 1100100 | 1101 | 1101 | 1100100 | 101100 |
Color Harmonies of #DF2F00
Complementary color
Monochromatic Colors of #DF2F00
Black with #DF2F00
Text Example
Text Example
White with #DF2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F00; }
p { color: rgb(223,47,0); }
H1.HeaderClassName
{
color: #DF2F00;
}
.AnyTagClassName
{
color: #DF2F00;
}
</style>
background-color css
<style>
a { background-color: #DF2F00; }
a { background-color: rgb(223,47,0); }
div.DivClassName
{
background-color: #DF2F00;
}
.BgClassName
{
background-color: #DF2F00;
}
</style>
border-color css
<style>
span { border-color: #DF2F00; }
span { border-color: rgb(223,47,0); }
td.TdClassName
{
border-color: #DF2F00;
}
.TagClassName
{
border-color: #DF2F00;
}
</style>