Html Css Color HEX #E3242A Alizarin

📋 copy color: '#E3242A'

red 227 ◦ green 36 ◦ blue 42

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

Shades of Alizarin #E3242A

Tints of Alizarin #E3242A

RGB

 RED value IS 227 (89.06% from 255) = 74.43%

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

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

R = 74.43%
G = 11.8%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3242A (or 0xE3242A) is known color: Alizarin. HEX triplet: E3, 24 and 2A. RGB value is (227,36,42). Sum of RGB (Red+Green+Blue) = 227+36+42=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E3242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3242A is #1CDBD5. Grayscale: #5D5D5D. Windows color (decimal): -1891286 or 2761955. OLE color: 2761955.

HSL color Cylindrical-coordinate representation of color #E3242A: hue angle of 358.12º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3242A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 36 42 -
CMYK 0 0.84 0.81 0.11
HSL 358.12º 0.77% 0.52% -
HSV(B) 358.12º 0.84% 0.89% -
XYZ 32.73 17.76 3.89 -
YUV 93.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 227 36 42 0 0.84 0.81 0.11 358.12 0.77 0.52
Hex E3 24 2A 0 54 51 B 166 4D 34
Octal 343 44 52 0 124 121 13 546 115 64
Binary 11100011 100100 101010 0 1010100 1010001 1011 101100110 1001101 110100

Color Harmonies of #E3242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3242A

Black with #E3242A

Text Example


Text Example

White with #E3242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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