Html Css Color HEX #DF331F Harley Davidson Orange
📋 copy color: '#DF331F'red 223 ◦ green 51 ◦ blue 31
Shades of Harley Davidson Orange #DF331F
Tints of Harley Davidson Orange #DF331F
RGB
CMYK
RGB Variations
Color information
#DF331F (or 0xDF331F) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 1F. RGB value is (223,51,31). Sum of RGB (Red+Green+Blue) = 223+51+31=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF331F is #20CCE0. Grayscale: #646464. Windows color (decimal): -2149601 or 2044895. OLE color: 2044895.
HSL color Cylindrical-coordinate representation of color #DF331F: hue angle of 6.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF331F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 31 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.13 |
| HSL | 6.25º | 0.76% | 0.5% | - |
| HSV(B) | 6.25º | 0.86% | 0.87% | - |
| XYZ | 31.86 | 18.15 | 3.12 | - |
| YUV | 100.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 31 | 0 | 0.77 | 0.86 | 0.13 | 6.25 | 0.76 | 0.5 |
| Hex | DF | 33 | 1F | 0 | 4D | 56 | D | 6 | 4C | 32 |
| Octal | 337 | 63 | 37 | 0 | 115 | 126 | 15 | 6 | 114 | 62 |
| Binary | 11011111 | 110011 | 11111 | 0 | 1001101 | 1010110 | 1101 | 110 | 1001100 | 110010 |
Color Harmonies of #DF331F
Complementary color
Monochromatic Colors of #DF331F
Black with #DF331F
Text Example
Text Example
White with #DF331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF331F; }
p { color: rgb(223,51,31); }
H1.HeaderClassName
{
color: #DF331F;
}
.AnyTagClassName
{
color: #DF331F;
}
</style>
background-color css
<style>
a { background-color: #DF331F; }
a { background-color: rgb(223,51,31); }
div.DivClassName
{
background-color: #DF331F;
}
.BgClassName
{
background-color: #DF331F;
}
</style>
border-color css
<style>
span { border-color: #DF331F; }
span { border-color: rgb(223,51,31); }
td.TdClassName
{
border-color: #DF331F;
}
.TagClassName
{
border-color: #DF331F;
}
</style>