Html Css Color HEX #E9202D Alizarin

📋 copy color: '#E9202D'

red 233 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #E9202D

Tints of Alizarin #E9202D

RGB

 RED value IS 233 (91.41% from 255) = 75.16%

 GREEN value IS 32 (12.89% from 255) = 10.32%

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

R = 75.16%
G = 10.32%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9202D (or 0xE9202D) is known color: Alizarin. HEX triplet: E9, 20 and 2D. RGB value is (233,32,45). Sum of RGB (Red+Green+Blue) = 233+32+45=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9202D is #16DFD2. Grayscale: #5D5D5D. Windows color (decimal): -1499091 or 2957545. OLE color: 2957545.

HSL color Cylindrical-coordinate representation of color #E9202D: hue angle of 356.12º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9202D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 45 -
CMYK 0 0.86 0.81 0.09
HSL 356.12º 0.82% 0.52% -
HSV(B) 356.12º 0.86% 0.91% -
XYZ 34.59 18.55 4.24 -
YUV 93.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 233 32 45 0 0.86 0.81 0.09 356.12 0.82 0.52
Hex E9 20 2D 0 56 51 9 164 52 34
Octal 351 40 55 0 126 121 11 544 122 64
Binary 11101001 100000 101101 0 1010110 1010001 1001 101100100 1010010 110100

Color Harmonies of #E9202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9202D

Black with #E9202D

Text Example


Text Example

White with #E9202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9202D; }

 p { color: rgb(233,32,45); }

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

background-color css

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

 a { background-color: rgb(233,32,45); }

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

border-color css

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

 span { border-color: rgb(233,32,45); }

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