Html Css Color HEX #EE2730 Alizarin

📋 copy color: '#EE2730'

red 238 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #EE2730

Tints of Alizarin #EE2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 73.23%
G = 12%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE2730 (or 0xEE2730) is known color: Alizarin. HEX triplet: EE, 27 and 30. RGB value is (238,39,48). Sum of RGB (Red+Green+Blue) = 238+39+48=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2730 is #11D8CF. Grayscale: #636363. Windows color (decimal): -1169616 or 3155950. OLE color: 3155950.

HSL color Cylindrical-coordinate representation of color #EE2730: hue angle of 357.29º degrees, saturation: 0.85, 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 #EE2730 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 39 48 -
CMYK 0 0.84 0.80 0.07
HSL 357.29º 0.85% 0.54% -
HSV(B) 357.29º 0.84% 0.93% -
XYZ 36.52 19.84 4.7 -
YUV 99.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 238 39 48 0 0.84 0.80 0.07 357.29 0.85 0.54
Hex EE 27 30 0 54 50 7 165 55 36
Octal 356 47 60 0 124 120 7 545 125 66
Binary 11101110 100111 110000 0 1010100 1010000 111 101100101 1010101 110110

Color Harmonies of #EE2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2730

Black with #EE2730

Text Example


Text Example

White with #EE2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2730; }

 p { color: rgb(238,39,48); }

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

background-color css

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

 a { background-color: rgb(238,39,48); }

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

border-color css

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

 span { border-color: rgb(238,39,48); }

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