Html Css Color HEX #E5242D Alizarin

📋 copy color: '#E5242D'

red 229 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #E5242D

Tints of Alizarin #E5242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 73.87%
G = 11.61%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5242D (or 0xE5242D) is known color: Alizarin. HEX triplet: E5, 24 and 2D. RGB value is (229,36,45). Sum of RGB (Red+Green+Blue) = 229+36+45=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5242D is #1ADBD2. Grayscale: #5E5E5E. Windows color (decimal): -1760211 or 2958565. OLE color: 2958565.

HSL color Cylindrical-coordinate representation of color #E5242D: hue angle of 357.2º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 45 -
CMYK 0 0.84 0.80 0.10
HSL 357.2º 0.79% 0.52% -
HSV(B) 357.2º 0.84% 0.9% -
XYZ 33.42 18.11 4.22 -
YUV 94.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 229 36 45 0 0.84 0.80 0.10 357.2 0.79 0.52
Hex E5 24 2D 0 54 50 A 165 4F 34
Octal 345 44 55 0 124 120 12 545 117 64
Binary 11100101 100100 101101 0 1010100 1010000 1010 101100101 1001111 110100

Color Harmonies of #E5242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5242D

Black with #E5242D

Text Example


Text Example

White with #E5242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5242D; }

 p { color: rgb(229,36,45); }

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

background-color css

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

 a { background-color: rgb(229,36,45); }

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

border-color css

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

 span { border-color: rgb(229,36,45); }

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