Html Css Color HEX #E0242D Alizarin

📋 copy color: '#E0242D'

red 224 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #E0242D

Tints of Alizarin #E0242D

RGB

 RED value IS 224 (87.89% from 255) = 73.44%

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

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

R = 73.44%
G = 11.8%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0242D (or 0xE0242D) is known color: Alizarin. HEX triplet: E0, 24 and 2D. RGB value is (224,36,45). Sum of RGB (Red+Green+Blue) = 224+36+45=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0242D is #1FDBD2. Grayscale: #5D5D5D. Windows color (decimal): -2087891 or 2958560. OLE color: 2958560.

HSL color Cylindrical-coordinate representation of color #E0242D: hue angle of 357.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 45 -
CMYK 0 0.84 0.80 0.12
HSL 357.13º 0.75% 0.51% -
HSV(B) 357.13º 0.84% 0.88% -
XYZ 31.85 17.3 4.14 -
YUV 93.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 224 36 45 0 0.84 0.80 0.12 357.13 0.75 0.51
Hex E0 24 2D 0 54 50 C 165 4B 33
Octal 340 44 55 0 124 120 14 545 113 63
Binary 11100000 100100 101101 0 1010100 1010000 1100 101100101 1001011 110011

Color Harmonies of #E0242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0242D

Black with #E0242D

Text Example


Text Example

White with #E0242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0242D; }

 p { color: rgb(224,36,45); }

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

background-color css

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

 a { background-color: rgb(224,36,45); }

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

border-color css

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

 span { border-color: rgb(224,36,45); }

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