#F52C3D

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

Shades of Alizarin #F52C3D

Tints of Alizarin #F52C3D

Color information

#F52C3D (or 0xF52C3D) is unknown color: approx Alizarin. HEX triplet: F5, 2C and 3D. RGB value is (245,44,61). Sum of RGB (Red+Green+Blue) = 245+44+61=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C3D is #0AD3C2. Grayscale: #6A6A6A. Windows color (decimal): -709571 or 4009205. OLE color: 4009205.

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

Color convert

RGB2454461-
CMYK00.820.750.04
HSL354.93º90.95%56.67%-
HSV(B)354.93º82.04%96.08%-
XYZ39.421.556.5-
YUV106.04102.59227.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 70%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=70%
G=12.57%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245446100.820.750.04354.9390.9556.67
HexF52C3D0524B41635b39
Octal36554750122113454313371
Binary111101011011001111010101001010010111001011000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52C3D; }

 p { color: rgb(245,44,61); }

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

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

 a { background-color: rgb(245,44,61); }

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

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

 span { border-color: rgb(245,44,61); }

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