Html Css Color HEX #EF253C Alizarin

📋 copy color: '#EF253C'

red 239 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #EF253C

Tints of Alizarin #EF253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 71.13%
G = 11.01%
B = 17.86%

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

#EF253C (or 0xEF253C) is known color: Alizarin. HEX triplet: EF, 25 and 3C. RGB value is (239,37,60). Sum of RGB (Red+Green+Blue) = 239+37+60=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF253C is #10DAC3. Grayscale: #646464. Windows color (decimal): -1104580 or 3941871. OLE color: 3941871.

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

Color convert

RGB 239 37 60 -
CMYK 0 0.85 0.75 0.06
HSL 353.17º 0.86% 0.54% -
HSV(B) 353.17º 0.85% 0.94% -
XYZ 37.07 20 6.18 -
YUV 100.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 239 37 60 0 0.85 0.75 0.06 353.17 0.86 0.54
Hex EF 25 3C 0 55 4B 6 161 56 36
Octal 357 45 74 0 125 113 6 541 126 66
Binary 11101111 100101 111100 0 1010101 1001011 110 101100001 1010110 110110

Color Harmonies of #EF253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF253C

Black with #EF253C

Text Example


Text Example

White with #EF253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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