#E31635

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

Shades of Crimson #E31635

Tints of Crimson #E31635

Color information

#E31635 (or 0xE31635) is unknown color: approx Crimson. HEX triplet: E3, 16 and 35. RGB value is (227,22,53). Sum of RGB (Red+Green+Blue) = 227+22+53=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E31635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31635 is #1CE9CA. Grayscale: #565656. Windows color (decimal): -1894859 or 3479267. OLE color: 3479267.

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

Color convert

RGB2272253-
CMYK00.900.770.11
HSL350.93º82.33%48.82%-
HSV(B)350.93º90.31%89.02%-
XYZ32.6117.164.96-
YUV86.83108.92227.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 75.17%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=75.17%
G=7.28%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227225300.900.770.11350.9382.3348.82
HexE3163505A4DB15f5231
Octal343266501321151353712261
Binary111000111011011010101011010100110110111010111111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31635; }

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

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

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

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

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

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

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

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