#E31429

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

Shades of Crimson #E31429

Tints of Crimson #E31429

Color information

#E31429 (or 0xE31429) is unknown color: approx Crimson. HEX triplet: E3, 14 and 29. RGB value is (227,20,41). Sum of RGB (Red+Green+Blue) = 227+20+41=288 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.82% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 227 - color contains mainly: red. Hex color #E31429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31429 is #1CEBD6. Grayscale: #545454. Windows color (decimal): -1895383 or 2692323. OLE color: 2692323.

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

Color convert

RGB2272041-
CMYK00.910.820.11
HSL353.91º83.81%48.43%-
HSV(B)353.91º91.19%89.02%-
XYZ32.3316.993.67-
YUV84.29103.58229.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 78.82%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=78.82%
G=6.94%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227204100.910.820.11353.9183.8148.43
HexE3142905B52B1625430
Octal343245101331221354212460
Binary111000111010010100101011011101001010111011000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31429; }

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

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

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

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

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

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

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

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