Html Css Color HEX #EF232C Alizarin

📋 copy color: '#EF232C'

red 239 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #EF232C

Tints of Alizarin #EF232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 75.16%
G = 11.01%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF232C (or 0xEF232C) is known color: Alizarin. HEX triplet: EF, 23 and 2C. RGB value is (239,35,44). Sum of RGB (Red+Green+Blue) = 239+35+44=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF232C is #10DCD3. Grayscale: #616161. Windows color (decimal): -1105108 or 2892783. OLE color: 2892783.

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

Color convert

RGB 239 35 44 -
CMYK 0 0.85 0.82 0.06
HSL 357.35º 0.86% 0.54% -
HSV(B) 357.35º 0.85% 0.94% -
XYZ 36.65 19.73 4.26 -
YUV 97.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 239 35 44 0 0.85 0.82 0.06 357.35 0.86 0.54
Hex EF 23 2C 0 55 52 6 165 56 36
Octal 357 43 54 0 125 122 6 545 126 66
Binary 11101111 100011 101100 0 1010101 1010010 110 101100101 1010110 110110

Color Harmonies of #EF232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF232C

Black with #EF232C

Text Example


Text Example

White with #EF232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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