Html Css Color HEX #E31239 Crimson

📋 copy color: '#E31239'

red 227 ◦ green 18 ◦ blue 57

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

Shades of Crimson #E31239

Tints of Crimson #E31239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 75.17%
G = 5.96%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E31239 (or 0xE31239) is known color: Crimson. HEX triplet: E3, 12 and 39. RGB value is (227,18,57). Sum of RGB (Red+Green+Blue) = 227+18+57=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E31239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31239 is #1CEDC6. Grayscale: #545454. Windows color (decimal): -1895879 or 3740387. OLE color: 3740387.

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

Color convert

RGB 227 18 57 -
CMYK 0 0.92 0.75 0.11
HSL 348.8º 0.85% 0.48% -
HSV(B) 348.8º 0.92% 0.89% -
XYZ 32.63 17.06 5.44 -
YUV 84.94 112.24 229.33 -
System Red Green Blue C M Y K H S L
Decimal 227 18 57 0 0.92 0.75 0.11 348.8 0.85 0.48
Hex E3 12 39 0 5C 4B B 15D 55 30
Octal 343 22 71 0 134 113 13 535 125 60
Binary 11100011 10010 111001 0 1011100 1001011 1011 101011101 1010101 110000

Color Harmonies of #E31239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31239

Black with #E31239

Text Example


Text Example

White with #E31239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31239; }

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

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

background-color css

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

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

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

border-color css

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

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

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