Html Css Color HEX #E82425 Alizarin

📋 copy color: '#E82425'

red 232 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #E82425

Tints of Alizarin #E82425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 76.07%
G = 11.8%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E82425 (or 0xE82425) is known color: Alizarin. HEX triplet: E8, 24 and 25. RGB value is (232,36,37). Sum of RGB (Red+Green+Blue) = 232+36+37=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E82425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82425 is #17DBDA. Grayscale: #5E5E5E. Windows color (decimal): -1563611 or 2434280. OLE color: 2434280.

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

Color convert

RGB 232 36 37 -
CMYK 0 0.84 0.84 0.09
HSL 359.69º 0.81% 0.53% -
HSV(B) 359.69º 0.84% 0.91% -
XYZ 34.24 18.55 3.53 -
YUV 94.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 232 36 37 0 0.84 0.84 0.09 359.69 0.81 0.53
Hex E8 24 25 0 54 54 9 168 51 35
Octal 350 44 45 0 124 124 11 550 121 65
Binary 11101000 100100 100101 0 1010100 1010100 1001 101101000 1010001 110101

Color Harmonies of #E82425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82425

Black with #E82425

Text Example


Text Example

White with #E82425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82425; }

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

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

background-color css

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

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

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

border-color css

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

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

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