Html Css Color HEX #DE3210 Harley Davidson Orange
📋 copy color: '#DE3210'red 222 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #DE3210
Tints of Harley Davidson Orange #DE3210
RGB
CMYK
RGB Variations
Color information
#DE3210 (or 0xDE3210) is known color: Harley Davidson Orange. HEX triplet: DE, 32 and 10. RGB value is (222,50,16). Sum of RGB (Red+Green+Blue) = 222+50+16=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3210 is #21CDEF. Grayscale: #616161. Windows color (decimal): -2215408 or 1061598. OLE color: 1061598.
HSL color Cylindrical-coordinate representation of color #DE3210: hue angle of 9.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE3210 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.13 |
| HSL | 9.9º | 0.87% | 0.47% | - |
| HSV(B) | 9.9º | 0.93% | 0.87% | - |
| XYZ | 31.36 | 17.85 | 2.28 | - |
| YUV | 97.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 16 | 0 | 0.77 | 0.93 | 0.13 | 9.9 | 0.87 | 0.47 |
| Hex | DE | 32 | 10 | 0 | 4D | 5D | D | A | 57 | 2F |
| Octal | 336 | 62 | 20 | 0 | 115 | 135 | 15 | 12 | 127 | 57 |
| Binary | 11011110 | 110010 | 10000 | 0 | 1001101 | 1011101 | 1101 | 1010 | 1010111 | 101111 |
Color Harmonies of #DE3210
Complementary color
Monochromatic Colors of #DE3210
Black with #DE3210
Text Example
Text Example
White with #DE3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3210; }
p { color: rgb(222,50,16); }
H1.HeaderClassName
{
color: #DE3210;
}
.AnyTagClassName
{
color: #DE3210;
}
</style>
background-color css
<style>
a { background-color: #DE3210; }
a { background-color: rgb(222,50,16); }
div.DivClassName
{
background-color: #DE3210;
}
.BgClassName
{
background-color: #DE3210;
}
</style>
border-color css
<style>
span { border-color: #DE3210; }
span { border-color: rgb(222,50,16); }
td.TdClassName
{
border-color: #DE3210;
}
.TagClassName
{
border-color: #DE3210;
}
</style>