Html Css Color HEX #E31346 Crimson

📋 copy color: '#E31346'

red 227 ◦ green 19 ◦ blue 70

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

Shades of Crimson #E31346

Tints of Crimson #E31346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 71.84%
G = 6.01%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E31346 (or 0xE31346) is known color: Crimson. HEX triplet: E3, 13 and 46. RGB value is (227,19,70). Sum of RGB (Red+Green+Blue) = 227+19+70=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E31346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31346 is #1CECB9. Grayscale: #575757. Windows color (decimal): -1895610 or 4592611. OLE color: 4592611.

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

Color convert

RGB 227 19 70 -
CMYK 0 0.92 0.69 0.11
HSL 345.29º 0.85% 0.48% -
HSV(B) 345.29º 0.92% 0.89% -
XYZ 33.02 17.24 7.38 -
YUV 87.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 227 19 70 0 0.92 0.69 0.11 345.29 0.85 0.48
Hex E3 13 46 0 5C 45 B 159 55 30
Octal 343 23 106 0 134 105 13 531 125 60
Binary 11100011 10011 1000110 0 1011100 1000101 1011 101011001 1010101 110000

Color Harmonies of #E31346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31346

Black with #E31346

Text Example


Text Example

White with #E31346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31346; }

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

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

background-color css

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

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

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

border-color css

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

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

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