Html Css Color HEX #EF2332 Alizarin

📋 copy color: '#EF2332'

red 239 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #EF2332

Tints of Alizarin #EF2332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 73.77%
G = 10.8%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2332 (or 0xEF2332) is known color: Alizarin. HEX triplet: EF, 23 and 32. RGB value is (239,35,50). Sum of RGB (Red+Green+Blue) = 239+35+50=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2332 is #10DCCD. Grayscale: #616161. Windows color (decimal): -1105102 or 3285999. OLE color: 3285999.

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

Color convert

RGB 239 35 50 -
CMYK 0 0.85 0.79 0.06
HSL 355.59º 0.86% 0.54% -
HSV(B) 355.59º 0.85% 0.94% -
XYZ 36.77 19.78 4.9 -
YUV 97.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 239 35 50 0 0.85 0.79 0.06 355.59 0.86 0.54
Hex EF 23 32 0 55 4F 6 164 56 36
Octal 357 43 62 0 125 117 6 544 126 66
Binary 11101111 100011 110010 0 1010101 1001111 110 101100100 1010110 110110

Color Harmonies of #EF2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2332

Black with #EF2332

Text Example


Text Example

White with #EF2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2332; }

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

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

background-color css

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

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

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

border-color css

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

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

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