Html Css Color HEX #E3152B Crimson

📋 copy color: '#E3152B'

red 227 ◦ green 21 ◦ blue 43

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

Shades of Crimson #E3152B

Tints of Crimson #E3152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 78.01%
G = 7.22%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3152B (or 0xE3152B) is known color: Crimson. HEX triplet: E3, 15 and 2B. RGB value is (227,21,43). Sum of RGB (Red+Green+Blue) = 227+21+43=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E3152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3152B is #1CEAD4. Grayscale: #555555. Windows color (decimal): -1895125 or 2823651. OLE color: 2823651.

HSL color Cylindrical-coordinate representation of color #E3152B: hue angle of 353.59º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3152B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 21 43 -
CMYK 0 0.91 0.81 0.11
HSL 353.59º 0.83% 0.49% -
HSV(B) 353.59º 0.91% 0.89% -
XYZ 32.38 17.04 3.87 -
YUV 85.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 227 21 43 0 0.91 0.81 0.11 353.59 0.83 0.49
Hex E3 15 2B 0 5B 51 B 162 53 31
Octal 343 25 53 0 133 121 13 542 123 61
Binary 11100011 10101 101011 0 1011011 1010001 1011 101100010 1010011 110001

Color Harmonies of #E3152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3152B

Black with #E3152B

Text Example


Text Example

White with #E3152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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