Html Css Color HEX #E50432 Crimson

📋 copy color: '#E50432'

red 229 ◦ green 4 ◦ blue 50

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

Shades of Crimson #E50432

Tints of Crimson #E50432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 80.92%
G = 1.41%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E50432 (or 0xE50432) is known color: Crimson. HEX triplet: E5, 04 and 32. RGB value is (229,4,50). Sum of RGB (Red+Green+Blue) = 229+4+50=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E50432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50432 is #1AFBCD. Grayscale: #4C4C4C. Windows color (decimal): -1768398 or 3278053. OLE color: 3278053.

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

Color convert

RGB 229 4 50 -
CMYK 0 0.98 0.78 0.10
HSL 347.73º 0.97% 0.46% -
HSV(B) 347.73º 0.98% 0.9% -
XYZ 32.93 16.98 4.56 -
YUV 76.52 113.04 236.76 -
System Red Green Blue C M Y K H S L
Decimal 229 4 50 0 0.98 0.78 0.10 347.73 0.97 0.46
Hex E5 4 32 0 62 4E A 15C 61 2E
Octal 345 4 62 0 142 116 12 534 141 56
Binary 11100101 100 110010 0 1100010 1001110 1010 101011100 1100001 101110

Color Harmonies of #E50432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50432

Black with #E50432

Text Example


Text Example

White with #E50432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50432; }

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

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

background-color css

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

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

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

border-color css

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

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

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