Html Css Color HEX #DE341D Harley Davidson Orange
📋 copy color: '#DE341D'red 222 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #DE341D
Tints of Harley Davidson Orange #DE341D
RGB
CMYK
RGB Variations
Color information
#DE341D (or 0xDE341D) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 1D. RGB value is (222,52,29). Sum of RGB (Red+Green+Blue) = 222+52+29=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE341D is #21CBE2. Grayscale: #646464. Windows color (decimal): -2214883 or 1914078. OLE color: 1914078.
HSL color Cylindrical-coordinate representation of color #DE341D: hue angle of 7.15º 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 #DE341D is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 29 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.13 |
| HSL | 7.15º | 0.77% | 0.49% | - |
| HSV(B) | 7.15º | 0.87% | 0.87% | - |
| XYZ | 31.57 | 18.07 | 2.99 | - |
| YUV | 100.21 | 87.82 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 29 | 0 | 0.77 | 0.87 | 0.13 | 7.15 | 0.77 | 0.49 |
| Hex | DE | 34 | 1D | 0 | 4D | 57 | D | 7 | 4D | 31 |
| Octal | 336 | 64 | 35 | 0 | 115 | 127 | 15 | 7 | 115 | 61 |
| Binary | 11011110 | 110100 | 11101 | 0 | 1001101 | 1010111 | 1101 | 111 | 1001101 | 110001 |
Color Harmonies of #DE341D
Complementary color
Monochromatic Colors of #DE341D
Black with #DE341D
Text Example
Text Example
White with #DE341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE341D; }
p { color: rgb(222,52,29); }
H1.HeaderClassName
{
color: #DE341D;
}
.AnyTagClassName
{
color: #DE341D;
}
</style>
background-color css
<style>
a { background-color: #DE341D; }
a { background-color: rgb(222,52,29); }
div.DivClassName
{
background-color: #DE341D;
}
.BgClassName
{
background-color: #DE341D;
}
</style>
border-color css
<style>
span { border-color: #DE341D; }
span { border-color: rgb(222,52,29); }
td.TdClassName
{
border-color: #DE341D;
}
.TagClassName
{
border-color: #DE341D;
}
</style>