Html Css Color HEX #EE252B Alizarin

📋 copy color: '#EE252B'

red 238 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #EE252B

Tints of Alizarin #EE252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 74.84%
G = 11.64%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE252B (or 0xEE252B) is known color: Alizarin. HEX triplet: EE, 25 and 2B. RGB value is (238,37,43). Sum of RGB (Red+Green+Blue) = 238+37+43=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE252B is #11DAD4. Grayscale: #616161. Windows color (decimal): -1170133 or 2827758. OLE color: 2827758.

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

Color convert

RGB 238 37 43 -
CMYK 0 0.84 0.82 0.07
HSL 358.21º 0.86% 0.54% -
HSV(B) 358.21º 0.84% 0.93% -
XYZ 36.36 19.67 4.17 -
YUV 97.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 238 37 43 0 0.84 0.82 0.07 358.21 0.86 0.54
Hex EE 25 2B 0 54 52 7 166 56 36
Octal 356 45 53 0 124 122 7 546 126 66
Binary 11101110 100101 101011 0 1010100 1010010 111 101100110 1010110 110110

Color Harmonies of #EE252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE252B

Black with #EE252B

Text Example


Text Example

White with #EE252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE252B; }

 p { color: rgb(238,37,43); }

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

background-color css

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

 a { background-color: rgb(238,37,43); }

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

border-color css

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

 span { border-color: rgb(238,37,43); }

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