Html Css Color HEX #E31131 Crimson

📋 copy color: '#E31131'

red 227 ◦ green 17 ◦ blue 49

#E31131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E31131

Tints of Crimson #E31131

RGB

 RED value IS 227 (89.06% from 255) = 77.47%

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 77.47%
G = 5.8%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E31131 (or 0xE31131) is known color: Crimson. HEX triplet: E3, 11 and 31. RGB value is (227,17,49). Sum of RGB (Red+Green+Blue) = 227+17+49=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E31131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31131 is #1CEECE. Grayscale: #535353. Windows color (decimal): -1896143 or 3215843. OLE color: 3215843.

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

Color convert

RGB 227 17 49 -
CMYK 0 0.93 0.78 0.11
HSL 350.86º 0.86% 0.48% -
HSV(B) 350.86º 0.93% 0.89% -
XYZ 32.43 16.95 4.47 -
YUV 83.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 227 17 49 0 0.93 0.78 0.11 350.86 0.86 0.48
Hex E3 11 31 0 5D 4E B 15F 56 30
Octal 343 21 61 0 135 116 13 537 126 60
Binary 11100011 10001 110001 0 1011101 1001110 1011 101011111 1010110 110000

Color Harmonies of #E31131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31131

Black with #E31131

Text Example


Text Example

White with #E31131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31131; }

 p { color: rgb(227,17,49); }

 H1.HeaderClassName
 {
   color: #E31131;
 }
 .AnyTagClassName
 {
   color: #E31131;
 }
</style>

background-color css

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

 a { background-color: rgb(227,17,49); }

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

border-color css

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

 span { border-color: rgb(227,17,49); }

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