#E50D29

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

Shades of Crimson #E50D29

Tints of Crimson #E50D29

Color information

#E50D29 (or 0xE50D29) is unknown color: approx Crimson. HEX triplet: E5, 0D and 29. RGB value is (229,13,41). Sum of RGB (Red+Green+Blue) = 229+13+41=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D29 is #1AF2D6. Grayscale: #505050. Windows color (decimal): -1766103 or 2690533. OLE color: 2690533.

HSL color Cylindrical-coordinate representation of color #E50D29: hue angle of 352.22º 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 #E50D29 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB2291341-
CMYK00.940.820.10
HSL352.22º89.26%47.45%-
HSV(B)352.22º94.32%89.8%-
XYZ32.8617.113.67-
YUV80.78105.56233.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 80.92%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=80.92%
G=4.59%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229134100.940.820.10352.2289.2647.45
HexE5D2905E52A160592f
Octal345155101361221254013157
Binary11100101110110100101011110101001010101011000001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50D29; }

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

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

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

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

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

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

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

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