Html Css Color HEX #DF3B03 Harley Davidson Orange
📋 copy color: '#DF3B03'red 223 ◦ green 59 ◦ blue 3
Shades of Harley Davidson Orange #DF3B03
Tints of Harley Davidson Orange #DF3B03
RGB
CMYK
RGB Variations
Color information
#DF3B03 (or 0xDF3B03) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 03. RGB value is (223,59,3). Sum of RGB (Red+Green+Blue) = 223+59+3=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3B03 is #20C4FC. Grayscale: #666666. Windows color (decimal): -2147581 or 211935. OLE color: 211935.
HSL color Cylindrical-coordinate representation of color #DF3B03: hue angle of 15.27º 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 #DF3B03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.13 |
| HSL | 15.27º | 0.97% | 0.44% | - |
| HSV(B) | 15.27º | 0.99% | 0.87% | - |
| XYZ | 32.01 | 18.82 | 2.03 | - |
| YUV | 101.65 | 72.33 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 3 | 0 | 0.74 | 0.99 | 0.13 | 15.27 | 0.97 | 0.44 |
| Hex | DF | 3B | 3 | 0 | 4A | 63 | D | F | 61 | 2C |
| Octal | 337 | 73 | 3 | 0 | 112 | 143 | 15 | 17 | 141 | 54 |
| Binary | 11011111 | 111011 | 11 | 0 | 1001010 | 1100011 | 1101 | 1111 | 1100001 | 101100 |
Color Harmonies of #DF3B03
Complementary color
Monochromatic Colors of #DF3B03
Black with #DF3B03
Text Example
Text Example
White with #DF3B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B03; }
p { color: rgb(223,59,3); }
H1.HeaderClassName
{
color: #DF3B03;
}
.AnyTagClassName
{
color: #DF3B03;
}
</style>
background-color css
<style>
a { background-color: #DF3B03; }
a { background-color: rgb(223,59,3); }
div.DivClassName
{
background-color: #DF3B03;
}
.BgClassName
{
background-color: #DF3B03;
}
</style>
border-color css
<style>
span { border-color: #DF3B03; }
span { border-color: rgb(223,59,3); }
td.TdClassName
{
border-color: #DF3B03;
}
.TagClassName
{
border-color: #DF3B03;
}
</style>