Html Css Color HEX #E31740 Crimson

📋 copy color: '#E31740'

red 227 ◦ green 23 ◦ blue 64

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

Shades of Crimson #E31740

Tints of Crimson #E31740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

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

R = 72.29%
G = 7.32%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E31740 (or 0xE31740) is known color: Crimson. HEX triplet: E3, 17 and 40. RGB value is (227,23,64). Sum of RGB (Red+Green+Blue) = 227+23+64=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E31740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31740 is #1CE8BF. Grayscale: #585858. Windows color (decimal): -1894592 or 4200419. OLE color: 4200419.

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

Color convert

RGB 227 23 64 -
CMYK 0 0.90 0.72 0.11
HSL 347.94º 0.82% 0.49% -
HSV(B) 347.94º 0.9% 0.89% -
XYZ 32.91 17.31 6.46 -
YUV 88.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 227 23 64 0 0.90 0.72 0.11 347.94 0.82 0.49
Hex E3 17 40 0 5A 48 B 15C 52 31
Octal 343 27 100 0 132 110 13 534 122 61
Binary 11100011 10111 1000000 0 1011010 1001000 1011 101011100 1010010 110001

Color Harmonies of #E31740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31740

Black with #E31740

Text Example


Text Example

White with #E31740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31740; }

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

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

background-color css

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

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

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

border-color css

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

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

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