#F12E35

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

Shades of Alizarin #F12E35

Tints of Alizarin #F12E35

Color information

#F12E35 (or 0xF12E35) is unknown color: approx Alizarin. HEX triplet: F1, 2E and 35. RGB value is (241,46,53). Sum of RGB (Red+Green+Blue) = 241+46+53=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E35 is #0ED1CA. Grayscale: #696969. Windows color (decimal): -971211 or 3485425. OLE color: 3485425.

HSL color Cylindrical-coordinate representation of color #F12E35: hue angle of 357.85º 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 #F12E35 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2414653-
CMYK00.810.780.05
HSL357.85º87.44%56.27%-
HSV(B)357.85º80.91%94.51%-
XYZ37.920.915.41-
YUV105.198.6224.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.88%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=70.88%
G=13.53%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241465300.810.780.05357.8587.4456.27
HexF12E350514E51665738
Octal36156650121116554612770
Binary111100011011101101010101000110011101011011001101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12E35; }

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

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

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

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

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

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

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

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