#E3183A

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

Shades of Crimson #E3183A

Tints of Crimson #E3183A

Color information

#E3183A (or 0xE3183A) is unknown color: approx Crimson. HEX triplet: E3, 18 and 3A. RGB value is (227,24,58). Sum of RGB (Red+Green+Blue) = 227+24+58=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3183A is #1CE7C5. Grayscale: #585858. Windows color (decimal): -1894342 or 3807459. OLE color: 3807459.

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

Color convert

RGB2272458-
CMYK00.890.740.11
HSL349.95º80.88%49.22%-
HSV(B)349.95º89.43%89.02%-
XYZ32.7717.295.61-
YUV88.57110.75226.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.46%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=73.46%
G=7.77%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227245800.890.740.11349.9580.8849.22
HexE3183A0594AB15e5131
Octal343307201311121353612161
Binary111000111100011101001011001100101010111010111101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3183A; }

 p { color: rgb(227,24,58); }

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

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

 a { background-color: rgb(227,24,58); }

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

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

 span { border-color: rgb(227,24,58); }

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