Html Css Color HEX #EF2223 Alizarin

📋 copy color: '#EF2223'

red 239 ◦ green 34 ◦ blue 35

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

Shades of Alizarin #EF2223

Tints of Alizarin #EF2223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 77.6%
G = 11.04%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2223 (or 0xEF2223) is known color: Alizarin. HEX triplet: EF, 22 and 23. RGB value is (239,34,35). Sum of RGB (Red+Green+Blue) = 239+34+35=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2223 is #10DDDC. Grayscale: #5F5F5F. Windows color (decimal): -1105373 or 2302703. OLE color: 2302703.

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

Color convert

RGB 239 34 35 -
CMYK 0 0.86 0.85 0.06
HSL 359.71º 0.86% 0.54% -
HSV(B) 359.71º 0.86% 0.94% -
XYZ 36.47 19.62 3.45 -
YUV 95.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 239 34 35 0 0.86 0.85 0.06 359.71 0.86 0.54
Hex EF 22 23 0 56 55 6 168 56 36
Octal 357 42 43 0 126 125 6 550 126 66
Binary 11101111 100010 100011 0 1010110 1010101 110 101101000 1010110 110110

Color Harmonies of #EF2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2223

Black with #EF2223

Text Example


Text Example

White with #EF2223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2223; }

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

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

background-color css

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

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

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

border-color css

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

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

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