Html Css Color HEX #DE3A1D Harley Davidson Orange
📋 copy color: '#DE3A1D'red 222 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #DE3A1D
Tints of Harley Davidson Orange #DE3A1D
RGB
CMYK
RGB Variations
Color information
#DE3A1D (or 0xDE3A1D) is known color: Harley Davidson Orange. HEX triplet: DE, 3A and 1D. RGB value is (222,58,29). Sum of RGB (Red+Green+Blue) = 222+58+29=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A1D is #21C5E2. Grayscale: #686868. Windows color (decimal): -2213347 or 1915614. OLE color: 1915614.
HSL color Cylindrical-coordinate representation of color #DE3A1D: hue angle of 9.02º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE3A1D is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 58 | 29 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.13 |
| HSL | 9.02º | 0.77% | 0.49% | - |
| HSV(B) | 9.02º | 0.87% | 0.87% | - |
| XYZ | 31.86 | 18.64 | 3.08 | - |
| YUV | 103.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 58 | 29 | 0 | 0.74 | 0.87 | 0.13 | 9.02 | 0.77 | 0.49 |
| Hex | DE | 3A | 1D | 0 | 4A | 57 | D | 9 | 4D | 31 |
| Octal | 336 | 72 | 35 | 0 | 112 | 127 | 15 | 11 | 115 | 61 |
| Binary | 11011110 | 111010 | 11101 | 0 | 1001010 | 1010111 | 1101 | 1001 | 1001101 | 110001 |
Color Harmonies of #DE3A1D
Complementary color
Monochromatic Colors of #DE3A1D
Black with #DE3A1D
Text Example
Text Example
White with #DE3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3A1D; }
p { color: rgb(222,58,29); }
H1.HeaderClassName
{
color: #DE3A1D;
}
.AnyTagClassName
{
color: #DE3A1D;
}
</style>
background-color css
<style>
a { background-color: #DE3A1D; }
a { background-color: rgb(222,58,29); }
div.DivClassName
{
background-color: #DE3A1D;
}
.BgClassName
{
background-color: #DE3A1D;
}
</style>
border-color css
<style>
span { border-color: #DE3A1D; }
span { border-color: rgb(222,58,29); }
td.TdClassName
{
border-color: #DE3A1D;
}
.TagClassName
{
border-color: #DE3A1D;
}
</style>