#ef1f26

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

Shades of Alizarin #EF1F26

Tints of Alizarin #EF1F26

Color information

#EF1F26 (or 0xEF1F26) is unknown color: approx Alizarin. HEX triplet: EF, 1F and 26. RGB value is (239,31,38). Sum of RGB (Red+Green+Blue) = 239+31+38=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F26 is #10E0D9. Grayscale: #5E5E5E. Windows color (decimal): -1106138 or 2498543. OLE color: 2498543.

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

Color convert

RGB2393138-
CMYK00.870.840.06
HSL357.98º86.67%52.94%-
HSV(B)357.98º87.03%93.73%-
XYZ36.4419.473.67-
YUV93.9996.41231.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.60%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=77.60%
G=10.06%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239313800.870.840.06357.9886.6752.94
HexEF1F260575461665735
Octal35737460127124654612765
Binary11101111111111001100101011110101001101011001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1f26; }

 p { color: rgb(239,31,38); }

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

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

 a { background-color: rgb(239,31,38); }

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

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

 span { border-color: rgb(239,31,38); }

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