Shades of Alizarin #FD353C
Tints of Alizarin #FD353C
RGB
CMYK
RGB Variations
Color information
#FD353C (or 0xFD353C) is known color: 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
| RGB | 253 | 53 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.01 |
| HSL | 357.9º | 0.98% | 0.6% | - |
| HSV(B) | 357.9º | 0.79% | 0.99% | - |
| XYZ | 42.6 | 23.76 | 6.62 | - |
| YUV | 113.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 60 | 0 | 0.79 | 0.76 | 0.01 | 357.9 | 0.98 | 0.6 |
| Hex | FD | 35 | 3C | 0 | 4F | 4C | 1 | 166 | 62 | 3C |
| Octal | 375 | 65 | 74 | 0 | 117 | 114 | 1 | 546 | 142 | 74 |
| Binary | 11111101 | 110101 | 111100 | 0 | 1001111 | 1001100 | 1 | 101100110 | 1100010 | 111100 |
Color Harmonies of #FD353C
Complementary color
Monochromatic Colors of #FD353C
Black with #FD353C
Text Example
Text Example
White with #FD353C
Text Example
Text Example
HTML Codes & Css Web 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>