Html Css Color HEX #E3132B Crimson

📋 copy color: '#E3132B'

red 227 ◦ green 19 ◦ blue 43

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

Shades of Crimson #E3132B

Tints of Crimson #E3132B

RGB

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

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

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

R = 78.55%
G = 6.57%
B = 14.88%

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

#E3132B (or 0xE3132B) is known color: Crimson. HEX triplet: E3, 13 and 2B. RGB value is (227,19,43). Sum of RGB (Red+Green+Blue) = 227+19+43=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E3132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3132B is #1CECD4. Grayscale: #545454. Windows color (decimal): -1895637 or 2823139. OLE color: 2823139.

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

Color convert

RGB 227 19 43 -
CMYK 0 0.92 0.81 0.11
HSL 353.08º 0.85% 0.48% -
HSV(B) 353.08º 0.92% 0.89% -
XYZ 32.35 16.97 3.86 -
YUV 83.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 227 19 43 0 0.92 0.81 0.11 353.08 0.85 0.48
Hex E3 13 2B 0 5C 51 B 161 55 30
Octal 343 23 53 0 134 121 13 541 125 60
Binary 11100011 10011 101011 0 1011100 1010001 1011 101100001 1010101 110000

Color Harmonies of #E3132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3132B

Black with #E3132B

Text Example


Text Example

White with #E3132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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