Html Css Color HEX #E51134 Crimson

📋 copy color: '#E51134'

red 229 ◦ green 17 ◦ blue 52

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

Shades of Crimson #E51134

Tints of Crimson #E51134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 76.85%
G = 5.7%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E51134 (or 0xE51134) is known color: Crimson. HEX triplet: E5, 11 and 34. RGB value is (229,17,52). Sum of RGB (Red+Green+Blue) = 229+17+52=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E51134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51134 is #1AEECB. Grayscale: #545454. Windows color (decimal): -1765068 or 3412453. OLE color: 3412453.

HSL color Cylindrical-coordinate representation of color #E51134: hue angle of 350.09º degrees, saturation: 0.86, 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 #E51134 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 52 -
CMYK 0 0.93 0.77 0.10
HSL 350.09º 0.86% 0.48% -
HSV(B) 350.09º 0.93% 0.9% -
XYZ 33.13 17.31 4.84 -
YUV 84.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 229 17 52 0 0.93 0.77 0.10 350.09 0.86 0.48
Hex E5 11 34 0 5D 4D A 15E 56 30
Octal 345 21 64 0 135 115 12 536 126 60
Binary 11100101 10001 110100 0 1011101 1001101 1010 101011110 1010110 110000

Color Harmonies of #E51134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51134

Black with #E51134

Text Example


Text Example

White with #E51134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51134; }

 p { color: rgb(229,17,52); }

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

background-color css

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

 a { background-color: rgb(229,17,52); }

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

border-color css

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

 span { border-color: rgb(229,17,52); }

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