Html Css Color HEX #DF3708 Harley Davidson Orange
📋 copy color: '#DF3708'red 223 ◦ green 55 ◦ blue 8
Shades of Harley Davidson Orange #DF3708
Tints of Harley Davidson Orange #DF3708
RGB
CMYK
RGB Variations
Color information
#DF3708 (or 0xDF3708) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 08. RGB value is (223,55,8). Sum of RGB (Red+Green+Blue) = 223+55+8=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3708 is #20C8F7. Grayscale: #646464. Windows color (decimal): -2148600 or 538591. OLE color: 538591.
HSL color Cylindrical-coordinate representation of color #DF3708: hue angle of 13.12º 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 #DF3708 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.13 |
| HSL | 13.12º | 0.93% | 0.45% | - |
| HSV(B) | 13.12º | 0.96% | 0.87% | - |
| XYZ | 31.84 | 18.44 | 2.11 | - |
| YUV | 99.87 | 76.16 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 8 | 0 | 0.75 | 0.96 | 0.13 | 13.12 | 0.93 | 0.45 |
| Hex | DF | 37 | 8 | 0 | 4B | 60 | D | D | 5D | 2D |
| Octal | 337 | 67 | 10 | 0 | 113 | 140 | 15 | 15 | 135 | 55 |
| Binary | 11011111 | 110111 | 1000 | 0 | 1001011 | 1100000 | 1101 | 1101 | 1011101 | 101101 |
Color Harmonies of #DF3708
Complementary color
Monochromatic Colors of #DF3708
Black with #DF3708
Text Example
Text Example
White with #DF3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3708; }
p { color: rgb(223,55,8); }
H1.HeaderClassName
{
color: #DF3708;
}
.AnyTagClassName
{
color: #DF3708;
}
</style>
background-color css
<style>
a { background-color: #DF3708; }
a { background-color: rgb(223,55,8); }
div.DivClassName
{
background-color: #DF3708;
}
.BgClassName
{
background-color: #DF3708;
}
</style>
border-color css
<style>
span { border-color: #DF3708; }
span { border-color: rgb(223,55,8); }
td.TdClassName
{
border-color: #DF3708;
}
.TagClassName
{
border-color: #DF3708;
}
</style>