Html Css Color HEX #EF2137 Alizarin

📋 copy color: '#EF2137'

red 239 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #EF2137

Tints of Alizarin #EF2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.09%

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 73.09%
G = 10.09%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF2137 (or 0xEF2137) is known color: Alizarin. HEX triplet: EF, 21 and 37. RGB value is (239,33,55). Sum of RGB (Red+Green+Blue) = 239+33+55=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2137 is #10DEC8. Grayscale: #616161. Windows color (decimal): -1105609 or 3613167. OLE color: 3613167.

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

Color convert

RGB 239 33 55 -
CMYK 0 0.86 0.77 0.06
HSL 353.59º 0.87% 0.53% -
HSV(B) 353.59º 0.86% 0.94% -
XYZ 36.83 19.71 5.48 -
YUV 97.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 239 33 55 0 0.86 0.77 0.06 353.59 0.87 0.53
Hex EF 21 37 0 56 4D 6 162 57 35
Octal 357 41 67 0 126 115 6 542 127 65
Binary 11101111 100001 110111 0 1010110 1001101 110 101100010 1010111 110101

Color Harmonies of #EF2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2137

Black with #EF2137

Text Example


Text Example

White with #EF2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2137; }

 p { color: rgb(239,33,55); }

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

background-color css

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

 a { background-color: rgb(239,33,55); }

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

border-color css

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

 span { border-color: rgb(239,33,55); }

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