Html Css Color HEX #DF2D06 Harley Davidson Orange
📋 copy color: '#DF2D06'red 223 ◦ green 45 ◦ blue 6
Shades of Harley Davidson Orange #DF2D06
Tints of Harley Davidson Orange #DF2D06
RGB
CMYK
RGB Variations
Color information
#DF2D06 (or 0xDF2D06) is known color: Harley Davidson Orange. HEX triplet: DF, 2D and 06. RGB value is (223,45,6). Sum of RGB (Red+Green+Blue) = 223+45+6=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2D06 is #20D2F9. Grayscale: #5E5E5E. Windows color (decimal): -2151162 or 404959. OLE color: 404959.
HSL color Cylindrical-coordinate representation of color #DF2D06: hue angle of 10.78º 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 #DF2D06 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.13 |
| HSL | 10.78º | 0.95% | 0.45% | - |
| HSV(B) | 10.78º | 0.97% | 0.87% | - |
| XYZ | 31.4 | 17.58 | 1.91 | - |
| YUV | 93.78 | 78.47 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 6 | 0 | 0.80 | 0.97 | 0.13 | 10.78 | 0.95 | 0.45 |
| Hex | DF | 2D | 6 | 0 | 50 | 61 | D | B | 5F | 2D |
| Octal | 337 | 55 | 6 | 0 | 120 | 141 | 15 | 13 | 137 | 55 |
| Binary | 11011111 | 101101 | 110 | 0 | 1010000 | 1100001 | 1101 | 1011 | 1011111 | 101101 |
Color Harmonies of #DF2D06
Complementary color
Monochromatic Colors of #DF2D06
Black with #DF2D06
Text Example
Text Example
White with #DF2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D06; }
p { color: rgb(223,45,6); }
H1.HeaderClassName
{
color: #DF2D06;
}
.AnyTagClassName
{
color: #DF2D06;
}
</style>
background-color css
<style>
a { background-color: #DF2D06; }
a { background-color: rgb(223,45,6); }
div.DivClassName
{
background-color: #DF2D06;
}
.BgClassName
{
background-color: #DF2D06;
}
</style>
border-color css
<style>
span { border-color: #DF2D06; }
span { border-color: rgb(223,45,6); }
td.TdClassName
{
border-color: #DF2D06;
}
.TagClassName
{
border-color: #DF2D06;
}
</style>