Html Css Color HEX #E51032 Crimson

📋 copy color: '#E51032'

red 229 ◦ green 16 ◦ blue 50

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

Shades of Crimson #E51032

Tints of Crimson #E51032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

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

R = 77.63%
G = 5.42%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E51032 (or 0xE51032) is known color: Crimson. HEX triplet: E5, 10 and 32. RGB value is (229,16,50). Sum of RGB (Red+Green+Blue) = 229+16+50=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E51032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51032 is #1AEFCD. Grayscale: #535353. Windows color (decimal): -1765326 or 3281125. OLE color: 3281125.

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

Color convert

RGB 229 16 50 -
CMYK 0 0.93 0.78 0.10
HSL 350.42º 0.87% 0.48% -
HSV(B) 350.42º 0.93% 0.9% -
XYZ 33.07 17.26 4.61 -
YUV 83.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 229 16 50 0 0.93 0.78 0.10 350.42 0.87 0.48
Hex E5 10 32 0 5D 4E A 15E 57 30
Octal 345 20 62 0 135 116 12 536 127 60
Binary 11100101 10000 110010 0 1011101 1001110 1010 101011110 1010111 110000

Color Harmonies of #E51032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51032

Black with #E51032

Text Example


Text Example

White with #E51032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51032; }

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

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

background-color css

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

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

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

border-color css

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

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

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