#E31B40

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

Shades of Crimson #E31B40

Tints of Crimson #E31B40

Color information

#E31B40 (or 0xE31B40) is unknown color: approx Crimson. HEX triplet: E3, 1B and 40. RGB value is (227,27,64). Sum of RGB (Red+Green+Blue) = 227+27+64=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31B40 is #1CE4BF. Grayscale: #5B5B5B. Windows color (decimal): -1893568 or 4201443. OLE color: 4201443.

HSL color Cylindrical-coordinate representation of color #E31B40: hue angle of 348.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31B40 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2272764-
CMYK00.880.720.11
HSL348.9º78.74%49.8%-
HSV(B)348.9º88.11%89.02%-
XYZ3317.486.49-
YUV91.02112.76224.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=71.38%
G=8.49%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227276400.880.720.11348.978.7449.8
HexE31B4005848B15d4f32
Octal3433310001301101353511762
Binary1110001111011100000001011000100100010111010111011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31B40; }

 p { color: rgb(227,27,64); }

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

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

 a { background-color: rgb(227,27,64); }

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

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

 span { border-color: rgb(227,27,64); }

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