#EF191E

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

Shades of Alizarin #EF191E

Tints of Alizarin #EF191E

Color information

#EF191E (or 0xEF191E) is unknown color: approx Alizarin. HEX triplet: EF, 19 and 1E. RGB value is (239,25,30). Sum of RGB (Red+Green+Blue) = 239+25+30=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF191E is #10E6E1. Grayscale: #595959. Windows color (decimal): -1107682 or 1972719. OLE color: 1972719.

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

Color convert

RGB2392530-
CMYK00.900.870.06
HSL358.6º86.99%51.76%-
HSV(B)358.6º89.54%93.73%-
XYZ36.1819.143.02-
YUV89.5694.4234.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 81.29%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=81.29%
G=8.50%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239253000.900.870.06358.686.9951.76
HexEF191E05A5761675734
Octal35731360132127654712764
Binary1110111111001111100101101010101111101011001111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF191E; }

 p { color: rgb(239,25,30); }

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

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

 a { background-color: rgb(239,25,30); }

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

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

 span { border-color: rgb(239,25,30); }

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