Html Css Color HEX #E51942 Crimson

📋 copy color: '#E51942'

red 229 ◦ green 25 ◦ blue 66

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

Shades of Crimson #E51942

Tints of Crimson #E51942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 71.56%
G = 7.81%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E51942 (or 0xE51942) is known color: Crimson. HEX triplet: E5, 19 and 42. RGB value is (229,25,66). Sum of RGB (Red+Green+Blue) = 229+25+66=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E51942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51942 is #1AE6BD. Grayscale: #5A5A5A. Windows color (decimal): -1763006 or 4332005. OLE color: 4332005.

HSL color Cylindrical-coordinate representation of color #E51942: hue angle of 347.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51942 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 66 -
CMYK 0 0.89 0.71 0.10
HSL 347.94º 0.8% 0.5% -
HSV(B) 347.94º 0.89% 0.9% -
XYZ 33.64 17.75 6.81 -
YUV 90.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 229 25 66 0 0.89 0.71 0.10 347.94 0.8 0.5
Hex E5 19 42 0 59 47 A 15C 50 32
Octal 345 31 102 0 131 107 12 534 120 62
Binary 11100101 11001 1000010 0 1011001 1000111 1010 101011100 1010000 110010

Color Harmonies of #E51942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51942

Black with #E51942

Text Example


Text Example

White with #E51942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51942; }

 p { color: rgb(229,25,66); }

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

background-color css

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

 a { background-color: rgb(229,25,66); }

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

border-color css

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

 span { border-color: rgb(229,25,66); }

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