Html Css Color HEX #E3122C Crimson

📋 copy color: '#E3122C'

red 227 ◦ green 18 ◦ blue 44

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

Shades of Crimson #E3122C

Tints of Crimson #E3122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

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

R = 78.55%
G = 6.23%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3122C (or 0xE3122C) is known color: Crimson. HEX triplet: E3, 12 and 2C. RGB value is (227,18,44). Sum of RGB (Red+Green+Blue) = 227+18+44=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E3122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3122C is #1CEDD3. Grayscale: #535353. Windows color (decimal): -1895892 or 2888419. OLE color: 2888419.

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

Color convert

RGB 227 18 44 -
CMYK 0 0.92 0.81 0.11
HSL 352.54º 0.85% 0.48% -
HSV(B) 352.54º 0.92% 0.89% -
XYZ 32.35 16.95 3.95 -
YUV 83.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 227 18 44 0 0.92 0.81 0.11 352.54 0.85 0.48
Hex E3 12 2C 0 5C 51 B 161 55 30
Octal 343 22 54 0 134 121 13 541 125 60
Binary 11100011 10010 101100 0 1011100 1010001 1011 101100001 1010101 110000

Color Harmonies of #E3122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3122C

Black with #E3122C

Text Example


Text Example

White with #E3122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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