Html Css Color HEX #E50532 Crimson

📋 copy color: '#E50532'

red 229 ◦ green 5 ◦ blue 50

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

Shades of Crimson #E50532

Tints of Crimson #E50532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 80.63%
G = 1.76%
B = 17.61%

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

#E50532 (or 0xE50532) is known color: Crimson. HEX triplet: E5, 05 and 32. RGB value is (229,5,50). Sum of RGB (Red+Green+Blue) = 229+5+50=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E50532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50532 is #1AFACD. Grayscale: #4D4D4D. Windows color (decimal): -1768142 or 3278309. OLE color: 3278309.

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

Color convert

RGB 229 5 50 -
CMYK 0 0.98 0.78 0.10
HSL 347.95º 0.96% 0.46% -
HSV(B) 347.95º 0.98% 0.9% -
XYZ 32.94 17 4.56 -
YUV 77.11 112.71 236.34 -
System Red Green Blue C M Y K H S L
Decimal 229 5 50 0 0.98 0.78 0.10 347.95 0.96 0.46
Hex E5 5 32 0 62 4E A 15C 60 2E
Octal 345 5 62 0 142 116 12 534 140 56
Binary 11100101 101 110010 0 1100010 1001110 1010 101011100 1100000 101110

Color Harmonies of #E50532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50532

Black with #E50532

Text Example


Text Example

White with #E50532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50532; }

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

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

background-color css

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

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

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

border-color css

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

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

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