Html Css Color HEX #EF2238 Alizarin

📋 copy color: '#EF2238'

red 239 ◦ green 34 ◦ blue 56

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

Shades of Alizarin #EF2238

Tints of Alizarin #EF2238

RGB

 RED value IS 239 (93.75% from 255) = 72.64%

 GREEN value IS 34 (13.67% from 255) = 10.33%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 72.64%
G = 10.33%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF2238 (or 0xEF2238) is known color: Alizarin. HEX triplet: EF, 22 and 38. RGB value is (239,34,56). Sum of RGB (Red+Green+Blue) = 239+34+56=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2238 is #10DDC7. Grayscale: #616161. Windows color (decimal): -1105352 or 3678959. OLE color: 3678959.

HSL color Cylindrical-coordinate representation of color #EF2238: hue angle of 353.56º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2238 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 34 56 -
CMYK 0 0.86 0.77 0.06
HSL 353.56º 0.86% 0.54% -
HSV(B) 353.56º 0.86% 0.94% -
XYZ 36.88 19.78 5.62 -
YUV 97.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 239 34 56 0 0.86 0.77 0.06 353.56 0.86 0.54
Hex EF 22 38 0 56 4D 6 162 56 36
Octal 357 42 70 0 126 115 6 542 126 66
Binary 11101111 100010 111000 0 1010110 1001101 110 101100010 1010110 110110

Color Harmonies of #EF2238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2238

Black with #EF2238

Text Example


Text Example

White with #EF2238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2238; }

 p { color: rgb(239,34,56); }

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

background-color css

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

 a { background-color: rgb(239,34,56); }

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

border-color css

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

 span { border-color: rgb(239,34,56); }

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