Html Css Color HEX #E31544 Crimson

📋 copy color: '#E31544'

red 227 ◦ green 21 ◦ blue 68

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

Shades of Crimson #E31544

Tints of Crimson #E31544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 71.84%
G = 6.65%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E31544 (or 0xE31544) is known color: Crimson. HEX triplet: E3, 15 and 44. RGB value is (227,21,68). Sum of RGB (Red+Green+Blue) = 227+21+68=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E31544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31544 is #1CEABB. Grayscale: #575757. Windows color (decimal): -1895100 or 4462051. OLE color: 4462051.

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

Color convert

RGB 227 21 68 -
CMYK 0 0.91 0.70 0.11
HSL 346.31º 0.83% 0.49% -
HSV(B) 346.31º 0.91% 0.89% -
XYZ 32.99 17.28 7.07 -
YUV 87.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 227 21 68 0 0.91 0.70 0.11 346.31 0.83 0.49
Hex E3 15 44 0 5B 46 B 15A 53 31
Octal 343 25 104 0 133 106 13 532 123 61
Binary 11100011 10101 1000100 0 1011011 1000110 1011 101011010 1010011 110001

Color Harmonies of #E31544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31544

Black with #E31544

Text Example


Text Example

White with #E31544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31544; }

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

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

background-color css

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

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

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

border-color css

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

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

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