#EF202A

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

Shades of Alizarin #EF202A

Tints of Alizarin #EF202A

Color information

#EF202A (or 0xEF202A) is unknown color: approx Alizarin. HEX triplet: EF, 20 and 2A. RGB value is (239,32,42). Sum of RGB (Red+Green+Blue) = 239+32+42=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202A is #10DFD5. Grayscale: #5F5F5F. Windows color (decimal): -1105878 or 2760943. OLE color: 2760943.

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

Color convert

RGB2393242-
CMYK00.870.820.06
HSL357.1º86.61%53.14%-
HSV(B)357.1º86.61%93.73%-
XYZ36.5319.554.04-
YUV95.0398.08230.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.36%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=76.36%
G=10.22%
B=13.42%

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
Decimal239324200.870.820.06357.186.6153.14
HexEF202A0575261655735
Octal35740520127122654512765
Binary111011111000001010100101011110100101101011001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF202A; }

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

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

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

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

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

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

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

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