Html Css Color HEX #E7242D Alizarin

📋 copy color: '#E7242D'

red 231 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #E7242D

Tints of Alizarin #E7242D

RGB

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

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

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

R = 74.04%
G = 11.54%
B = 14.42%

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

#E7242D (or 0xE7242D) is known color: Alizarin. HEX triplet: E7, 24 and 2D. RGB value is (231,36,45). Sum of RGB (Red+Green+Blue) = 231+36+45=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7242D is #18DBD2. Grayscale: #5F5F5F. Windows color (decimal): -1629139 or 2958567. OLE color: 2958567.

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

Color convert

RGB 231 36 45 -
CMYK 0 0.84 0.81 0.09
HSL 357.23º 0.8% 0.52% -
HSV(B) 357.23º 0.84% 0.91% -
XYZ 34.06 18.44 4.25 -
YUV 95.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 231 36 45 0 0.84 0.81 0.09 357.23 0.8 0.52
Hex E7 24 2D 0 54 51 9 165 50 34
Octal 347 44 55 0 124 121 11 545 120 64
Binary 11100111 100100 101101 0 1010100 1010001 1001 101100101 1010000 110100

Color Harmonies of #E7242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7242D

Black with #E7242D

Text Example


Text Example

White with #E7242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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