Html Css Color HEX #EF2931 Alizarin

📋 copy color: '#EF2931'

red 239 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #EF2931

Tints of Alizarin #EF2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 72.64%
G = 12.46%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2931 (or 0xEF2931) is known color: Alizarin. HEX triplet: EF, 29 and 31. RGB value is (239,41,49). Sum of RGB (Red+Green+Blue) = 239+41+49=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2931 is #10D6CE. Grayscale: #656565. Windows color (decimal): -1103567 or 3221999. OLE color: 3221999.

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

Color convert

RGB 239 41 49 -
CMYK 0 0.83 0.79 0.06
HSL 357.58º 0.86% 0.55% -
HSV(B) 357.58º 0.83% 0.94% -
XYZ 36.94 20.16 4.85 -
YUV 101.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 239 41 49 0 0.83 0.79 0.06 357.58 0.86 0.55
Hex EF 29 31 0 53 4F 6 166 56 37
Octal 357 51 61 0 123 117 6 546 126 67
Binary 11101111 101001 110001 0 1010011 1001111 110 101100110 1010110 110111

Color Harmonies of #EF2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2931

Black with #EF2931

Text Example


Text Example

White with #EF2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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