Html Css Color HEX #E5132B Crimson

📋 copy color: '#E5132B'

red 229 ◦ green 19 ◦ blue 43

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

Shades of Crimson #E5132B

Tints of Crimson #E5132B

RGB

 RED value IS 229 (89.84% from 255) = 78.69%

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

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

R = 78.69%
G = 6.53%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5132B (or 0xE5132B) is known color: Crimson. HEX triplet: E5, 13 and 2B. RGB value is (229,19,43). Sum of RGB (Red+Green+Blue) = 229+19+43=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5132B is #1AECD4. Grayscale: #545454. Windows color (decimal): -1764565 or 2823141. OLE color: 2823141.

HSL color Cylindrical-coordinate representation of color #E5132B: hue angle of 353.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5132B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 43 -
CMYK 0 0.92 0.81 0.10
HSL 353.14º 0.85% 0.49% -
HSV(B) 353.14º 0.92% 0.9% -
XYZ 32.98 17.3 3.89 -
YUV 84.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 229 19 43 0 0.92 0.81 0.10 353.14 0.85 0.49
Hex E5 13 2B 0 5C 51 A 161 55 31
Octal 345 23 53 0 134 121 12 541 125 61
Binary 11100101 10011 101011 0 1011100 1010001 1010 101100001 1010101 110001

Color Harmonies of #E5132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5132B

Black with #E5132B

Text Example


Text Example

White with #E5132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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