Html Css Color HEX #DF3B08 Harley Davidson Orange
📋 copy color: '#DF3B08'red 223 ◦ green 59 ◦ blue 8
Shades of Harley Davidson Orange #DF3B08
Tints of Harley Davidson Orange #DF3B08
RGB
CMYK
RGB Variations
Color information
#DF3B08 (or 0xDF3B08) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 08. RGB value is (223,59,8). Sum of RGB (Red+Green+Blue) = 223+59+8=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3B08 is #20C4F7. Grayscale: #666666. Windows color (decimal): -2147576 or 539615. OLE color: 539615.
HSL color Cylindrical-coordinate representation of color #DF3B08: hue angle of 14.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF3B08 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.13 |
| HSL | 14.23º | 0.93% | 0.45% | - |
| HSV(B) | 14.23º | 0.96% | 0.87% | - |
| XYZ | 32.04 | 18.83 | 2.18 | - |
| YUV | 102.22 | 74.83 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 8 | 0 | 0.74 | 0.96 | 0.13 | 14.23 | 0.93 | 0.45 |
| Hex | DF | 3B | 8 | 0 | 4A | 60 | D | E | 5D | 2D |
| Octal | 337 | 73 | 10 | 0 | 112 | 140 | 15 | 16 | 135 | 55 |
| Binary | 11011111 | 111011 | 1000 | 0 | 1001010 | 1100000 | 1101 | 1110 | 1011101 | 101101 |
Color Harmonies of #DF3B08
Complementary color
Monochromatic Colors of #DF3B08
Black with #DF3B08
Text Example
Text Example
White with #DF3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B08; }
p { color: rgb(223,59,8); }
H1.HeaderClassName
{
color: #DF3B08;
}
.AnyTagClassName
{
color: #DF3B08;
}
</style>
background-color css
<style>
a { background-color: #DF3B08; }
a { background-color: rgb(223,59,8); }
div.DivClassName
{
background-color: #DF3B08;
}
.BgClassName
{
background-color: #DF3B08;
}
</style>
border-color css
<style>
span { border-color: #DF3B08; }
span { border-color: rgb(223,59,8); }
td.TdClassName
{
border-color: #DF3B08;
}
.TagClassName
{
border-color: #DF3B08;
}
</style>