Html Css Color HEX #EF2233 Alizarin

📋 copy color: '#EF2233'

red 239 ◦ green 34 ◦ blue 51

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

Shades of Alizarin #EF2233

Tints of Alizarin #EF2233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 73.77%
G = 10.49%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2233 (or 0xEF2233) is known color: Alizarin. HEX triplet: EF, 22 and 33. RGB value is (239,34,51). Sum of RGB (Red+Green+Blue) = 239+34+51=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2233 is #10DDCC. Grayscale: #616161. Windows color (decimal): -1105357 or 3351279. OLE color: 3351279.

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

Color convert

RGB 239 34 51 -
CMYK 0 0.86 0.79 0.06
HSL 355.02º 0.86% 0.54% -
HSV(B) 355.02º 0.86% 0.94% -
XYZ 36.77 19.73 5 -
YUV 97.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 239 34 51 0 0.86 0.79 0.06 355.02 0.86 0.54
Hex EF 22 33 0 56 4F 6 163 56 36
Octal 357 42 63 0 126 117 6 543 126 66
Binary 11101111 100010 110011 0 1010110 1001111 110 101100011 1010110 110110

Color Harmonies of #EF2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2233

Black with #EF2233

Text Example


Text Example

White with #EF2233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2233; }

 p { color: rgb(239,34,51); }

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

background-color css

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

 a { background-color: rgb(239,34,51); }

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

border-color css

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

 span { border-color: rgb(239,34,51); }

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