#F12C31

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

Shades of Alizarin #F12C31

Tints of Alizarin #F12C31

Color information

#F12C31 (or 0xF12C31) is unknown color: approx Alizarin. HEX triplet: F1, 2C and 31. RGB value is (241,44,49). Sum of RGB (Red+Green+Blue) = 241+44+49=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C31 is #0ED3CE. Grayscale: #676767. Windows color (decimal): -971727 or 3222769. OLE color: 3222769.

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

Color convert

RGB2414449-
CMYK00.820.800.05
HSL358.48º87.56%55.88%-
HSV(B)358.48º81.74%94.51%-
XYZ37.7320.724.92-
YUV103.4797.27226.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.16%
GREEN value IS 44 (17.58% from 255) = 13.17%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=72.16%
G=13.17%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241444900.820.800.05358.4887.5655.88
HexF12C310525051665838
Octal36154610122120554613070
Binary111100011011001100010101001010100001011011001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12C31; }

 p { color: rgb(241,44,49); }

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

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

 a { background-color: rgb(241,44,49); }

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

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

 span { border-color: rgb(241,44,49); }

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