#E3142A

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

Shades of Crimson #E3142A

Tints of Crimson #E3142A

Color information

#E3142A (or 0xE3142A) is unknown color: approx Crimson. HEX triplet: E3, 14 and 2A. RGB value is (227,20,42). Sum of RGB (Red+Green+Blue) = 227+20+42=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E3142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3142A is #1CEBD5. Grayscale: #545454. Windows color (decimal): -1895382 or 2757859. OLE color: 2757859.

HSL color Cylindrical-coordinate representation of color #E3142A: hue angle of 353.62º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3142A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2272042-
CMYK00.910.810.11
HSL353.62º83.81%48.43%-
HSV(B)353.62º91.19%89.02%-
XYZ32.35173.77-
YUV84.4104.08229.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 78.55%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=78.55%
G=6.92%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227204200.910.810.11353.6283.8148.43
HexE3142A05B51B1625430
Octal343245201331211354212460
Binary111000111010010101001011011101000110111011000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3142A; }

 p { color: rgb(227,20,42); }

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

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

 a { background-color: rgb(227,20,42); }

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

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

 span { border-color: rgb(227,20,42); }

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