#FD353C

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

Shades of Alizarin #FD353C

Tints of Alizarin #FD353C

Color information

#FD353C (or 0xFD353C) is unknown color: approx Alizarin. HEX triplet: FD, 35 and 3C. RGB value is (253,53,60). Sum of RGB (Red+Green+Blue) = 253+53+60=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD353C is #02CAC3. Grayscale: #717171. Windows color (decimal): -182980 or 3945981. OLE color: 3945981.

HSL color Cylindrical-coordinate representation of color #FD353C: hue angle of 357.9º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD353C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB2535360-
CMYK00.790.760.01
HSL357.9º98.04%60%-
HSV(B)357.9º79.05%99.22%-
XYZ42.623.766.62-
YUV113.697.76227.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 69.13%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=69.13%
G=14.48%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253536000.790.760.01357.998.0460
HexFD353C04F4C1166623c
Octal37565740117114154614274
Binary1111110111010111110001001111100110011011001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD353C; }

 p { color: rgb(253,53,60); }

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

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

 a { background-color: rgb(253,53,60); }

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

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

 span { border-color: rgb(253,53,60); }

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