Html Css Color HEX #DF3316 Harley Davidson Orange
📋 copy color: '#DF3316'red 223 ◦ green 51 ◦ blue 22
Shades of Harley Davidson Orange #DF3316
Tints of Harley Davidson Orange #DF3316
RGB
CMYK
RGB Variations
Color information
#DF3316 (or 0xDF3316) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 16. RGB value is (223,51,22). Sum of RGB (Red+Green+Blue) = 223+51+22=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3316 is #20CCE9. Grayscale: #636363. Windows color (decimal): -2149610 or 1455071. OLE color: 1455071.
HSL color Cylindrical-coordinate representation of color #DF3316: hue angle of 8.66º 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 #DF3316 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.13 |
| HSL | 8.66º | 0.82% | 0.48% | - |
| HSV(B) | 8.66º | 0.9% | 0.87% | - |
| XYZ | 31.76 | 18.11 | 2.58 | - |
| YUV | 99.12 | 84.48 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 22 | 0 | 0.77 | 0.90 | 0.13 | 8.66 | 0.82 | 0.48 |
| Hex | DF | 33 | 16 | 0 | 4D | 5A | D | 9 | 52 | 30 |
| Octal | 337 | 63 | 26 | 0 | 115 | 132 | 15 | 11 | 122 | 60 |
| Binary | 11011111 | 110011 | 10110 | 0 | 1001101 | 1011010 | 1101 | 1001 | 1010010 | 110000 |
Color Harmonies of #DF3316
Complementary color
Monochromatic Colors of #DF3316
Black with #DF3316
Text Example
Text Example
White with #DF3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3316; }
p { color: rgb(223,51,22); }
H1.HeaderClassName
{
color: #DF3316;
}
.AnyTagClassName
{
color: #DF3316;
}
</style>
background-color css
<style>
a { background-color: #DF3316; }
a { background-color: rgb(223,51,22); }
div.DivClassName
{
background-color: #DF3316;
}
.BgClassName
{
background-color: #DF3316;
}
</style>
border-color css
<style>
span { border-color: #DF3316; }
span { border-color: rgb(223,51,22); }
td.TdClassName
{
border-color: #DF3316;
}
.TagClassName
{
border-color: #DF3316;
}
</style>