Html Css Color HEX #E51534 Crimson

📋 copy color: '#E51534'

red 229 ◦ green 21 ◦ blue 52

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

Shades of Crimson #E51534

Tints of Crimson #E51534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 75.83%
G = 6.95%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E51534 (or 0xE51534) is known color: Crimson. HEX triplet: E5, 15 and 34. RGB value is (229,21,52). Sum of RGB (Red+Green+Blue) = 229+21+52=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E51534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51534 is #1AEACB. Grayscale: #565656. Windows color (decimal): -1764044 or 3413477. OLE color: 3413477.

HSL color Cylindrical-coordinate representation of color #E51534: hue angle of 351.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51534 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 52 -
CMYK 0 0.91 0.77 0.10
HSL 351.06º 0.83% 0.49% -
HSV(B) 351.06º 0.91% 0.9% -
XYZ 33.2 17.44 4.87 -
YUV 86.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 229 21 52 0 0.91 0.77 0.10 351.06 0.83 0.49
Hex E5 15 34 0 5B 4D A 15F 53 31
Octal 345 25 64 0 133 115 12 537 123 61
Binary 11100101 10101 110100 0 1011011 1001101 1010 101011111 1010011 110001

Color Harmonies of #E51534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51534

Black with #E51534

Text Example


Text Example

White with #E51534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51534; }

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

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

background-color css

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

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

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

border-color css

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

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

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