Html Css Color HEX #EE1D1E Alizarin

📋 copy color: '#EE1D1E'

red 238 ◦ green 29 ◦ blue 30

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

Shades of Alizarin #EE1D1E

Tints of Alizarin #EE1D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 80.13%
G = 9.76%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE1D1E (or 0xEE1D1E) is known color: Alizarin. HEX triplet: EE, 1D and 1E. RGB value is (238,29,30). Sum of RGB (Red+Green+Blue) = 238+29+30=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D1E is #11E2E1. Grayscale: #5B5B5B. Windows color (decimal): -1172194 or 1973742. OLE color: 1973742.

HSL color Cylindrical-coordinate representation of color #EE1D1E: hue angle of 359.71º 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 #EE1D1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 29 30 -
CMYK 0 0.88 0.87 0.07
HSL 359.71º 0.86% 0.52% -
HSV(B) 359.71º 0.88% 0.93% -
XYZ 35.93 19.15 3.03 -
YUV 91.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 238 29 30 0 0.88 0.87 0.07 359.71 0.86 0.52
Hex EE 1D 1E 0 58 57 7 168 56 34
Octal 356 35 36 0 130 127 7 550 126 64
Binary 11101110 11101 11110 0 1011000 1010111 111 101101000 1010110 110100

Color Harmonies of #EE1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D1E

Black with #EE1D1E

Text Example


Text Example

White with #EE1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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