Html Css Color HEX #E31439 Crimson

📋 copy color: '#E31439'

red 227 ◦ green 20 ◦ blue 57

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

Shades of Crimson #E31439

Tints of Crimson #E31439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 74.67%
G = 6.58%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E31439 (or 0xE31439) is known color: Crimson. HEX triplet: E3, 14 and 39. RGB value is (227,20,57). Sum of RGB (Red+Green+Blue) = 227+20+57=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E31439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31439 is #1CEBC6. Grayscale: #565656. Windows color (decimal): -1895367 or 3740899. OLE color: 3740899.

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

Color convert

RGB 227 20 57 -
CMYK 0 0.91 0.75 0.11
HSL 349.28º 0.84% 0.48% -
HSV(B) 349.28º 0.91% 0.89% -
XYZ 32.67 17.13 5.45 -
YUV 86.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 227 20 57 0 0.91 0.75 0.11 349.28 0.84 0.48
Hex E3 14 39 0 5B 4B B 15D 54 30
Octal 343 24 71 0 133 113 13 535 124 60
Binary 11100011 10100 111001 0 1011011 1001011 1011 101011101 1010100 110000

Color Harmonies of #E31439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31439

Black with #E31439

Text Example


Text Example

White with #E31439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31439; }

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

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

background-color css

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

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

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

border-color css

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

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

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