Html Css Color HEX #E31541 Crimson

📋 copy color: '#E31541'

red 227 ◦ green 21 ◦ blue 65

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

Shades of Crimson #E31541

Tints of Crimson #E31541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 72.52%
G = 6.71%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E31541 (or 0xE31541) is known color: Crimson. HEX triplet: E3, 15 and 41. RGB value is (227,21,65). Sum of RGB (Red+Green+Blue) = 227+21+65=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E31541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31541 is #1CEABE. Grayscale: #575757. Windows color (decimal): -1895103 or 4265443. OLE color: 4265443.

HSL color Cylindrical-coordinate representation of color #E31541: hue angle of 347.18º 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 #E31541 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 21 65 -
CMYK 0 0.91 0.71 0.11
HSL 347.18º 0.83% 0.49% -
HSV(B) 347.18º 0.91% 0.89% -
XYZ 32.9 17.25 6.6 -
YUV 87.61 115.25 227.42 -
System Red Green Blue C M Y K H S L
Decimal 227 21 65 0 0.91 0.71 0.11 347.18 0.83 0.49
Hex E3 15 41 0 5B 47 B 15B 53 31
Octal 343 25 101 0 133 107 13 533 123 61
Binary 11100011 10101 1000001 0 1011011 1000111 1011 101011011 1010011 110001

Color Harmonies of #E31541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31541

Black with #E31541

Text Example


Text Example

White with #E31541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31541; }

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

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

background-color css

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

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

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

border-color css

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

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

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