Html Css Color HEX #E50832 Crimson

📋 copy color: '#E50832'

red 229 ◦ green 8 ◦ blue 50

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

Shades of Crimson #E50832

Tints of Crimson #E50832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

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

R = 79.79%
G = 2.79%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E50832 (or 0xE50832) is known color: Crimson. HEX triplet: E5, 08 and 32. RGB value is (229,8,50). Sum of RGB (Red+Green+Blue) = 229+8+50=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E50832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50832 is #1AF7CD. Grayscale: #4E4E4E. Windows color (decimal): -1767374 or 3279077. OLE color: 3279077.

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

Color convert

RGB 229 8 50 -
CMYK 0 0.97 0.78 0.10
HSL 348.6º 0.93% 0.46% -
HSV(B) 348.6º 0.97% 0.9% -
XYZ 32.98 17.06 4.57 -
YUV 78.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 229 8 50 0 0.97 0.78 0.10 348.6 0.93 0.46
Hex E5 8 32 0 61 4E A 15D 5D 2E
Octal 345 10 62 0 141 116 12 535 135 56
Binary 11100101 1000 110010 0 1100001 1001110 1010 101011101 1011101 101110

Color Harmonies of #E50832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50832

Black with #E50832

Text Example


Text Example

White with #E50832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50832; }

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

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

background-color css

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

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

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

border-color css

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

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

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