Html Css Color HEX #E31440 Crimson

📋 copy color: '#E31440'

red 227 ◦ green 20 ◦ blue 64

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

Shades of Crimson #E31440

Tints of Crimson #E31440

RGB

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

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

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

R = 72.99%
G = 6.43%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E31440 (or 0xE31440) is known color: Crimson. HEX triplet: E3, 14 and 40. RGB value is (227,20,64). Sum of RGB (Red+Green+Blue) = 227+20+64=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E31440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31440 is #1CEBBF. Grayscale: #565656. Windows color (decimal): -1895360 or 4199651. OLE color: 4199651.

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

Color convert

RGB 227 20 64 -
CMYK 0 0.91 0.72 0.11
HSL 347.25º 0.84% 0.48% -
HSV(B) 347.25º 0.91% 0.89% -
XYZ 32.85 17.2 6.44 -
YUV 86.91 115.08 227.92 -
System Red Green Blue C M Y K H S L
Decimal 227 20 64 0 0.91 0.72 0.11 347.25 0.84 0.48
Hex E3 14 40 0 5B 48 B 15B 54 30
Octal 343 24 100 0 133 110 13 533 124 60
Binary 11100011 10100 1000000 0 1011011 1001000 1011 101011011 1010100 110000

Color Harmonies of #E31440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31440

Black with #E31440

Text Example


Text Example

White with #E31440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31440; }

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

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

background-color css

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

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

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

border-color css

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

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

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