Html Css Color HEX #DE3E1B Harley Davidson Orange
📋 copy color: '#DE3E1B'red 222 ◦ green 62 ◦ blue 27
Shades of Harley Davidson Orange #DE3E1B
Tints of Harley Davidson Orange #DE3E1B
RGB
CMYK
RGB Variations
Color information
#DE3E1B (or 0xDE3E1B) is known color: Harley Davidson Orange. HEX triplet: DE, 3E and 1B. RGB value is (222,62,27). Sum of RGB (Red+Green+Blue) = 222+62+27=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E1B is #21C1E4. Grayscale: #6A6A6A. Windows color (decimal): -2212325 or 1785566. OLE color: 1785566.
HSL color Cylindrical-coordinate representation of color #DE3E1B: hue angle of 10.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE3E1B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 27 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.13 |
| HSL | 10.77º | 0.78% | 0.49% | - |
| HSV(B) | 10.77º | 0.88% | 0.87% | - |
| XYZ | 32.04 | 19.05 | 3.03 | - |
| YUV | 105.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 27 | 0 | 0.72 | 0.88 | 0.13 | 10.77 | 0.78 | 0.49 |
| Hex | DE | 3E | 1B | 0 | 48 | 58 | D | B | 4E | 31 |
| Octal | 336 | 76 | 33 | 0 | 110 | 130 | 15 | 13 | 116 | 61 |
| Binary | 11011110 | 111110 | 11011 | 0 | 1001000 | 1011000 | 1101 | 1011 | 1001110 | 110001 |
Color Harmonies of #DE3E1B
Complementary color
Monochromatic Colors of #DE3E1B
Black with #DE3E1B
Text Example
Text Example
White with #DE3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E1B; }
p { color: rgb(222,62,27); }
H1.HeaderClassName
{
color: #DE3E1B;
}
.AnyTagClassName
{
color: #DE3E1B;
}
</style>
background-color css
<style>
a { background-color: #DE3E1B; }
a { background-color: rgb(222,62,27); }
div.DivClassName
{
background-color: #DE3E1B;
}
.BgClassName
{
background-color: #DE3E1B;
}
</style>
border-color css
<style>
span { border-color: #DE3E1B; }
span { border-color: rgb(222,62,27); }
td.TdClassName
{
border-color: #DE3E1B;
}
.TagClassName
{
border-color: #DE3E1B;
}
</style>