Html Css Color HEX #E5132D Crimson

📋 copy color: '#E5132D'

red 229 ◦ green 19 ◦ blue 45

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

Shades of Crimson #E5132D

Tints of Crimson #E5132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 78.16%
G = 6.48%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5132D (or 0xE5132D) is known color: Crimson. HEX triplet: E5, 13 and 2D. RGB value is (229,19,45). Sum of RGB (Red+Green+Blue) = 229+19+45=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E5132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5132D is #1AECD2. Grayscale: #545454. Windows color (decimal): -1764563 or 2954213. OLE color: 2954213.

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

Color convert

RGB 229 19 45 -
CMYK 0 0.92 0.80 0.10
HSL 352.57º 0.85% 0.49% -
HSV(B) 352.57º 0.92% 0.9% -
XYZ 33.02 17.31 4.08 -
YUV 84.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 229 19 45 0 0.92 0.80 0.10 352.57 0.85 0.49
Hex E5 13 2D 0 5C 50 A 161 55 31
Octal 345 23 55 0 134 120 12 541 125 61
Binary 11100101 10011 101101 0 1011100 1010000 1010 101100001 1010101 110001

Color Harmonies of #E5132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5132D

Black with #E5132D

Text Example


Text Example

White with #E5132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5132D; }

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

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

background-color css

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

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

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

border-color css

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

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

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