#EF1A25

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

Shades of Alizarin #EF1A25

Tints of Alizarin #EF1A25

Color information

#EF1A25 (or 0xEF1A25) is unknown color: approx Alizarin. HEX triplet: EF, 1A and 25. RGB value is (239,26,37). Sum of RGB (Red+Green+Blue) = 239+26+37=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A25 is #10E5DA. Grayscale: #5B5B5B. Windows color (decimal): -1107419 or 2431727. OLE color: 2431727.

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

Color convert

RGB2392637-
CMYK00.890.850.06
HSL356.9º86.94%51.96%-
HSV(B)356.9º89.12%93.73%-
XYZ36.319.223.55-
YUV90.9497.57233.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 79.14%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=79.14%
G=8.61%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239263700.890.850.06356.986.9451.96
HexEF1A250595561655734
Octal35732450131125654512764
Binary11101111110101001010101100110101011101011001011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A25; }

 p { color: rgb(239,26,37); }

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

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

 a { background-color: rgb(239,26,37); }

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

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

 span { border-color: rgb(239,26,37); }

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