Html Css Color HEX #EF2129 Alizarin

📋 copy color: '#EF2129'

red 239 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #EF2129

Tints of Alizarin #EF2129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 76.36%
G = 10.54%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2129 (or 0xEF2129) is known color: Alizarin. HEX triplet: EF, 21 and 29. RGB value is (239,33,41). Sum of RGB (Red+Green+Blue) = 239+33+41=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2129 is #10DED6. Grayscale: #5F5F5F. Windows color (decimal): -1105623 or 2695663. OLE color: 2695663.

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

Color convert

RGB 239 33 41 -
CMYK 0 0.86 0.83 0.06
HSL 357.67º 0.87% 0.53% -
HSV(B) 357.67º 0.86% 0.94% -
XYZ 36.54 19.6 3.95 -
YUV 95.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 239 33 41 0 0.86 0.83 0.06 357.67 0.87 0.53
Hex EF 21 29 0 56 53 6 166 57 35
Octal 357 41 51 0 126 123 6 546 127 65
Binary 11101111 100001 101001 0 1010110 1010011 110 101100110 1010111 110101

Color Harmonies of #EF2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2129

Black with #EF2129

Text Example


Text Example

White with #EF2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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