#E31F41

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

Shades of Crimson #E31F41

Tints of Crimson #E31F41

Color information

#E31F41 (or 0xE31F41) is unknown color: approx Crimson. HEX triplet: E3, 1F and 41. RGB value is (227,31,65). Sum of RGB (Red+Green+Blue) = 227+31+65=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F41 is #1CE0BE. Grayscale: #5D5D5D. Windows color (decimal): -1892543 or 4268003. OLE color: 4268003.

HSL color Cylindrical-coordinate representation of color #E31F41: hue angle of 349.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31F41 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB2273165-
CMYK00.860.710.11
HSL349.59º77.78%50.59%-
HSV(B)349.59º86.34%89.02%-
XYZ33.1217.696.67-
YUV93.48111.93223.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 70.28%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=70.28%
G=9.60%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227316500.860.710.11349.5977.7850.59
HexE31F4105647B15e4e33
Octal3433710101261071353611663
Binary1110001111111100000101010110100011110111010111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31F41; }

 p { color: rgb(227,31,65); }

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

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

 a { background-color: rgb(227,31,65); }

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

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

 span { border-color: rgb(227,31,65); }

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