Shades of Alizarin #FD353B
Tints of Alizarin #FD353B
RGB
CMYK
RGB Variations
Color information
#FD353B (or 0xFD353B) is known color: Alizarin. HEX triplet: FD, 35 and 3B. RGB value is (253,53,59). Sum of RGB (Red+Green+Blue) = 253+53+59=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD353B is #02CAC4. Grayscale: #717171. Windows color (decimal): -182981 or 3880445. OLE color: 3880445.
HSL color Cylindrical-coordinate representation of color #FD353B: hue angle of 358.2º 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 #FD353B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 59 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.01 |
| HSL | 358.2º | 0.98% | 0.6% | - |
| HSV(B) | 358.2º | 0.79% | 0.99% | - |
| XYZ | 42.57 | 23.74 | 6.48 | - |
| YUV | 113.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 59 | 0 | 0.79 | 0.77 | 0.01 | 358.2 | 0.98 | 0.6 |
| Hex | FD | 35 | 3B | 0 | 4F | 4D | 1 | 166 | 62 | 3C |
| Octal | 375 | 65 | 73 | 0 | 117 | 115 | 1 | 546 | 142 | 74 |
| Binary | 11111101 | 110101 | 111011 | 0 | 1001111 | 1001101 | 1 | 101100110 | 1100010 | 111100 |
Color Harmonies of #FD353B
Complementary color
Monochromatic Colors of #FD353B
Black with #FD353B
Text Example
Text Example
White with #FD353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD353B; }
p { color: rgb(253,53,59); }
H1.HeaderClassName
{
color: #FD353B;
}
.AnyTagClassName
{
color: #FD353B;
}
</style>
background-color css
<style>
a { background-color: #FD353B; }
a { background-color: rgb(253,53,59); }
div.DivClassName
{
background-color: #FD353B;
}
.BgClassName
{
background-color: #FD353B;
}
</style>
border-color css
<style>
span { border-color: #FD353B; }
span { border-color: rgb(253,53,59); }
td.TdClassName
{
border-color: #FD353B;
}
.TagClassName
{
border-color: #FD353B;
}
</style>