Html Css Color HEX #DE320A Harley Davidson Orange
📋 copy color: '#DE320A'red 222 ◦ green 50 ◦ blue 10
Shades of Harley Davidson Orange #DE320A
Tints of Harley Davidson Orange #DE320A
RGB
CMYK
RGB Variations
Color information
#DE320A (or 0xDE320A) is known color: Harley Davidson Orange. HEX triplet: DE, 32 and 0A. RGB value is (222,50,10). Sum of RGB (Red+Green+Blue) = 222+50+10=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE320A is #21CDF5. Grayscale: #616161. Windows color (decimal): -2215414 or 668382. OLE color: 668382.
HSL color Cylindrical-coordinate representation of color #DE320A: hue angle of 11.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE320A is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 10 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.13 |
| HSL | 11.32º | 0.91% | 0.45% | - |
| HSV(B) | 11.32º | 0.95% | 0.87% | - |
| XYZ | 31.32 | 17.83 | 2.08 | - |
| YUV | 96.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 10 | 0 | 0.77 | 0.95 | 0.13 | 11.32 | 0.91 | 0.45 |
| Hex | DE | 32 | A | 0 | 4D | 5F | D | B | 5B | 2D |
| Octal | 336 | 62 | 12 | 0 | 115 | 137 | 15 | 13 | 133 | 55 |
| Binary | 11011110 | 110010 | 1010 | 0 | 1001101 | 1011111 | 1101 | 1011 | 1011011 | 101101 |
Color Harmonies of #DE320A
Complementary color
Monochromatic Colors of #DE320A
Black with #DE320A
Text Example
Text Example
White with #DE320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE320A; }
p { color: rgb(222,50,10); }
H1.HeaderClassName
{
color: #DE320A;
}
.AnyTagClassName
{
color: #DE320A;
}
</style>
background-color css
<style>
a { background-color: #DE320A; }
a { background-color: rgb(222,50,10); }
div.DivClassName
{
background-color: #DE320A;
}
.BgClassName
{
background-color: #DE320A;
}
</style>
border-color css
<style>
span { border-color: #DE320A; }
span { border-color: rgb(222,50,10); }
td.TdClassName
{
border-color: #DE320A;
}
.TagClassName
{
border-color: #DE320A;
}
</style>