Html Css Color HEX #EF2126 Alizarin

📋 copy color: '#EF2126'

red 239 ◦ green 33 ◦ blue 38

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

Shades of Alizarin #EF2126

Tints of Alizarin #EF2126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 77.1%
G = 10.65%
B = 12.26%

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

#EF2126 (or 0xEF2126) is known color: Alizarin. HEX triplet: EF, 21 and 26. RGB value is (239,33,38). Sum of RGB (Red+Green+Blue) = 239+33+38=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2126 is #10DED9. Grayscale: #5F5F5F. Windows color (decimal): -1105626 or 2499055. OLE color: 2499055.

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

Color convert

RGB 239 33 38 -
CMYK 0 0.86 0.84 0.06
HSL 358.54º 0.87% 0.53% -
HSV(B) 358.54º 0.86% 0.94% -
XYZ 36.49 19.58 3.69 -
YUV 95.16 95.75 230.59 -
System Red Green Blue C M Y K H S L
Decimal 239 33 38 0 0.86 0.84 0.06 358.54 0.87 0.53
Hex EF 21 26 0 56 54 6 167 57 35
Octal 357 41 46 0 126 124 6 547 127 65
Binary 11101111 100001 100110 0 1010110 1010100 110 101100111 1010111 110101

Color Harmonies of #EF2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2126

Black with #EF2126

Text Example


Text Example

White with #EF2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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