Html Css Color HEX #E7252D Alizarin

📋 copy color: '#E7252D'

red 231 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #E7252D

Tints of Alizarin #E7252D

RGB

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

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

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

R = 73.8%
G = 11.82%
B = 14.38%

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

#E7252D (or 0xE7252D) is known color: Alizarin. HEX triplet: E7, 25 and 2D. RGB value is (231,37,45). Sum of RGB (Red+Green+Blue) = 231+37+45=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7252D is #18DAD2. Grayscale: #606060. Windows color (decimal): -1628883 or 2958823. OLE color: 2958823.

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

Color convert

RGB 231 37 45 -
CMYK 0 0.84 0.81 0.09
HSL 357.53º 0.8% 0.53% -
HSV(B) 357.53º 0.84% 0.91% -
XYZ 34.09 18.5 4.26 -
YUV 95.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 231 37 45 0 0.84 0.81 0.09 357.53 0.8 0.53
Hex E7 25 2D 0 54 51 9 166 50 35
Octal 347 45 55 0 124 121 11 546 120 65
Binary 11100111 100101 101101 0 1010100 1010001 1001 101100110 1010000 110101

Color Harmonies of #E7252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7252D

Black with #E7252D

Text Example


Text Example

White with #E7252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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