Html Css Color HEX #E82534 Alizarin

📋 copy color: '#E82534'

red 232 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #E82534

Tints of Alizarin #E82534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 72.27%
G = 11.53%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E82534 (or 0xE82534) is known color: Alizarin. HEX triplet: E8, 25 and 34. RGB value is (232,37,52). Sum of RGB (Red+Green+Blue) = 232+37+52=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E82534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82534 is #17DACB. Grayscale: #616161. Windows color (decimal): -1563340 or 3417576. OLE color: 3417576.

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

Color convert

RGB 232 37 52 -
CMYK 0 0.84 0.78 0.09
HSL 355.38º 0.81% 0.53% -
HSV(B) 355.38º 0.84% 0.91% -
XYZ 34.56 18.73 5.04 -
YUV 97.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 232 37 52 0 0.84 0.78 0.09 355.38 0.81 0.53
Hex E8 25 34 0 54 4E 9 163 51 35
Octal 350 45 64 0 124 116 11 543 121 65
Binary 11101000 100101 110100 0 1010100 1001110 1001 101100011 1010001 110101

Color Harmonies of #E82534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82534

Black with #E82534

Text Example


Text Example

White with #E82534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82534; }

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

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

background-color css

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

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

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

border-color css

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

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

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