Html Css Color HEX #E50332 Crimson

📋 copy color: '#E50332'

red 229 ◦ green 3 ◦ blue 50

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

Shades of Crimson #E50332

Tints of Crimson #E50332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 81.21%
G = 1.06%
B = 17.73%

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

#E50332 (or 0xE50332) is known color: Crimson. HEX triplet: E5, 03 and 32. RGB value is (229,3,50). Sum of RGB (Red+Green+Blue) = 229+3+50=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E50332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50332 is #1AFCCD. Grayscale: #4B4B4B. Windows color (decimal): -1768654 or 3277797. OLE color: 3277797.

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

Color convert

RGB 229 3 50 -
CMYK 0 0.99 0.78 0.10
HSL 347.52º 0.97% 0.45% -
HSV(B) 347.52º 0.99% 0.9% -
XYZ 32.92 16.95 4.55 -
YUV 75.93 113.37 237.18 -
System Red Green Blue C M Y K H S L
Decimal 229 3 50 0 0.99 0.78 0.10 347.52 0.97 0.45
Hex E5 3 32 0 63 4E A 15C 61 2D
Octal 345 3 62 0 143 116 12 534 141 55
Binary 11100101 11 110010 0 1100011 1001110 1010 101011100 1100001 101101

Color Harmonies of #E50332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50332

Black with #E50332

Text Example


Text Example

White with #E50332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50332; }

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

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

background-color css

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

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

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

border-color css

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

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

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