Html Css Color HEX #E31140 Crimson

📋 copy color: '#E31140'

red 227 ◦ green 17 ◦ blue 64

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

Shades of Crimson #E31140

Tints of Crimson #E31140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 73.7%
G = 5.52%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E31140 (or 0xE31140) is known color: Crimson. HEX triplet: E3, 11 and 40. RGB value is (227,17,64). Sum of RGB (Red+Green+Blue) = 227+17+64=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E31140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31140 is #1CEEBF. Grayscale: #555555. Windows color (decimal): -1896128 or 4198883. OLE color: 4198883.

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

Color convert

RGB 227 17 64 -
CMYK 0 0.93 0.72 0.11
HSL 346.57º 0.86% 0.48% -
HSV(B) 346.57º 0.93% 0.89% -
XYZ 32.8 17.1 6.42 -
YUV 85.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 227 17 64 0 0.93 0.72 0.11 346.57 0.86 0.48
Hex E3 11 40 0 5D 48 B 15B 56 30
Octal 343 21 100 0 135 110 13 533 126 60
Binary 11100011 10001 1000000 0 1011101 1001000 1011 101011011 1010110 110000

Color Harmonies of #E31140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31140

Black with #E31140

Text Example


Text Example

White with #E31140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31140; }

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

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

background-color css

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

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

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

border-color css

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

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

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