#E31636

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

Shades of Crimson #E31636

Tints of Crimson #E31636

Color information

#E31636 (or 0xE31636) is unknown color: approx Crimson. HEX triplet: E3, 16 and 36. RGB value is (227,22,54). Sum of RGB (Red+Green+Blue) = 227+22+54=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E31636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31636 is #1CE9C9. Grayscale: #575757. Windows color (decimal): -1894858 or 3544803. OLE color: 3544803.

HSL color Cylindrical-coordinate representation of color #E31636: hue angle of 350.63º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31636 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB2272254-
CMYK00.900.760.11
HSL350.63º82.33%48.82%-
HSV(B)350.63º90.31%89.02%-
XYZ32.6317.175.08-
YUV86.94109.42227.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 74.92%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=74.92%
G=7.26%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227225400.900.760.11350.6382.3348.82
HexE3163605A4CB15f5231
Octal343266601321141353712261
Binary111000111011011011001011010100110010111010111111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31636; }

 p { color: rgb(227,22,54); }

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

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

 a { background-color: rgb(227,22,54); }

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

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

 span { border-color: rgb(227,22,54); }

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