Html Css Color HEX #E50231 Crimson

📋 copy color: '#E50231'

red 229 ◦ green 2 ◦ blue 49

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

Shades of Crimson #E50231

Tints of Crimson #E50231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 81.79%
G = 0.71%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E50231 (or 0xE50231) is known color: Crimson. HEX triplet: E5, 02 and 31. RGB value is (229,2,49). Sum of RGB (Red+Green+Blue) = 229+2+49=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E50231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50231 is #1AFDCE. Grayscale: #4B4B4B. Windows color (decimal): -1768911 or 3212005. OLE color: 3212005.

HSL color Cylindrical-coordinate representation of color #E50231: hue angle of 347.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50231 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 49 -
CMYK 0 0.99 0.79 0.10
HSL 347.58º 0.98% 0.45% -
HSV(B) 347.58º 0.99% 0.9% -
XYZ 32.89 16.92 4.44 -
YUV 75.23 113.21 237.68 -
System Red Green Blue C M Y K H S L
Decimal 229 2 49 0 0.99 0.79 0.10 347.58 0.98 0.45
Hex E5 2 31 0 63 4F A 15C 62 2D
Octal 345 2 61 0 143 117 12 534 142 55
Binary 11100101 10 110001 0 1100011 1001111 1010 101011100 1100010 101101

Color Harmonies of #E50231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50231

Black with #E50231

Text Example


Text Example

White with #E50231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50231; }

 p { color: rgb(229,2,49); }

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

background-color css

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

 a { background-color: rgb(229,2,49); }

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

border-color css

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

 span { border-color: rgb(229,2,49); }

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