Html Css Color HEX #DF3816 Harley Davidson Orange
📋 copy color: '#DF3816'red 223 ◦ green 56 ◦ blue 22
Shades of Harley Davidson Orange #DF3816
Tints of Harley Davidson Orange #DF3816
RGB
CMYK
RGB Variations
Color information
#DF3816 (or 0xDF3816) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 16. RGB value is (223,56,22). Sum of RGB (Red+Green+Blue) = 223+56+22=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3816 is #20C7E9. Grayscale: #666666. Windows color (decimal): -2148330 or 1456351. OLE color: 1456351.
HSL color Cylindrical-coordinate representation of color #DF3816: hue angle of 10.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF3816 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 22 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.13 |
| HSL | 10.15º | 0.82% | 0.48% | - |
| HSV(B) | 10.15º | 0.9% | 0.87% | - |
| XYZ | 31.99 | 18.57 | 2.66 | - |
| YUV | 102.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 22 | 0 | 0.75 | 0.90 | 0.13 | 10.15 | 0.82 | 0.48 |
| Hex | DF | 38 | 16 | 0 | 4B | 5A | D | A | 52 | 30 |
| Octal | 337 | 70 | 26 | 0 | 113 | 132 | 15 | 12 | 122 | 60 |
| Binary | 11011111 | 111000 | 10110 | 0 | 1001011 | 1011010 | 1101 | 1010 | 1010010 | 110000 |
Color Harmonies of #DF3816
Complementary color
Monochromatic Colors of #DF3816
Black with #DF3816
Text Example
Text Example
White with #DF3816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3816; }
p { color: rgb(223,56,22); }
H1.HeaderClassName
{
color: #DF3816;
}
.AnyTagClassName
{
color: #DF3816;
}
</style>
background-color css
<style>
a { background-color: #DF3816; }
a { background-color: rgb(223,56,22); }
div.DivClassName
{
background-color: #DF3816;
}
.BgClassName
{
background-color: #DF3816;
}
</style>
border-color css
<style>
span { border-color: #DF3816; }
span { border-color: rgb(223,56,22); }
td.TdClassName
{
border-color: #DF3816;
}
.TagClassName
{
border-color: #DF3816;
}
</style>