#F5212B

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

Shades of Alizarin #F5212B

Tints of Alizarin #F5212B

Color information

#F5212B (or 0xF5212B) is unknown color: approx Alizarin. HEX triplet: F5, 21 and 2B. RGB value is (245,33,43). Sum of RGB (Red+Green+Blue) = 245+33+43=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F5212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5212B is #0ADED4. Grayscale: #616161. Windows color (decimal): -712405 or 2826741. OLE color: 2826741.

HSL color Cylindrical-coordinate representation of color #F5212B: hue angle of 357.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5212B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB2453343-
CMYK00.870.820.04
HSL357.17º91.38%54.51%-
HSV(B)357.17º86.53%96.08%-
XYZ38.6420.674.24-
YUV97.5397.24233.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 76.32%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=76.32%
G=10.28%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245334300.870.820.04357.1791.3854.51
HexF5212B0575241655b37
Octal36541530127122454513367
Binary111101011000011010110101011110100101001011001011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5212B; }

 p { color: rgb(245,33,43); }

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

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

 a { background-color: rgb(245,33,43); }

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

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

 span { border-color: rgb(245,33,43); }

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