#E50A26

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

Shades of Crimson #E50A26

Tints of Crimson #E50A26

Color information

#E50A26 (or 0xE50A26) is unknown color: approx Crimson. HEX triplet: E5, 0A and 26. RGB value is (229,10,38). Sum of RGB (Red+Green+Blue) = 229+10+38=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A26 is #1AF5D9. Grayscale: #4E4E4E. Windows color (decimal): -1766874 or 2493157. OLE color: 2493157.

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

Color convert

RGB2291038-
CMYK00.960.830.10
HSL352.33º91.63%46.86%-
HSV(B)352.33º95.63%89.8%-
XYZ32.7717.023.39-
YUV78.67105.05235.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 82.67%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=82.67%
G=3.61%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229103800.960.830.10352.3391.6346.86
HexE5A2606053A1605c2f
Octal345124601401231254013457
Binary11100101101010011001100000101001110101011000001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50A26; }

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

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

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

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

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

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

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

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