#EF202B

Color #EF202B Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EF202B

Tints of Alizarin #EF202B

Color information

#EF202B (or 0xEF202B) is unknown color: approx Alizarin. HEX triplet: EF, 20 and 2B. RGB value is (239,32,43). Sum of RGB (Red+Green+Blue) = 239+32+43=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202B is #10DFD4. Grayscale: #5F5F5F. Windows color (decimal): -1105877 or 2826479. OLE color: 2826479.

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

Color convert

RGB2393243-
CMYK00.870.820.06
HSL356.81º86.61%53.14%-
HSV(B)356.81º86.61%93.73%-
XYZ36.5519.564.13-
YUV95.1598.58230.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.11%
GREEN value IS 32 (12.89% from 255) = 10.19%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=76.11%
G=10.19%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239324300.870.820.06356.8186.6153.14
HexEF202B0575261655735
Octal35740530127122654512765
Binary111011111000001010110101011110100101101011001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF202B; }

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

 H1.HeaderClassName
 {
   color: #EF202B;
 }
 .AnyTagClassName
 {
   color: #EF202B;
 }
</style>
background-color css

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

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

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

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

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

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