Html Css Color HEX #EF2932 Alizarin

📋 copy color: '#EF2932'

red 239 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #EF2932

Tints of Alizarin #EF2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 72.42%
G = 12.42%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2932 (or 0xEF2932) is known color: Alizarin. HEX triplet: EF, 29 and 32. RGB value is (239,41,50). Sum of RGB (Red+Green+Blue) = 239+41+50=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2932 is #10D6CD. Grayscale: #656565. Windows color (decimal): -1103566 or 3287535. OLE color: 3287535.

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

Color convert

RGB 239 41 50 -
CMYK 0 0.83 0.79 0.06
HSL 357.27º 0.86% 0.55% -
HSV(B) 357.27º 0.83% 0.94% -
XYZ 36.97 20.17 4.96 -
YUV 101.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 239 41 50 0 0.83 0.79 0.06 357.27 0.86 0.55
Hex EF 29 32 0 53 4F 6 165 56 37
Octal 357 51 62 0 123 117 6 545 126 67
Binary 11101111 101001 110010 0 1010011 1001111 110 101100101 1010110 110111

Color Harmonies of #EF2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2932

Black with #EF2932

Text Example


Text Example

White with #EF2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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