Html Css Color HEX #EE1C2A Alizarin

📋 copy color: '#EE1C2A'

red 238 ◦ green 28 ◦ blue 42

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

Shades of Alizarin #EE1C2A

Tints of Alizarin #EE1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 77.27%
G = 9.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE1C2A (or 0xEE1C2A) is known color: Alizarin. HEX triplet: EE, 1C and 2A. RGB value is (238,28,42). Sum of RGB (Red+Green+Blue) = 238+28+42=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1C2A is #11E3D5. Grayscale: #5C5C5C. Windows color (decimal): -1172438 or 2759918. OLE color: 2759918.

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

Color convert

RGB 238 28 42 -
CMYK 0 0.88 0.82 0.07
HSL 356º 0.86% 0.52% -
HSV(B) 356º 0.88% 0.93% -
XYZ 36.09 19.17 3.99 -
YUV 92.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 238 28 42 0 0.88 0.82 0.07 356 0.86 0.52
Hex EE 1C 2A 0 58 52 7 164 56 34
Octal 356 34 52 0 130 122 7 544 126 64
Binary 11101110 11100 101010 0 1011000 1010010 111 101100100 1010110 110100

Color Harmonies of #EE1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1C2A

Black with #EE1C2A

Text Example


Text Example

White with #EE1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1C2A; }

 p { color: rgb(238,28,42); }

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

background-color css

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

 a { background-color: rgb(238,28,42); }

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

border-color css

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

 span { border-color: rgb(238,28,42); }

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