Html Css Color HEX #E7242C Alizarin

📋 copy color: '#E7242C'

red 231 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #E7242C

Tints of Alizarin #E7242C

RGB

 RED value IS 231 (90.63% from 255) = 74.28%

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 74.28%
G = 11.58%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7242C (or 0xE7242C) is known color: Alizarin. HEX triplet: E7, 24 and 2C. RGB value is (231,36,44). Sum of RGB (Red+Green+Blue) = 231+36+44=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7242C is #18DBD3. Grayscale: #5F5F5F. Windows color (decimal): -1629140 or 2893031. OLE color: 2893031.

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

Color convert

RGB 231 36 44 -
CMYK 0 0.84 0.81 0.09
HSL 357.54º 0.8% 0.52% -
HSV(B) 357.54º 0.84% 0.91% -
XYZ 34.04 18.43 4.15 -
YUV 95.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 231 36 44 0 0.84 0.81 0.09 357.54 0.8 0.52
Hex E7 24 2C 0 54 51 9 166 50 34
Octal 347 44 54 0 124 121 11 546 120 64
Binary 11100111 100100 101100 0 1010100 1010001 1001 101100110 1010000 110100

Color Harmonies of #E7242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7242C

Black with #E7242C

Text Example


Text Example

White with #E7242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7242C; }

 p { color: rgb(231,36,44); }

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

background-color css

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

 a { background-color: rgb(231,36,44); }

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

border-color css

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

 span { border-color: rgb(231,36,44); }

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