Html Css Color HEX #EE192D Alizarin

📋 copy color: '#EE192D'

red 238 ◦ green 25 ◦ blue 45

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

Shades of Alizarin #EE192D

Tints of Alizarin #EE192D

RGB

 RED value IS 238 (93.36% from 255) = 77.27%

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

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

R = 77.27%
G = 8.12%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE192D (or 0xEE192D) is known color: Alizarin. HEX triplet: EE, 19 and 2D. RGB value is (238,25,45). Sum of RGB (Red+Green+Blue) = 238+25+45=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE192D is #11E6D2. Grayscale: #5B5B5B. Windows color (decimal): -1173203 or 2955758. OLE color: 2955758.

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

Color convert

RGB 238 25 45 -
CMYK 0 0.89 0.81 0.07
HSL 354.37º 0.86% 0.52% -
HSV(B) 354.37º 0.89% 0.93% -
XYZ 36.08 19.06 4.26 -
YUV 90.97 102.07 232.87 -
System Red Green Blue C M Y K H S L
Decimal 238 25 45 0 0.89 0.81 0.07 354.37 0.86 0.52
Hex EE 19 2D 0 59 51 7 162 56 34
Octal 356 31 55 0 131 121 7 542 126 64
Binary 11101110 11001 101101 0 1011001 1010001 111 101100010 1010110 110100

Color Harmonies of #EE192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE192D

Black with #EE192D

Text Example


Text Example

White with #EE192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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