Html Css Color HEX #E52C1C Harley Davidson Orange
📋 copy color: '#E52C1C'red 229 ◦ green 44 ◦ blue 28
Shades of Harley Davidson Orange #E52C1C
Tints of Harley Davidson Orange #E52C1C
RGB
CMYK
RGB Variations
Color information
#E52C1C (or 0xE52C1C) is known color: Harley Davidson Orange. HEX triplet: E5, 2C and 1C. RGB value is (229,44,28). Sum of RGB (Red+Green+Blue) = 229+44+28=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C1C is #1AD3E3. Grayscale: #616161. Windows color (decimal): -1758180 or 1846501. OLE color: 1846501.
HSL color Cylindrical-coordinate representation of color #E52C1C: hue angle of 4.78º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E52C1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 28 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.10 |
| HSL | 4.78º | 0.79% | 0.5% | - |
| HSV(B) | 4.78º | 0.88% | 0.9% | - |
| XYZ | 33.42 | 18.54 | 2.92 | - |
| YUV | 97.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 28 | 0 | 0.81 | 0.88 | 0.10 | 4.78 | 0.79 | 0.5 |
| Hex | E5 | 2C | 1C | 0 | 51 | 58 | A | 5 | 4F | 32 |
| Octal | 345 | 54 | 34 | 0 | 121 | 130 | 12 | 5 | 117 | 62 |
| Binary | 11100101 | 101100 | 11100 | 0 | 1010001 | 1011000 | 1010 | 101 | 1001111 | 110010 |
Color Harmonies of #E52C1C
Complementary color
Monochromatic Colors of #E52C1C
Black with #E52C1C
Text Example
Text Example
White with #E52C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C1C; }
p { color: rgb(229,44,28); }
H1.HeaderClassName
{
color: #E52C1C;
}
.AnyTagClassName
{
color: #E52C1C;
}
</style>
background-color css
<style>
a { background-color: #E52C1C; }
a { background-color: rgb(229,44,28); }
div.DivClassName
{
background-color: #E52C1C;
}
.BgClassName
{
background-color: #E52C1C;
}
</style>
border-color css
<style>
span { border-color: #E52C1C; }
span { border-color: rgb(229,44,28); }
td.TdClassName
{
border-color: #E52C1C;
}
.TagClassName
{
border-color: #E52C1C;
}
</style>