Html Css Color HEX #E8252C Alizarin

📋 copy color: '#E8252C'

red 232 ◦ green 37 ◦ blue 44

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

Shades of Alizarin #E8252C

Tints of Alizarin #E8252C

RGB

 RED value IS 232 (91.02% from 255) = 74.12%

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

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

R = 74.12%
G = 11.82%
B = 14.06%

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

#E8252C (or 0xE8252C) is known color: Alizarin. HEX triplet: E8, 25 and 2C. RGB value is (232,37,44). Sum of RGB (Red+Green+Blue) = 232+37+44=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8252C is #17DAD3. Grayscale: #606060. Windows color (decimal): -1563348 or 2893288. OLE color: 2893288.

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

Color convert

RGB 232 37 44 -
CMYK 0 0.84 0.81 0.09
HSL 357.85º 0.81% 0.53% -
HSV(B) 357.85º 0.84% 0.91% -
XYZ 34.39 18.66 4.17 -
YUV 96.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 232 37 44 0 0.84 0.81 0.09 357.85 0.81 0.53
Hex E8 25 2C 0 54 51 9 166 51 35
Octal 350 45 54 0 124 121 11 546 121 65
Binary 11101000 100101 101100 0 1010100 1010001 1001 101100110 1010001 110101

Color Harmonies of #E8252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8252C

Black with #E8252C

Text Example


Text Example

White with #E8252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8252C; }

 p { color: rgb(232,37,44); }

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

background-color css

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

 a { background-color: rgb(232,37,44); }

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

border-color css

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

 span { border-color: rgb(232,37,44); }

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