Html Css Color HEX #DF3813 Harley Davidson Orange
📋 copy color: '#DF3813'red 223 ◦ green 56 ◦ blue 19
Shades of Harley Davidson Orange #DF3813
Tints of Harley Davidson Orange #DF3813
RGB
CMYK
RGB Variations
Color information
#DF3813 (or 0xDF3813) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 13. RGB value is (223,56,19). Sum of RGB (Red+Green+Blue) = 223+56+19=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3813 is #20C7EC. Grayscale: #666666. Windows color (decimal): -2148333 or 1259743. OLE color: 1259743.
HSL color Cylindrical-coordinate representation of color #DF3813: hue angle of 10.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF3813 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 19 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.13 |
| HSL | 10.88º | 0.84% | 0.47% | - |
| HSV(B) | 10.88º | 0.91% | 0.87% | - |
| XYZ | 31.96 | 18.56 | 2.51 | - |
| YUV | 101.72 | 81.33 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 19 | 0 | 0.75 | 0.91 | 0.13 | 10.88 | 0.84 | 0.47 |
| Hex | DF | 38 | 13 | 0 | 4B | 5B | D | B | 54 | 2F |
| Octal | 337 | 70 | 23 | 0 | 113 | 133 | 15 | 13 | 124 | 57 |
| Binary | 11011111 | 111000 | 10011 | 0 | 1001011 | 1011011 | 1101 | 1011 | 1010100 | 101111 |
Color Harmonies of #DF3813
Complementary color
Monochromatic Colors of #DF3813
Black with #DF3813
Text Example
Text Example
White with #DF3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3813; }
p { color: rgb(223,56,19); }
H1.HeaderClassName
{
color: #DF3813;
}
.AnyTagClassName
{
color: #DF3813;
}
</style>
background-color css
<style>
a { background-color: #DF3813; }
a { background-color: rgb(223,56,19); }
div.DivClassName
{
background-color: #DF3813;
}
.BgClassName
{
background-color: #DF3813;
}
</style>
border-color css
<style>
span { border-color: #DF3813; }
span { border-color: rgb(223,56,19); }
td.TdClassName
{
border-color: #DF3813;
}
.TagClassName
{
border-color: #DF3813;
}
</style>