Html Css Color HEX #E3112C Crimson

📋 copy color: '#E3112C'

red 227 ◦ green 17 ◦ blue 44

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

Shades of Crimson #E3112C

Tints of Crimson #E3112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 78.82%
G = 5.9%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3112C (or 0xE3112C) is known color: Crimson. HEX triplet: E3, 11 and 2C. RGB value is (227,17,44). Sum of RGB (Red+Green+Blue) = 227+17+44=288 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.82% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 227 - color contains mainly: red. Hex color #E3112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3112C is #1CEED3. Grayscale: #525252. Windows color (decimal): -1896148 or 2888163. OLE color: 2888163.

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

Color convert

RGB 227 17 44 -
CMYK 0 0.93 0.81 0.11
HSL 352.29º 0.86% 0.48% -
HSV(B) 352.29º 0.93% 0.89% -
XYZ 32.33 16.91 3.94 -
YUV 82.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 227 17 44 0 0.93 0.81 0.11 352.29 0.86 0.48
Hex E3 11 2C 0 5D 51 B 160 56 30
Octal 343 21 54 0 135 121 13 540 126 60
Binary 11100011 10001 101100 0 1011101 1010001 1011 101100000 1010110 110000

Color Harmonies of #E3112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3112C

Black with #E3112C

Text Example


Text Example

White with #E3112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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