Html Css Color HEX #DE281B Harley Davidson Orange
📋 copy color: '#DE281B'red 222 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #DE281B
Tints of Harley Davidson Orange #DE281B
RGB
CMYK
RGB Variations
Color information
#DE281B (or 0xDE281B) is known color: Harley Davidson Orange. HEX triplet: DE, 28 and 1B. RGB value is (222,40,27). Sum of RGB (Red+Green+Blue) = 222+40+27=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE281B is #21D7E4. Grayscale: #5D5D5D. Windows color (decimal): -2217957 or 1779934. OLE color: 1779934.
HSL color Cylindrical-coordinate representation of color #DE281B: hue angle of 4º 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 #DE281B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 27 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.13 |
| HSL | 4º | 0.78% | 0.49% | - |
| HSV(B) | 4º | 0.88% | 0.87% | - |
| XYZ | 31.08 | 17.13 | 2.7 | - |
| YUV | 92.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 27 | 0 | 0.82 | 0.88 | 0.13 | 4 | 0.78 | 0.49 |
| Hex | DE | 28 | 1B | 0 | 52 | 58 | D | 4 | 4E | 31 |
| Octal | 336 | 50 | 33 | 0 | 122 | 130 | 15 | 4 | 116 | 61 |
| Binary | 11011110 | 101000 | 11011 | 0 | 1010010 | 1011000 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DE281B
Complementary color
Monochromatic Colors of #DE281B
Black with #DE281B
Text Example
Text Example
White with #DE281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE281B; }
p { color: rgb(222,40,27); }
H1.HeaderClassName
{
color: #DE281B;
}
.AnyTagClassName
{
color: #DE281B;
}
</style>
background-color css
<style>
a { background-color: #DE281B; }
a { background-color: rgb(222,40,27); }
div.DivClassName
{
background-color: #DE281B;
}
.BgClassName
{
background-color: #DE281B;
}
</style>
border-color css
<style>
span { border-color: #DE281B; }
span { border-color: rgb(222,40,27); }
td.TdClassName
{
border-color: #DE281B;
}
.TagClassName
{
border-color: #DE281B;
}
</style>