Html Css Color HEX #E3122B Crimson

📋 copy color: '#E3122B'

red 227 ◦ green 18 ◦ blue 43

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

Shades of Crimson #E3122B

Tints of Crimson #E3122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 78.82%
G = 6.25%
B = 14.93%

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

#E3122B (or 0xE3122B) is known color: Crimson. HEX triplet: E3, 12 and 2B. RGB value is (227,18,43). Sum of RGB (Red+Green+Blue) = 227+18+43=288 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.82% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 227 - color contains mainly: red. Hex color #E3122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3122B is #1CEDD4. Grayscale: #535353. Windows color (decimal): -1895893 or 2822883. OLE color: 2822883.

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

Color convert

RGB 227 18 43 -
CMYK 0 0.92 0.81 0.11
HSL 352.82º 0.85% 0.48% -
HSV(B) 352.82º 0.92% 0.89% -
XYZ 32.33 16.94 3.85 -
YUV 83.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 227 18 43 0 0.92 0.81 0.11 352.82 0.85 0.48
Hex E3 12 2B 0 5C 51 B 161 55 30
Octal 343 22 53 0 134 121 13 541 125 60
Binary 11100011 10010 101011 0 1011100 1010001 1011 101100001 1010101 110000

Color Harmonies of #E3122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3122B

Black with #E3122B

Text Example


Text Example

White with #E3122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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