Html Css Color HEX #E31342 Crimson

📋 copy color: '#E31342'

red 227 ◦ green 19 ◦ blue 66

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

Shades of Crimson #E31342

Tints of Crimson #E31342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 72.76%
G = 6.09%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E31342 (or 0xE31342) is known color: Crimson. HEX triplet: E3, 13 and 42. RGB value is (227,19,66). Sum of RGB (Red+Green+Blue) = 227+19+66=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E31342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31342 is #1CECBD. Grayscale: #565656. Windows color (decimal): -1895614 or 4330467. OLE color: 4330467.

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

Color convert

RGB 227 19 66 -
CMYK 0 0.92 0.71 0.11
HSL 346.44º 0.85% 0.48% -
HSV(B) 346.44º 0.92% 0.89% -
XYZ 32.89 17.19 6.74 -
YUV 86.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 227 19 66 0 0.92 0.71 0.11 346.44 0.85 0.48
Hex E3 13 42 0 5C 47 B 15A 55 30
Octal 343 23 102 0 134 107 13 532 125 60
Binary 11100011 10011 1000010 0 1011100 1000111 1011 101011010 1010101 110000

Color Harmonies of #E31342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31342

Black with #E31342

Text Example


Text Example

White with #E31342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31342; }

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

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

background-color css

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

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

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

border-color css

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

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

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