Html Css Color HEX #EF2B31 Alizarin

📋 copy color: '#EF2B31'

red 239 ◦ green 43 ◦ blue 49

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

Shades of Alizarin #EF2B31

Tints of Alizarin #EF2B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.99%

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

R = 72.21%
G = 12.99%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2B31 (or 0xEF2B31) is known color: Alizarin. HEX triplet: EF, 2B and 31. RGB value is (239,43,49). Sum of RGB (Red+Green+Blue) = 239+43+49=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B31 is #10D4CE. Grayscale: #666666. Windows color (decimal): -1103055 or 3222511. OLE color: 3222511.

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

Color convert

RGB 239 43 49 -
CMYK 0 0.82 0.79 0.06
HSL 358.16º 0.86% 0.55% -
HSV(B) 358.16º 0.82% 0.94% -
XYZ 37.01 20.3 4.87 -
YUV 102.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 239 43 49 0 0.82 0.79 0.06 358.16 0.86 0.55
Hex EF 2B 31 0 52 4F 6 166 56 37
Octal 357 53 61 0 122 117 6 546 126 67
Binary 11101111 101011 110001 0 1010010 1001111 110 101100110 1010110 110111

Color Harmonies of #EF2B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B31

Black with #EF2B31

Text Example


Text Example

White with #EF2B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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