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