Html Css Color HEX #EF3238 Alizarin

📋 copy color: '#EF3238'

red 239 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #EF3238

Tints of Alizarin #EF3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

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

R = 69.28%
G = 14.49%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF3238 (or 0xEF3238) is known color: Alizarin. HEX triplet: EF, 32 and 38. RGB value is (239,50,56). Sum of RGB (Red+Green+Blue) = 239+50+56=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3238 is #10CDC7. Grayscale: #6B6B6B. Windows color (decimal): -1101256 or 3683055. OLE color: 3683055.

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

Color convert

RGB 239 50 56 -
CMYK 0 0.79 0.77 0.06
HSL 358.1º 0.86% 0.57% -
HSV(B) 358.1º 0.79% 0.94% -
XYZ 37.45 20.92 5.8 -
YUV 107.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 239 50 56 0 0.79 0.77 0.06 358.1 0.86 0.57
Hex EF 32 38 0 4F 4D 6 166 56 39
Octal 357 62 70 0 117 115 6 546 126 71
Binary 11101111 110010 111000 0 1001111 1001101 110 101100110 1010110 111001

Color Harmonies of #EF3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3238

Black with #EF3238

Text Example


Text Example

White with #EF3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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