#F52224

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

Shades of Alizarin #F52224

Tints of Alizarin #F52224

Color information

#F52224 (or 0xF52224) is unknown color: approx Alizarin. HEX triplet: F5, 22 and 24. RGB value is (245,34,36). Sum of RGB (Red+Green+Blue) = 245+34+36=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F52224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52224 is #0ADDDB. Grayscale: #616161. Windows color (decimal): -712156 or 2368245. OLE color: 2368245.

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

Color convert

RGB2453436-
CMYK00.860.850.04
HSL359.43º91.34%54.71%-
HSV(B)359.43º86.12%96.08%-
XYZ38.5520.683.63-
YUV97.3293.4233.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 77.78%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=77.78%
G=10.79%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245343600.860.850.04359.4391.3454.71
HexF522240565541675b37
Octal36542440126125454713367
Binary111101011000101001000101011010101011001011001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52224; }

 p { color: rgb(245,34,36); }

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

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

 a { background-color: rgb(245,34,36); }

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

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

 span { border-color: rgb(245,34,36); }

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