Html Css Color HEX #DF3F06 Harley Davidson Orange
📋 copy color: '#DF3F06'red 223 ◦ green 63 ◦ blue 6
Shades of Harley Davidson Orange #DF3F06
Tints of Harley Davidson Orange #DF3F06
RGB
CMYK
RGB Variations
Color information
#DF3F06 (or 0xDF3F06) is known color: Harley Davidson Orange. HEX triplet: DF, 3F and 06. RGB value is (223,63,6). Sum of RGB (Red+Green+Blue) = 223+63+6=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F06 is #20C0F9. Grayscale: #686868. Windows color (decimal): -2146554 or 409567. OLE color: 409567.
HSL color Cylindrical-coordinate representation of color #DF3F06: hue angle of 15.76º 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 #DF3F06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.13 |
| HSL | 15.76º | 0.95% | 0.45% | - |
| HSV(B) | 15.76º | 0.97% | 0.87% | - |
| XYZ | 32.24 | 19.26 | 2.19 | - |
| YUV | 104.34 | 72.51 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 6 | 0 | 0.72 | 0.97 | 0.13 | 15.76 | 0.95 | 0.45 |
| Hex | DF | 3F | 6 | 0 | 48 | 61 | D | 10 | 5F | 2D |
| Octal | 337 | 77 | 6 | 0 | 110 | 141 | 15 | 20 | 137 | 55 |
| Binary | 11011111 | 111111 | 110 | 0 | 1001000 | 1100001 | 1101 | 10000 | 1011111 | 101101 |
Color Harmonies of #DF3F06
Complementary color
Monochromatic Colors of #DF3F06
Black with #DF3F06
Text Example
Text Example
White with #DF3F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F06; }
p { color: rgb(223,63,6); }
H1.HeaderClassName
{
color: #DF3F06;
}
.AnyTagClassName
{
color: #DF3F06;
}
</style>
background-color css
<style>
a { background-color: #DF3F06; }
a { background-color: rgb(223,63,6); }
div.DivClassName
{
background-color: #DF3F06;
}
.BgClassName
{
background-color: #DF3F06;
}
</style>
border-color css
<style>
span { border-color: #DF3F06; }
span { border-color: rgb(223,63,6); }
td.TdClassName
{
border-color: #DF3F06;
}
.TagClassName
{
border-color: #DF3F06;
}
</style>