Html Css Color HEX #EF2127 Alizarin

📋 copy color: '#EF2127'

red 239 ◦ green 33 ◦ blue 39

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

Shades of Alizarin #EF2127

Tints of Alizarin #EF2127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 76.85%
G = 10.61%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2127 (or 0xEF2127) is known color: Alizarin. HEX triplet: EF, 21 and 27. RGB value is (239,33,39). Sum of RGB (Red+Green+Blue) = 239+33+39=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2127 is #10DED8. Grayscale: #5F5F5F. Windows color (decimal): -1105625 or 2564591. OLE color: 2564591.

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

Color convert

RGB 239 33 39 -
CMYK 0 0.86 0.84 0.06
HSL 358.25º 0.87% 0.53% -
HSV(B) 358.25º 0.86% 0.94% -
XYZ 36.51 19.58 3.78 -
YUV 95.28 96.25 230.51 -
System Red Green Blue C M Y K H S L
Decimal 239 33 39 0 0.86 0.84 0.06 358.25 0.87 0.53
Hex EF 21 27 0 56 54 6 166 57 35
Octal 357 41 47 0 126 124 6 546 127 65
Binary 11101111 100001 100111 0 1010110 1010100 110 101100110 1010111 110101

Color Harmonies of #EF2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2127

Black with #EF2127

Text Example


Text Example

White with #EF2127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2127; }

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

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

background-color css

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

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

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

border-color css

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

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

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