Html Css Color HEX #E31A37 Crimson

📋 copy color: '#E31A37'

red 227 ◦ green 26 ◦ blue 55

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

Shades of Crimson #E31A37

Tints of Crimson #E31A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 73.7%
G = 8.44%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E31A37 (or 0xE31A37) is known color: Crimson. HEX triplet: E3, 1A and 37. RGB value is (227,26,55). Sum of RGB (Red+Green+Blue) = 227+26+55=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31A37 is #1CE5C8. Grayscale: #595959. Windows color (decimal): -1893833 or 3611363. OLE color: 3611363.

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

Color convert

RGB 227 26 55 -
CMYK 0 0.89 0.76 0.11
HSL 351.34º 0.79% 0.5% -
HSV(B) 351.34º 0.89% 0.89% -
XYZ 32.74 17.35 5.24 -
YUV 89.41 108.59 226.14 -
System Red Green Blue C M Y K H S L
Decimal 227 26 55 0 0.89 0.76 0.11 351.34 0.79 0.5
Hex E3 1A 37 0 59 4C B 15F 4F 32
Octal 343 32 67 0 131 114 13 537 117 62
Binary 11100011 11010 110111 0 1011001 1001100 1011 101011111 1001111 110010

Color Harmonies of #E31A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31A37

Black with #E31A37

Text Example


Text Example

White with #E31A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31A37; }

 p { color: rgb(227,26,55); }

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

background-color css

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

 a { background-color: rgb(227,26,55); }

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

border-color css

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

 span { border-color: rgb(227,26,55); }

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