Html Css Color HEX #EF233C Alizarin

📋 copy color: '#EF233C'

red 239 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #EF233C

Tints of Alizarin #EF233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 71.56%
G = 10.48%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF233C (or 0xEF233C) is known color: Alizarin. HEX triplet: EF, 23 and 3C. RGB value is (239,35,60). Sum of RGB (Red+Green+Blue) = 239+35+60=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF233C is #10DCC3. Grayscale: #626262. Windows color (decimal): -1105092 or 3941359. OLE color: 3941359.

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

Color convert

RGB 239 35 60 -
CMYK 0 0.85 0.75 0.06
HSL 352.65º 0.86% 0.54% -
HSV(B) 352.65º 0.85% 0.94% -
XYZ 37.01 19.88 6.16 -
YUV 98.85 106.09 227.97 -
System Red Green Blue C M Y K H S L
Decimal 239 35 60 0 0.85 0.75 0.06 352.65 0.86 0.54
Hex EF 23 3C 0 55 4B 6 161 56 36
Octal 357 43 74 0 125 113 6 541 126 66
Binary 11101111 100011 111100 0 1010101 1001011 110 101100001 1010110 110110

Color Harmonies of #EF233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF233C

Black with #EF233C

Text Example


Text Example

White with #EF233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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