Html Css Color HEX #E0192D Alizarin

📋 copy color: '#E0192D'

red 224 ◦ green 25 ◦ blue 45

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

Shades of Alizarin #E0192D

Tints of Alizarin #E0192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 76.19%
G = 8.5%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0192D (or 0xE0192D) is known color: Alizarin. HEX triplet: E0, 19 and 2D. RGB value is (224,25,45). Sum of RGB (Red+Green+Blue) = 224+25+45=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E0192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0192D is #1FE6D2. Grayscale: #565656. Windows color (decimal): -2090707 or 2955744. OLE color: 2955744.

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

Color convert

RGB 224 25 45 -
CMYK 0 0.89 0.80 0.12
HSL 353.97º 0.8% 0.49% -
HSV(B) 353.97º 0.89% 0.88% -
XYZ 31.56 16.73 4.05 -
YUV 86.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 224 25 45 0 0.89 0.80 0.12 353.97 0.8 0.49
Hex E0 19 2D 0 59 50 C 162 50 31
Octal 340 31 55 0 131 120 14 542 120 61
Binary 11100000 11001 101101 0 1011001 1010000 1100 101100010 1010000 110001

Color Harmonies of #E0192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0192D

Black with #E0192D

Text Example


Text Example

White with #E0192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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