Html Css Color HEX #EF2334 Alizarin

📋 copy color: '#EF2334'

red 239 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #EF2334

Tints of Alizarin #EF2334

RGB

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

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

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

R = 73.31%
G = 10.74%
B = 15.95%

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

#EF2334 (or 0xEF2334) is known color: Alizarin. HEX triplet: EF, 23 and 34. RGB value is (239,35,52). Sum of RGB (Red+Green+Blue) = 239+35+52=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2334 is #10DCCB. Grayscale: #626262. Windows color (decimal): -1105100 or 3417071. OLE color: 3417071.

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

Color convert

RGB 239 35 52 -
CMYK 0 0.85 0.78 0.06
HSL 355º 0.86% 0.54% -
HSV(B) 355º 0.85% 0.94% -
XYZ 36.82 19.8 5.13 -
YUV 97.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 239 35 52 0 0.85 0.78 0.06 355 0.86 0.54
Hex EF 23 34 0 55 4E 6 163 56 36
Octal 357 43 64 0 125 116 6 543 126 66
Binary 11101111 100011 110100 0 1010101 1001110 110 101100011 1010110 110110

Color Harmonies of #EF2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2334

Black with #EF2334

Text Example


Text Example

White with #EF2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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