Html Css Color HEX #DE2B1B Harley Davidson Orange
📋 copy color: '#DE2B1B'red 222 ◦ green 43 ◦ blue 27
Shades of Harley Davidson Orange #DE2B1B
Tints of Harley Davidson Orange #DE2B1B
RGB
CMYK
RGB Variations
Color information
#DE2B1B (or 0xDE2B1B) is known color: Harley Davidson Orange. HEX triplet: DE, 2B and 1B. RGB value is (222,43,27). Sum of RGB (Red+Green+Blue) = 222+43+27=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B1B is #21D4E4. Grayscale: #5E5E5E. Windows color (decimal): -2217189 or 1780702. OLE color: 1780702.
HSL color Cylindrical-coordinate representation of color #DE2B1B: hue angle of 4.92º 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 #DE2B1B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 43 | 27 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.13 |
| HSL | 4.92º | 0.78% | 0.49% | - |
| HSV(B) | 4.92º | 0.88% | 0.87% | - |
| XYZ | 31.19 | 17.34 | 2.74 | - |
| YUV | 94.7 | 89.8 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 43 | 27 | 0 | 0.81 | 0.88 | 0.13 | 4.92 | 0.78 | 0.49 |
| Hex | DE | 2B | 1B | 0 | 51 | 58 | D | 5 | 4E | 31 |
| Octal | 336 | 53 | 33 | 0 | 121 | 130 | 15 | 5 | 116 | 61 |
| Binary | 11011110 | 101011 | 11011 | 0 | 1010001 | 1011000 | 1101 | 101 | 1001110 | 110001 |
Color Harmonies of #DE2B1B
Complementary color
Monochromatic Colors of #DE2B1B
Black with #DE2B1B
Text Example
Text Example
White with #DE2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2B1B; }
p { color: rgb(222,43,27); }
H1.HeaderClassName
{
color: #DE2B1B;
}
.AnyTagClassName
{
color: #DE2B1B;
}
</style>
background-color css
<style>
a { background-color: #DE2B1B; }
a { background-color: rgb(222,43,27); }
div.DivClassName
{
background-color: #DE2B1B;
}
.BgClassName
{
background-color: #DE2B1B;
}
</style>
border-color css
<style>
span { border-color: #DE2B1B; }
span { border-color: rgb(222,43,27); }
td.TdClassName
{
border-color: #DE2B1B;
}
.TagClassName
{
border-color: #DE2B1B;
}
</style>