Html Css Color HEX #DE2A1C Harley Davidson Orange
📋 copy color: '#DE2A1C'red 222 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #DE2A1C
Tints of Harley Davidson Orange #DE2A1C
RGB
CMYK
RGB Variations
Color information
#DE2A1C (or 0xDE2A1C) is known color: Harley Davidson Orange. HEX triplet: DE, 2A and 1C. RGB value is (222,42,28). Sum of RGB (Red+Green+Blue) = 222+42+28=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2A1C is #21D5E3. Grayscale: #5E5E5E. Windows color (decimal): -2217444 or 1845982. OLE color: 1845982.
HSL color Cylindrical-coordinate representation of color #DE2A1C: hue angle of 4.33º degrees, saturation: 0.78, 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 #DE2A1C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 42 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.13 |
| HSL | 4.33º | 0.78% | 0.49% | - |
| HSV(B) | 4.33º | 0.87% | 0.87% | - |
| XYZ | 31.16 | 17.27 | 2.79 | - |
| YUV | 94.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 42 | 28 | 0 | 0.81 | 0.87 | 0.13 | 4.33 | 0.78 | 0.49 |
| Hex | DE | 2A | 1C | 0 | 51 | 57 | D | 4 | 4E | 31 |
| Octal | 336 | 52 | 34 | 0 | 121 | 127 | 15 | 4 | 116 | 61 |
| Binary | 11011110 | 101010 | 11100 | 0 | 1010001 | 1010111 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DE2A1C
Complementary color
Monochromatic Colors of #DE2A1C
Black with #DE2A1C
Text Example
Text Example
White with #DE2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2A1C; }
p { color: rgb(222,42,28); }
H1.HeaderClassName
{
color: #DE2A1C;
}
.AnyTagClassName
{
color: #DE2A1C;
}
</style>
background-color css
<style>
a { background-color: #DE2A1C; }
a { background-color: rgb(222,42,28); }
div.DivClassName
{
background-color: #DE2A1C;
}
.BgClassName
{
background-color: #DE2A1C;
}
</style>
border-color css
<style>
span { border-color: #DE2A1C; }
span { border-color: rgb(222,42,28); }
td.TdClassName
{
border-color: #DE2A1C;
}
.TagClassName
{
border-color: #DE2A1C;
}
</style>