#E5143A

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

Shades of Crimson #E5143A

Tints of Crimson #E5143A

Color information

#E5143A (or 0xE5143A) is unknown color: approx Crimson. HEX triplet: E5, 14 and 3A. RGB value is (229,20,58). Sum of RGB (Red+Green+Blue) = 229+20+58=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5143A is #1AEBC5. Grayscale: #565656. Windows color (decimal): -1764294 or 3806437. OLE color: 3806437.

HSL color Cylindrical-coordinate representation of color #E5143A: hue angle of 349.09º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5143A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2292058-
CMYK00.910.750.10
HSL349.09º83.94%48.82%-
HSV(B)349.09º91.27%89.8%-
XYZ33.3317.465.62-
YUV86.82111.74229.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 74.59%
GREEN value IS 20 (8.20% from 255) = 6.51%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=74.59%
G=6.51%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229205800.910.750.10349.0983.9448.82
HexE5143A05B4BA15d5431
Octal345247201331131253512461
Binary111001011010011101001011011100101110101010111011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5143A; }

 p { color: rgb(229,20,58); }

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

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

 a { background-color: rgb(229,20,58); }

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

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

 span { border-color: rgb(229,20,58); }

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