#f12e3b

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

Shades of Alizarin #F12E3B

Tints of Alizarin #F12E3B

Color information

#F12E3B (or 0xF12E3B) is unknown color: approx Alizarin. HEX triplet: F1, 2E and 3B. RGB value is (241,46,59). Sum of RGB (Red+Green+Blue) = 241+46+59=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E3B is #0ED1C4. Grayscale: #696969. Windows color (decimal): -971205 or 3878641. OLE color: 3878641.

HSL color Cylindrical-coordinate representation of color #F12E3B: hue angle of 356º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12E3B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB2414659-
CMYK00.810.760.05
HSL356º87.44%56.27%-
HSV(B)356º80.91%94.51%-
XYZ38.0420.976.18-
YUV105.79101.6224.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.65%
GREEN value IS 46 (18.36% from 255) = 13.29%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=69.65%
G=13.29%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241465900.810.760.0535687.4456.27
HexF12E3B0514C51645738
Octal36156730121114554412770
Binary111100011011101110110101000110011001011011001001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12e3b; }

 p { color: rgb(241,46,59); }

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

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

 a { background-color: rgb(241,46,59); }

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

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

 span { border-color: rgb(241,46,59); }

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