Html Css Color HEX #EF3136 Alizarin

📋 copy color: '#EF3136'

red 239 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #EF3136

Tints of Alizarin #EF3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 54 (21.48% from 255) = 15.79%

R = 69.88%
G = 14.33%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF3136 (or 0xEF3136) is known color: Alizarin. HEX triplet: EF, 31 and 36. RGB value is (239,49,54). Sum of RGB (Red+Green+Blue) = 239+49+54=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3136 is #10CEC9. Grayscale: #6A6A6A. Windows color (decimal): -1101514 or 3551727. OLE color: 3551727.

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

Color convert

RGB 239 49 54 -
CMYK 0 0.79 0.77 0.06
HSL 358.42º 0.86% 0.56% -
HSV(B) 358.42º 0.79% 0.94% -
XYZ 37.36 20.81 5.54 -
YUV 106.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 239 49 54 0 0.79 0.77 0.06 358.42 0.86 0.56
Hex EF 31 36 0 4F 4D 6 166 56 38
Octal 357 61 66 0 117 115 6 546 126 70
Binary 11101111 110001 110110 0 1001111 1001101 110 101100110 1010110 111000

Color Harmonies of #EF3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3136

Black with #EF3136

Text Example


Text Example

White with #EF3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3136; }

 p { color: rgb(239,49,54); }

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

background-color css

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

 a { background-color: rgb(239,49,54); }

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

border-color css

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

 span { border-color: rgb(239,49,54); }

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