Html Css Color HEX #DE2D1B Harley Davidson Orange
📋 copy color: '#DE2D1B'red 222 ◦ green 45 ◦ blue 27
Shades of Harley Davidson Orange #DE2D1B
Tints of Harley Davidson Orange #DE2D1B
RGB
CMYK
RGB Variations
Color information
#DE2D1B (or 0xDE2D1B) is known color: Harley Davidson Orange. HEX triplet: DE, 2D and 1B. RGB value is (222,45,27). Sum of RGB (Red+Green+Blue) = 222+45+27=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D1B is #21D2E4. Grayscale: #606060. Windows color (decimal): -2216677 or 1781214. OLE color: 1781214.
HSL color Cylindrical-coordinate representation of color #DE2D1B: hue angle of 5.54º 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 #DE2D1B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 27 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.13 |
| HSL | 5.54º | 0.78% | 0.49% | - |
| HSV(B) | 5.54º | 0.88% | 0.87% | - |
| XYZ | 31.26 | 17.49 | 2.76 | - |
| YUV | 95.87 | 89.14 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 27 | 0 | 0.80 | 0.88 | 0.13 | 5.54 | 0.78 | 0.49 |
| Hex | DE | 2D | 1B | 0 | 50 | 58 | D | 6 | 4E | 31 |
| Octal | 336 | 55 | 33 | 0 | 120 | 130 | 15 | 6 | 116 | 61 |
| Binary | 11011110 | 101101 | 11011 | 0 | 1010000 | 1011000 | 1101 | 110 | 1001110 | 110001 |
Color Harmonies of #DE2D1B
Complementary color
Monochromatic Colors of #DE2D1B
Black with #DE2D1B
Text Example
Text Example
White with #DE2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D1B; }
p { color: rgb(222,45,27); }
H1.HeaderClassName
{
color: #DE2D1B;
}
.AnyTagClassName
{
color: #DE2D1B;
}
</style>
background-color css
<style>
a { background-color: #DE2D1B; }
a { background-color: rgb(222,45,27); }
div.DivClassName
{
background-color: #DE2D1B;
}
.BgClassName
{
background-color: #DE2D1B;
}
</style>
border-color css
<style>
span { border-color: #DE2D1B; }
span { border-color: rgb(222,45,27); }
td.TdClassName
{
border-color: #DE2D1B;
}
.TagClassName
{
border-color: #DE2D1B;
}
</style>