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