Html Css Color HEX #E31142 Crimson

📋 copy color: '#E31142'

red 227 ◦ green 17 ◦ blue 66

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

Shades of Crimson #E31142

Tints of Crimson #E31142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 73.23%
G = 5.48%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E31142 (or 0xE31142) is known color: Crimson. HEX triplet: E3, 11 and 42. RGB value is (227,17,66). Sum of RGB (Red+Green+Blue) = 227+17+66=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E31142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31142 is #1CEEBD. Grayscale: #555555. Windows color (decimal): -1896126 or 4329955. OLE color: 4329955.

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

Color convert

RGB 227 17 66 -
CMYK 0 0.93 0.71 0.11
HSL 346º 0.86% 0.48% -
HSV(B) 346º 0.93% 0.89% -
XYZ 32.86 17.13 6.73 -
YUV 85.38 117.07 229.02 -
System Red Green Blue C M Y K H S L
Decimal 227 17 66 0 0.93 0.71 0.11 346 0.86 0.48
Hex E3 11 42 0 5D 47 B 15A 56 30
Octal 343 21 102 0 135 107 13 532 126 60
Binary 11100011 10001 1000010 0 1011101 1000111 1011 101011010 1010110 110000

Color Harmonies of #E31142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31142

Black with #E31142

Text Example


Text Example

White with #E31142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31142; }

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

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

background-color css

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

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

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

border-color css

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

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

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