Html Css Color HEX #E31431 Crimson

📋 copy color: '#E31431'

red 227 ◦ green 20 ◦ blue 49

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

Shades of Crimson #E31431

Tints of Crimson #E31431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 76.69%
G = 6.76%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E31431 (or 0xE31431) is known color: Crimson. HEX triplet: E3, 14 and 31. RGB value is (227,20,49). Sum of RGB (Red+Green+Blue) = 227+20+49=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E31431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31431 is #1CEBCE. Grayscale: #555555. Windows color (decimal): -1895375 or 3216611. OLE color: 3216611.

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

Color convert

RGB 227 20 49 -
CMYK 0 0.91 0.78 0.11
HSL 351.59º 0.84% 0.48% -
HSV(B) 351.59º 0.91% 0.89% -
XYZ 32.48 17.05 4.49 -
YUV 85.2 107.58 229.14 -
System Red Green Blue C M Y K H S L
Decimal 227 20 49 0 0.91 0.78 0.11 351.59 0.84 0.48
Hex E3 14 31 0 5B 4E B 160 54 30
Octal 343 24 61 0 133 116 13 540 124 60
Binary 11100011 10100 110001 0 1011011 1001110 1011 101100000 1010100 110000

Color Harmonies of #E31431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31431

Black with #E31431

Text Example


Text Example

White with #E31431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31431; }

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

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

background-color css

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

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

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

border-color css

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

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

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