Html Css Color HEX #DF2C06 Harley Davidson Orange
📋 copy color: '#DF2C06'red 223 ◦ green 44 ◦ blue 6
Shades of Harley Davidson Orange #DF2C06
Tints of Harley Davidson Orange #DF2C06
RGB
CMYK
RGB Variations
Color information
#DF2C06 (or 0xDF2C06) is known color: Harley Davidson Orange. HEX triplet: DF, 2C and 06. RGB value is (223,44,6). Sum of RGB (Red+Green+Blue) = 223+44+6=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C06 is #20D3F9. Grayscale: #5D5D5D. Windows color (decimal): -2151418 or 404703. OLE color: 404703.
HSL color Cylindrical-coordinate representation of color #DF2C06: hue angle of 10.51º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF2C06 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.13 |
| HSL | 10.51º | 0.95% | 0.45% | - |
| HSV(B) | 10.51º | 0.97% | 0.87% | - |
| XYZ | 31.36 | 17.5 | 1.9 | - |
| YUV | 93.19 | 78.8 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 6 | 0 | 0.80 | 0.97 | 0.13 | 10.51 | 0.95 | 0.45 |
| Hex | DF | 2C | 6 | 0 | 50 | 61 | D | B | 5F | 2D |
| Octal | 337 | 54 | 6 | 0 | 120 | 141 | 15 | 13 | 137 | 55 |
| Binary | 11011111 | 101100 | 110 | 0 | 1010000 | 1100001 | 1101 | 1011 | 1011111 | 101101 |
Color Harmonies of #DF2C06
Complementary color
Monochromatic Colors of #DF2C06
Black with #DF2C06
Text Example
Text Example
White with #DF2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C06; }
p { color: rgb(223,44,6); }
H1.HeaderClassName
{
color: #DF2C06;
}
.AnyTagClassName
{
color: #DF2C06;
}
</style>
background-color css
<style>
a { background-color: #DF2C06; }
a { background-color: rgb(223,44,6); }
div.DivClassName
{
background-color: #DF2C06;
}
.BgClassName
{
background-color: #DF2C06;
}
</style>
border-color css
<style>
span { border-color: #DF2C06; }
span { border-color: rgb(223,44,6); }
td.TdClassName
{
border-color: #DF2C06;
}
.TagClassName
{
border-color: #DF2C06;
}
</style>