Html Css Color HEX #EE2D2F Alizarin

📋 copy color: '#EE2D2F'

red 238 ◦ green 45 ◦ blue 47

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

Shades of Alizarin #EE2D2F

Tints of Alizarin #EE2D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 72.12%
G = 13.64%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE2D2F (or 0xEE2D2F) is known color: Alizarin. HEX triplet: EE, 2D and 2F. RGB value is (238,45,47). Sum of RGB (Red+Green+Blue) = 238+45+47=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2D2F is #11D2D0. Grayscale: #676767. Windows color (decimal): -1168081 or 3091950. OLE color: 3091950.

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

Color convert

RGB 238 45 47 -
CMYK 0 0.81 0.80 0.07
HSL 359.38º 0.85% 0.55% -
HSV(B) 359.38º 0.81% 0.93% -
XYZ 36.71 20.26 4.66 -
YUV 102.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 238 45 47 0 0.81 0.80 0.07 359.38 0.85 0.55
Hex EE 2D 2F 0 51 50 7 167 55 37
Octal 356 55 57 0 121 120 7 547 125 67
Binary 11101110 101101 101111 0 1010001 1010000 111 101100111 1010101 110111

Color Harmonies of #EE2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D2F

Black with #EE2D2F

Text Example


Text Example

White with #EE2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D2F; }

 p { color: rgb(238,45,47); }

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

background-color css

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

 a { background-color: rgb(238,45,47); }

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

border-color css

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

 span { border-color: rgb(238,45,47); }

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