Html Css Color HEX #EE1D2E Alizarin

📋 copy color: '#EE1D2E'

red 238 ◦ green 29 ◦ blue 46

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

Shades of Alizarin #EE1D2E

Tints of Alizarin #EE1D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 76.04%
G = 9.27%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE1D2E (or 0xEE1D2E) is known color: Alizarin. HEX triplet: EE, 1D and 2E. RGB value is (238,29,46). Sum of RGB (Red+Green+Blue) = 238+29+46=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D2E is #11E2D1. Grayscale: #5D5D5D. Windows color (decimal): -1172178 or 3022318. OLE color: 3022318.

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

Color convert

RGB 238 29 46 -
CMYK 0 0.88 0.81 0.07
HSL 355.12º 0.86% 0.52% -
HSV(B) 355.12º 0.88% 0.93% -
XYZ 36.19 19.25 4.39 -
YUV 93.43 101.24 231.12 -
System Red Green Blue C M Y K H S L
Decimal 238 29 46 0 0.88 0.81 0.07 355.12 0.86 0.52
Hex EE 1D 2E 0 58 51 7 163 56 34
Octal 356 35 56 0 130 121 7 543 126 64
Binary 11101110 11101 101110 0 1011000 1010001 111 101100011 1010110 110100

Color Harmonies of #EE1D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D2E

Black with #EE1D2E

Text Example


Text Example

White with #EE1D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D2E; }

 p { color: rgb(238,29,46); }

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

background-color css

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

 a { background-color: rgb(238,29,46); }

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

border-color css

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

 span { border-color: rgb(238,29,46); }

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