Html Css Color HEX #E31C47 Crimson

📋 copy color: '#E31C47'

red 227 ◦ green 28 ◦ blue 71

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

Shades of Crimson #E31C47

Tints of Crimson #E31C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 69.63%
G = 8.59%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E31C47 (or 0xE31C47) is known color: Crimson. HEX triplet: E3, 1C and 47. RGB value is (227,28,71). Sum of RGB (Red+Green+Blue) = 227+28+71=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31C47 is #1CE3B8. Grayscale: #5C5C5C. Windows color (decimal): -1893305 or 4660451. OLE color: 4660451.

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

Color convert

RGB 227 28 71 -
CMYK 0 0.88 0.69 0.11
HSL 347.04º 0.78% 0.5% -
HSV(B) 347.04º 0.88% 0.89% -
XYZ 33.23 17.62 7.61 -
YUV 92.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 227 28 71 0 0.88 0.69 0.11 347.04 0.78 0.5
Hex E3 1C 47 0 58 45 B 15B 4E 32
Octal 343 34 107 0 130 105 13 533 116 62
Binary 11100011 11100 1000111 0 1011000 1000101 1011 101011011 1001110 110010

Color Harmonies of #E31C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C47

Black with #E31C47

Text Example


Text Example

White with #E31C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C47; }

 p { color: rgb(227,28,71); }

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

background-color css

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

 a { background-color: rgb(227,28,71); }

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

border-color css

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

 span { border-color: rgb(227,28,71); }

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