Html Css Color HEX #EE373D Alizarin

📋 copy color: '#EE373D'

red 238 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #EE373D

Tints of Alizarin #EE373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 67.23%
G = 15.54%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE373D (or 0xEE373D) is known color: Alizarin. HEX triplet: EE, 37 and 3D. RGB value is (238,55,61). Sum of RGB (Red+Green+Blue) = 238+55+61=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE373D is #11C8C2. Grayscale: #6E6E6E. Windows color (decimal): -1165507 or 4012014. OLE color: 4012014.

HSL color Cylindrical-coordinate representation of color #EE373D: hue angle of 358.03º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE373D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 55 61 -
CMYK 0 0.77 0.74 0.07
HSL 358.03º 0.84% 0.57% -
HSV(B) 358.03º 0.77% 0.93% -
XYZ 37.47 21.25 6.54 -
YUV 110.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 238 55 61 0 0.77 0.74 0.07 358.03 0.84 0.57
Hex EE 37 3D 0 4D 4A 7 166 54 39
Octal 356 67 75 0 115 112 7 546 124 71
Binary 11101110 110111 111101 0 1001101 1001010 111 101100110 1010100 111001

Color Harmonies of #EE373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE373D

Black with #EE373D

Text Example


Text Example

White with #EE373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE373D; }

 p { color: rgb(238,55,61); }

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

background-color css

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

 a { background-color: rgb(238,55,61); }

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

border-color css

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

 span { border-color: rgb(238,55,61); }

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