#e50026

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

Shades of Crimson #E50026

Tints of Crimson #E50026

Color information

#E50026 (or 0xE50026) is unknown color: approx Crimson. HEX triplet: E5, 00 and 26. RGB value is (229,0,38). Sum of RGB (Red+Green+Blue) = 229+0+38=267 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.77% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 229 - color contains mainly: red. Hex color #E50026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50026 is #1AFFD9. Grayscale: #484848. Windows color (decimal): -1769434 or 2490597. OLE color: 2490597.

HSL color Cylindrical-coordinate representation of color #E50026: hue angle of 350.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50026 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB229038-
CMYK010.830.10
HSL350.04º100%44.9%-
HSV(B)350.04º100%89.8%-
XYZ32.6616.83.35-
YUV72.8108.37239.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 85.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=85.77%
G=0%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229038010.830.10350.0410044.9
HexE502606453A15e642d
Octal34504601441231253614455
Binary11100101010011001100100101001110101010111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50026; }

 p { color: rgb(229,0,38); }

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

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

 a { background-color: rgb(229,0,38); }

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

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

 span { border-color: rgb(229,0,38); }

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