Html Css Color HEX #DF3E03 Harley Davidson Orange
📋 copy color: '#DF3E03'red 223 ◦ green 62 ◦ blue 3
Shades of Harley Davidson Orange #DF3E03
Tints of Harley Davidson Orange #DF3E03
RGB
CMYK
RGB Variations
Color information
#DF3E03 (or 0xDF3E03) is known color: Harley Davidson Orange. HEX triplet: DF, 3E and 03. RGB value is (223,62,3). Sum of RGB (Red+Green+Blue) = 223+62+3=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3E03 is #20C1FC. Grayscale: #676767. Windows color (decimal): -2146813 or 212703. OLE color: 212703.
HSL color Cylindrical-coordinate representation of color #DF3E03: hue angle of 16.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF3E03 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.13 |
| HSL | 16.09º | 0.97% | 0.44% | - |
| HSV(B) | 16.09º | 0.99% | 0.87% | - |
| XYZ | 32.17 | 19.14 | 2.08 | - |
| YUV | 103.41 | 71.34 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 3 | 0 | 0.72 | 0.99 | 0.13 | 16.09 | 0.97 | 0.44 |
| Hex | DF | 3E | 3 | 0 | 48 | 63 | D | 10 | 61 | 2C |
| Octal | 337 | 76 | 3 | 0 | 110 | 143 | 15 | 20 | 141 | 54 |
| Binary | 11011111 | 111110 | 11 | 0 | 1001000 | 1100011 | 1101 | 10000 | 1100001 | 101100 |
Color Harmonies of #DF3E03
Complementary color
Monochromatic Colors of #DF3E03
Black with #DF3E03
Text Example
Text Example
White with #DF3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E03; }
p { color: rgb(223,62,3); }
H1.HeaderClassName
{
color: #DF3E03;
}
.AnyTagClassName
{
color: #DF3E03;
}
</style>
background-color css
<style>
a { background-color: #DF3E03; }
a { background-color: rgb(223,62,3); }
div.DivClassName
{
background-color: #DF3E03;
}
.BgClassName
{
background-color: #DF3E03;
}
</style>
border-color css
<style>
span { border-color: #DF3E03; }
span { border-color: rgb(223,62,3); }
td.TdClassName
{
border-color: #DF3E03;
}
.TagClassName
{
border-color: #DF3E03;
}
</style>