#FD323C

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

Shades of Alizarin #FD323C

Tints of Alizarin #FD323C

Color information

#FD323C (or 0xFD323C) is unknown color: approx Alizarin. HEX triplet: FD, 32 and 3C. RGB value is (253,50,60). Sum of RGB (Red+Green+Blue) = 253+50+60=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD323C is #02CDC3. Grayscale: #6F6F6F. Windows color (decimal): -183748 or 3945213. OLE color: 3945213.

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

Color convert

RGB2535060-
CMYK00.800.760.01
HSL357.04º98.07%59.41%-
HSV(B)357.04º80.24%99.22%-
XYZ42.4623.496.57-
YUV111.8498.75228.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 69.70%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=69.70%
G=13.77%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253506000.800.760.01357.0498.0759.41
HexFD323C0504C1165623b
Octal37562740120114154514273
Binary1111110111001011110001010000100110011011001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD323C; }

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

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

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

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

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

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

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

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