Html Css Color HEX #E7252A Alizarin

📋 copy color: '#E7252A'

red 231 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #E7252A

Tints of Alizarin #E7252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 74.52%
G = 11.94%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7252A (or 0xE7252A) is known color: Alizarin. HEX triplet: E7, 25 and 2A. RGB value is (231,37,42). Sum of RGB (Red+Green+Blue) = 231+37+42=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7252A is #18DAD5. Grayscale: #5F5F5F. Windows color (decimal): -1628886 or 2762215. OLE color: 2762215.

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

Color convert

RGB 231 37 42 -
CMYK 0 0.84 0.82 0.09
HSL 358.45º 0.8% 0.53% -
HSV(B) 358.45º 0.84% 0.91% -
XYZ 34.03 18.48 3.96 -
YUV 95.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 231 37 42 0 0.84 0.82 0.09 358.45 0.8 0.53
Hex E7 25 2A 0 54 52 9 166 50 35
Octal 347 45 52 0 124 122 11 546 120 65
Binary 11100111 100101 101010 0 1010100 1010010 1001 101100110 1010000 110101

Color Harmonies of #E7252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7252A

Black with #E7252A

Text Example


Text Example

White with #E7252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7252A; }

 p { color: rgb(231,37,42); }

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

background-color css

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

 a { background-color: rgb(231,37,42); }

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

border-color css

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

 span { border-color: rgb(231,37,42); }

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