Html Css Color HEX #EF2434 Alizarin

📋 copy color: '#EF2434'

red 239 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #EF2434

Tints of Alizarin #EF2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 73.09%
G = 11.01%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF2434 (or 0xEF2434) is known color: Alizarin. HEX triplet: EF, 24 and 34. RGB value is (239,36,52). Sum of RGB (Red+Green+Blue) = 239+36+52=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2434 is #10DBCB. Grayscale: #626262. Windows color (decimal): -1104844 or 3417327. OLE color: 3417327.

HSL color Cylindrical-coordinate representation of color #EF2434: hue angle of 355.27º 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 #EF2434 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 36 52 -
CMYK 0 0.85 0.78 0.06
HSL 355.27º 0.86% 0.54% -
HSV(B) 355.27º 0.85% 0.94% -
XYZ 36.85 19.86 5.14 -
YUV 98.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 239 36 52 0 0.85 0.78 0.06 355.27 0.86 0.54
Hex EF 24 34 0 55 4E 6 163 56 36
Octal 357 44 64 0 125 116 6 543 126 66
Binary 11101111 100100 110100 0 1010101 1001110 110 101100011 1010110 110110

Color Harmonies of #EF2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2434

Black with #EF2434

Text Example


Text Example

White with #EF2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2434; }

 p { color: rgb(239,36,52); }

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

background-color css

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

 a { background-color: rgb(239,36,52); }

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

border-color css

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

 span { border-color: rgb(239,36,52); }

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