#E50438

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

Shades of Crimson #E50438

Tints of Crimson #E50438

Color information

#E50438 (or 0xE50438) is unknown color: approx Crimson. HEX triplet: E5, 04 and 38. RGB value is (229,4,56). Sum of RGB (Red+Green+Blue) = 229+4+56=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E50438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50438 is #1AFBC7. Grayscale: #4D4D4D. Windows color (decimal): -1768392 or 3671269. OLE color: 3671269.

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

Color convert

RGB229456-
CMYK00.980.760.10
HSL346.13º96.57%45.69%-
HSV(B)346.13º98.25%89.8%-
XYZ33.0717.035.29-
YUV77.2116.04236.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 79.24%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=79.24%
G=1.38%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22945600.980.760.10346.1396.5745.69
HexE54380624CA15a612e
Octal34547001421141253214156
Binary1110010110011100001100010100110010101010110101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50438; }

 p { color: rgb(229,4,56); }

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

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

 a { background-color: rgb(229,4,56); }

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

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

 span { border-color: rgb(229,4,56); }

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