Html Css Color HEX #DF3B00 Harley Davidson Orange
📋 copy color: '#DF3B00'red 223 ◦ green 59 ◦ blue 0
Shades of Harley Davidson Orange #DF3B00
Tints of Harley Davidson Orange #DF3B00
RGB
CMYK
RGB Variations
Color information
#DF3B00 (or 0xDF3B00) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 00. RGB value is (223,59,0). Sum of RGB (Red+Green+Blue) = 223+59+0=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3B00 is #20C4FF. Grayscale: #656565. Windows color (decimal): -2147584 or 15327. OLE color: 15327.
HSL color Cylindrical-coordinate representation of color #DF3B00: hue angle of 15.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3B00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.13 |
| HSL | 15.87º | 1% | 0.44% | - |
| HSV(B) | 15.87º | 1% | 0.87% | - |
| XYZ | 32 | 18.82 | 1.95 | - |
| YUV | 101.31 | 70.83 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 0 | 0 | 0.74 | 1 | 0.13 | 15.87 | 1 | 0.44 |
| Hex | DF | 3B | 0 | 0 | 4A | 64 | D | 10 | 64 | 2C |
| Octal | 337 | 73 | 0 | 0 | 112 | 144 | 15 | 20 | 144 | 54 |
| Binary | 11011111 | 111011 | 0 | 0 | 1001010 | 1100100 | 1101 | 10000 | 1100100 | 101100 |
Color Harmonies of #DF3B00
Complementary color
Monochromatic Colors of #DF3B00
Black with #DF3B00
Text Example
Text Example
White with #DF3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B00; }
p { color: rgb(223,59,0); }
H1.HeaderClassName
{
color: #DF3B00;
}
.AnyTagClassName
{
color: #DF3B00;
}
</style>
background-color css
<style>
a { background-color: #DF3B00; }
a { background-color: rgb(223,59,0); }
div.DivClassName
{
background-color: #DF3B00;
}
.BgClassName
{
background-color: #DF3B00;
}
</style>
border-color css
<style>
span { border-color: #DF3B00; }
span { border-color: rgb(223,59,0); }
td.TdClassName
{
border-color: #DF3B00;
}
.TagClassName
{
border-color: #DF3B00;
}
</style>