Html Css Color HEX #E50232 Crimson

📋 copy color: '#E50232'

red 229 ◦ green 2 ◦ blue 50

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

Shades of Crimson #E50232

Tints of Crimson #E50232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 81.49%
G = 0.71%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E50232 (or 0xE50232) is known color: Crimson. HEX triplet: E5, 02 and 32. RGB value is (229,2,50). Sum of RGB (Red+Green+Blue) = 229+2+50=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E50232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50232 is #1AFDCD. Grayscale: #4B4B4B. Windows color (decimal): -1768910 or 3277541. OLE color: 3277541.

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

Color convert

RGB 229 2 50 -
CMYK 0 0.99 0.78 0.10
HSL 347.31º 0.98% 0.45% -
HSV(B) 347.31º 0.99% 0.9% -
XYZ 32.91 16.93 4.55 -
YUV 75.35 113.71 237.6 -
System Red Green Blue C M Y K H S L
Decimal 229 2 50 0 0.99 0.78 0.10 347.31 0.98 0.45
Hex E5 2 32 0 63 4E A 15B 62 2D
Octal 345 2 62 0 143 116 12 533 142 55
Binary 11100101 10 110010 0 1100011 1001110 1010 101011011 1100010 101101

Color Harmonies of #E50232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50232

Black with #E50232

Text Example


Text Example

White with #E50232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50232; }

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

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

background-color css

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

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

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

border-color css

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

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

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