Html Css Color HEX #E0373A Alizarin

📋 copy color: '#E0373A'

red 224 ◦ green 55 ◦ blue 58

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

Shades of Alizarin #E0373A

Tints of Alizarin #E0373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 66.47%
G = 16.32%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0373A (or 0xE0373A) is known color: Alizarin. HEX triplet: E0, 37 and 3A. RGB value is (224,55,58). Sum of RGB (Red+Green+Blue) = 224+55+58=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0373A is #1FC8C5. Grayscale: #6A6A6A. Windows color (decimal): -2083014 or 3815392. OLE color: 3815392.

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

Color convert

RGB 224 55 58 -
CMYK 0 0.75 0.74 0.12
HSL 358.93º 0.73% 0.55% -
HSV(B) 358.93º 0.75% 0.88% -
XYZ 32.87 18.89 5.92 -
YUV 105.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 224 55 58 0 0.75 0.74 0.12 358.93 0.73 0.55
Hex E0 37 3A 0 4B 4A C 167 49 37
Octal 340 67 72 0 113 112 14 547 111 67
Binary 11100000 110111 111010 0 1001011 1001010 1100 101100111 1001001 110111

Color Harmonies of #E0373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0373A

Black with #E0373A

Text Example


Text Example

White with #E0373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0373A; }

 p { color: rgb(224,55,58); }

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

background-color css

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

 a { background-color: rgb(224,55,58); }

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

border-color css

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

 span { border-color: rgb(224,55,58); }

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