Html Css Color HEX #DF3C07 Harley Davidson Orange
📋 copy color: '#DF3C07'red 223 ◦ green 60 ◦ blue 7
Shades of Harley Davidson Orange #DF3C07
Tints of Harley Davidson Orange #DF3C07
RGB
CMYK
RGB Variations
Color information
#DF3C07 (or 0xDF3C07) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 07. RGB value is (223,60,7). Sum of RGB (Red+Green+Blue) = 223+60+7=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C07 is #20C3F8. Grayscale: #676767. Windows color (decimal): -2147321 or 474335. OLE color: 474335.
HSL color Cylindrical-coordinate representation of color #DF3C07: hue angle of 14.72º degrees, saturation: 0.94, 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 #DF3C07 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.13 |
| HSL | 14.72º | 0.94% | 0.45% | - |
| HSV(B) | 14.72º | 0.97% | 0.87% | - |
| XYZ | 32.09 | 18.94 | 2.16 | - |
| YUV | 102.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 7 | 0 | 0.73 | 0.97 | 0.13 | 14.72 | 0.94 | 0.45 |
| Hex | DF | 3C | 7 | 0 | 49 | 61 | D | F | 5E | 2D |
| Octal | 337 | 74 | 7 | 0 | 111 | 141 | 15 | 17 | 136 | 55 |
| Binary | 11011111 | 111100 | 111 | 0 | 1001001 | 1100001 | 1101 | 1111 | 1011110 | 101101 |
Color Harmonies of #DF3C07
Complementary color
Monochromatic Colors of #DF3C07
Black with #DF3C07
Text Example
Text Example
White with #DF3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C07; }
p { color: rgb(223,60,7); }
H1.HeaderClassName
{
color: #DF3C07;
}
.AnyTagClassName
{
color: #DF3C07;
}
</style>
background-color css
<style>
a { background-color: #DF3C07; }
a { background-color: rgb(223,60,7); }
div.DivClassName
{
background-color: #DF3C07;
}
.BgClassName
{
background-color: #DF3C07;
}
</style>
border-color css
<style>
span { border-color: #DF3C07; }
span { border-color: rgb(223,60,7); }
td.TdClassName
{
border-color: #DF3C07;
}
.TagClassName
{
border-color: #DF3C07;
}
</style>