Html Css Color HEX #E5242A Alizarin

📋 copy color: '#E5242A'

red 229 ◦ green 36 ◦ blue 42

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

Shades of Alizarin #E5242A

Tints of Alizarin #E5242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 74.59%
G = 11.73%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5242A (or 0xE5242A) is known color: Alizarin. HEX triplet: E5, 24 and 2A. RGB value is (229,36,42). Sum of RGB (Red+Green+Blue) = 229+36+42=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5242A is #1ADBD5. Grayscale: #5E5E5E. Windows color (decimal): -1760214 or 2761957. OLE color: 2761957.

HSL color Cylindrical-coordinate representation of color #E5242A: hue angle of 358.13º 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 #E5242A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 42 -
CMYK 0 0.84 0.82 0.10
HSL 358.13º 0.79% 0.52% -
HSV(B) 358.13º 0.84% 0.9% -
XYZ 33.36 18.09 3.92 -
YUV 94.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 229 36 42 0 0.84 0.82 0.10 358.13 0.79 0.52
Hex E5 24 2A 0 54 52 A 166 4F 34
Octal 345 44 52 0 124 122 12 546 117 64
Binary 11100101 100100 101010 0 1010100 1010010 1010 101100110 1001111 110100

Color Harmonies of #E5242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5242A

Black with #E5242A

Text Example


Text Example

White with #E5242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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