Html Css Color HEX #E8242F Alizarin

📋 copy color: '#E8242F'

red 232 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #E8242F

Tints of Alizarin #E8242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 73.65%
G = 11.43%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8242F (or 0xE8242F) is known color: Alizarin. HEX triplet: E8, 24 and 2F. RGB value is (232,36,47). Sum of RGB (Red+Green+Blue) = 232+36+47=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8242F is #17DBD0. Grayscale: #606060. Windows color (decimal): -1563601 or 3089640. OLE color: 3089640.

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

Color convert

RGB 232 36 47 -
CMYK 0 0.84 0.80 0.09
HSL 356.63º 0.81% 0.53% -
HSV(B) 356.63º 0.84% 0.91% -
XYZ 34.42 18.62 4.47 -
YUV 95.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 232 36 47 0 0.84 0.80 0.09 356.63 0.81 0.53
Hex E8 24 2F 0 54 50 9 165 51 35
Octal 350 44 57 0 124 120 11 545 121 65
Binary 11101000 100100 101111 0 1010100 1010000 1001 101100101 1010001 110101

Color Harmonies of #E8242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8242F

Black with #E8242F

Text Example


Text Example

White with #E8242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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