Html Css Color HEX #E0242F Alizarin

📋 copy color: '#E0242F'

red 224 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #E0242F

Tints of Alizarin #E0242F

RGB

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

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

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

R = 72.96%
G = 11.73%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0242F (or 0xE0242F) is known color: Alizarin. HEX triplet: E0, 24 and 2F. RGB value is (224,36,47). Sum of RGB (Red+Green+Blue) = 224+36+47=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0242F is #1FDBD0. Grayscale: #5D5D5D. Windows color (decimal): -2087889 or 3089632. OLE color: 3089632.

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

Color convert

RGB 224 36 47 -
CMYK 0 0.84 0.79 0.12
HSL 356.49º 0.75% 0.51% -
HSV(B) 356.49º 0.84% 0.88% -
XYZ 31.88 17.31 4.35 -
YUV 93.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 224 36 47 0 0.84 0.79 0.12 356.49 0.75 0.51
Hex E0 24 2F 0 54 4F C 164 4B 33
Octal 340 44 57 0 124 117 14 544 113 63
Binary 11100000 100100 101111 0 1010100 1001111 1100 101100100 1001011 110011

Color Harmonies of #E0242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0242F

Black with #E0242F

Text Example


Text Example

White with #E0242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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