#EF1D2F

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

Shades of Alizarin #EF1D2F

Tints of Alizarin #EF1D2F

Color information

#EF1D2F (or 0xEF1D2F) is unknown color: approx Alizarin. HEX triplet: EF, 1D and 2F. RGB value is (239,29,47). Sum of RGB (Red+Green+Blue) = 239+29+47=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D2F is #10E2D0. Grayscale: #5D5D5D. Windows color (decimal): -1106641 or 3087855. OLE color: 3087855.

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

Color convert

RGB2392947-
CMYK00.880.800.06
HSL354.86º86.78%52.55%-
HSV(B)354.86º87.87%93.73%-
XYZ36.5519.434.51-
YUV93.84101.57231.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.87%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=75.87%
G=9.21%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239294700.880.800.06354.8686.7852.55
HexEF1D2F0585061635735
Octal35735570130120654312765
Binary11101111111011011110101100010100001101011000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1D2F; }

 p { color: rgb(239,29,47); }

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

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

 a { background-color: rgb(239,29,47); }

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

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

 span { border-color: rgb(239,29,47); }

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