Html Css Color HEX #E51A4A Crimson

📋 copy color: '#E51A4A'

red 229 ◦ green 26 ◦ blue 74

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

Shades of Crimson #E51A4A

Tints of Crimson #E51A4A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 69.6%
G = 7.9%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E51A4A (or 0xE51A4A) is known color: Crimson. HEX triplet: E5, 1A and 4A. RGB value is (229,26,74). Sum of RGB (Red+Green+Blue) = 229+26+74=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A4A is #1AE5B5. Grayscale: #5C5C5C. Windows color (decimal): -1762742 or 4856549. OLE color: 4856549.

HSL color Cylindrical-coordinate representation of color #E51A4A: hue angle of 345.81º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A4A is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 26 74 -
CMYK 0 0.89 0.68 0.10
HSL 345.81º 0.8% 0.5% -
HSV(B) 345.81º 0.89% 0.9% -
XYZ 33.92 17.89 8.14 -
YUV 92.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 229 26 74 0 0.89 0.68 0.10 345.81 0.8 0.5
Hex E5 1A 4A 0 59 44 A 15A 50 32
Octal 345 32 112 0 131 104 12 532 120 62
Binary 11100101 11010 1001010 0 1011001 1000100 1010 101011010 1010000 110010

Color Harmonies of #E51A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51A4A

Black with #E51A4A

Text Example


Text Example

White with #E51A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51A4A; }

 p { color: rgb(229,26,74); }

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

background-color css

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

 a { background-color: rgb(229,26,74); }

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

border-color css

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

 span { border-color: rgb(229,26,74); }

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