Shades of Alizarin #FD323C
Tints of Alizarin #FD323C
RGB
CMYK
RGB Variations
Color information
#FD323C (or 0xFD323C) is known color: 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
| RGB | 253 | 50 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.01 |
| HSL | 357.04º | 0.98% | 0.59% | - |
| HSV(B) | 357.04º | 0.8% | 0.99% | - |
| XYZ | 42.46 | 23.49 | 6.57 | - |
| YUV | 111.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 60 | 0 | 0.80 | 0.76 | 0.01 | 357.04 | 0.98 | 0.59 |
| Hex | FD | 32 | 3C | 0 | 50 | 4C | 1 | 165 | 62 | 3B |
| Octal | 375 | 62 | 74 | 0 | 120 | 114 | 1 | 545 | 142 | 73 |
| Binary | 11111101 | 110010 | 111100 | 0 | 1010000 | 1001100 | 1 | 101100101 | 1100010 | 111011 |
Color Harmonies of #FD323C
Complementary color
Monochromatic Colors of #FD323C
Black with #FD323C
Text Example
Text Example
White with #FD323C
Text Example
Text Example
HTML Codes & Css Web 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>