Html Css Color HEX #E31540 Crimson

📋 copy color: '#E31540'

red 227 ◦ green 21 ◦ blue 64

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

Shades of Crimson #E31540

Tints of Crimson #E31540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 72.76%
G = 6.73%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E31540 (or 0xE31540) is known color: Crimson. HEX triplet: E3, 15 and 40. RGB value is (227,21,64). Sum of RGB (Red+Green+Blue) = 227+21+64=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E31540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31540 is #1CEABF. Grayscale: #575757. Windows color (decimal): -1895104 or 4199907. OLE color: 4199907.

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

Color convert

RGB 227 21 64 -
CMYK 0 0.91 0.72 0.11
HSL 347.48º 0.83% 0.49% -
HSV(B) 347.48º 0.91% 0.89% -
XYZ 32.87 17.24 6.45 -
YUV 87.5 114.75 227.5 -
System Red Green Blue C M Y K H S L
Decimal 227 21 64 0 0.91 0.72 0.11 347.48 0.83 0.49
Hex E3 15 40 0 5B 48 B 15B 53 31
Octal 343 25 100 0 133 110 13 533 123 61
Binary 11100011 10101 1000000 0 1011011 1001000 1011 101011011 1010011 110001

Color Harmonies of #E31540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31540

Black with #E31540

Text Example


Text Example

White with #E31540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31540; }

 p { color: rgb(227,21,64); }

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

background-color css

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

 a { background-color: rgb(227,21,64); }

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

border-color css

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

 span { border-color: rgb(227,21,64); }

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