Html Css Color HEX #E31441 Crimson

📋 copy color: '#E31441'

red 227 ◦ green 20 ◦ blue 65

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

Shades of Crimson #E31441

Tints of Crimson #E31441

RGB

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

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

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

R = 72.76%
G = 6.41%
B = 20.83%

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

#E31441 (or 0xE31441) is known color: Crimson. HEX triplet: E3, 14 and 41. RGB value is (227,20,65). Sum of RGB (Red+Green+Blue) = 227+20+65=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E31441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31441 is #1CEBBE. Grayscale: #575757. Windows color (decimal): -1895359 or 4265187. OLE color: 4265187.

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

Color convert

RGB 227 20 65 -
CMYK 0 0.91 0.71 0.11
HSL 346.96º 0.84% 0.48% -
HSV(B) 346.96º 0.91% 0.89% -
XYZ 32.88 17.21 6.59 -
YUV 87.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 227 20 65 0 0.91 0.71 0.11 346.96 0.84 0.48
Hex E3 14 41 0 5B 47 B 15B 54 30
Octal 343 24 101 0 133 107 13 533 124 60
Binary 11100011 10100 1000001 0 1011011 1000111 1011 101011011 1010100 110000

Color Harmonies of #E31441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31441

Black with #E31441

Text Example


Text Example

White with #E31441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31441; }

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

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

background-color css

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

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

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

border-color css

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

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

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