Html Css Color HEX #E50937 Crimson

📋 copy color: '#E50937'

red 229 ◦ green 9 ◦ blue 55

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

Shades of Crimson #E50937

Tints of Crimson #E50937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 78.16%
G = 3.07%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E50937 (or 0xE50937) is known color: Crimson. HEX triplet: E5, 09 and 37. RGB value is (229,9,55). Sum of RGB (Red+Green+Blue) = 229+9+55=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E50937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50937 is #1AF6C8. Grayscale: #505050. Windows color (decimal): -1767113 or 3607013. OLE color: 3607013.

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

Color convert

RGB 229 9 55 -
CMYK 0 0.96 0.76 0.10
HSL 347.45º 0.92% 0.47% -
HSV(B) 347.45º 0.96% 0.9% -
XYZ 33.1 17.13 5.18 -
YUV 80.02 113.89 234.26 -
System Red Green Blue C M Y K H S L
Decimal 229 9 55 0 0.96 0.76 0.10 347.45 0.92 0.47
Hex E5 9 37 0 60 4C A 15B 5C 2F
Octal 345 11 67 0 140 114 12 533 134 57
Binary 11100101 1001 110111 0 1100000 1001100 1010 101011011 1011100 101111

Color Harmonies of #E50937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50937

Black with #E50937

Text Example


Text Example

White with #E50937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50937; }

 p { color: rgb(229,9,55); }

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

background-color css

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

 a { background-color: rgb(229,9,55); }

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

border-color css

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

 span { border-color: rgb(229,9,55); }

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