#E50D36

Color #E50D36 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E50D36

Tints of Crimson #E50D36

Color information

#E50D36 (or 0xE50D36) is unknown color: approx Crimson. HEX triplet: E5, 0D and 36. RGB value is (229,13,54). Sum of RGB (Red+Green+Blue) = 229+13+54=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D36 is #1AF2C9. Grayscale: #525252. Windows color (decimal): -1766090 or 3542501. OLE color: 3542501.

HSL color Cylindrical-coordinate representation of color #E50D36: hue angle of 348.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D36 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB2291354-
CMYK00.940.760.10
HSL348.61º89.26%47.45%-
HSV(B)348.61º94.32%89.8%-
XYZ33.1217.215.07-
YUV82.26112.06232.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 77.36%
GREEN value IS 13 (5.47% from 255) = 4.39%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=77.36%
G=4.39%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229135400.940.760.10348.6189.2647.45
HexE5D3605E4CA15d592f
Octal345156601361141253513157
Binary11100101110111011001011110100110010101010111011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50D36; }

 p { color: rgb(229,13,54); }

 H1.HeaderClassName
 {
   color: #E50D36;
 }
 .AnyTagClassName
 {
   color: #E50D36;
 }
</style>
background-color css

<style>
 a { background-color: #E50D36; }

 a { background-color: rgb(229,13,54); }

 div.DivClassName
 {
   background-color: #E50D36;
 }
 .BgClassName
 {
   background-color: #E50D36;
 }
</style>
border-color css

<style>
 span { border-color: #E50D36; }

 span { border-color: rgb(229,13,54); }

 td.TdClassName
 {
   border-color: #E50D36;
 }
 .TagClassName
 {
   border-color: #E50D36;
 }
</style>