Html Css Color HEX #E3112A Crimson

📋 copy color: '#E3112A'

red 227 ◦ green 17 ◦ blue 42

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

Shades of Crimson #E3112A

Tints of Crimson #E3112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 79.37%
G = 5.94%
B = 14.69%

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

#E3112A (or 0xE3112A) is known color: Crimson. HEX triplet: E3, 11 and 2A. RGB value is (227,17,42). Sum of RGB (Red+Green+Blue) = 227+17+42=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E3112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3112A is #1CEED5. Grayscale: #525252. Windows color (decimal): -1896150 or 2757091. OLE color: 2757091.

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

Color convert

RGB 227 17 42 -
CMYK 0 0.93 0.81 0.11
HSL 352.86º 0.86% 0.48% -
HSV(B) 352.86º 0.93% 0.89% -
XYZ 32.3 16.9 3.75 -
YUV 82.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 227 17 42 0 0.93 0.81 0.11 352.86 0.86 0.48
Hex E3 11 2A 0 5D 51 B 161 56 30
Octal 343 21 52 0 135 121 13 541 126 60
Binary 11100011 10001 101010 0 1011101 1010001 1011 101100001 1010110 110000

Color Harmonies of #E3112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3112A

Black with #E3112A

Text Example


Text Example

White with #E3112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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