Shades of Alizarin #FD353D
Tints of Alizarin #FD353D
RGB
CMYK
RGB Variations
Color information
#FD353D (or 0xFD353D) is known color: Alizarin. HEX triplet: FD, 35 and 3D. RGB value is (253,53,61). Sum of RGB (Red+Green+Blue) = 253+53+61=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD353D is #02CAC2. Grayscale: #717171. Windows color (decimal): -182979 or 4011517. OLE color: 4011517.
HSL color Cylindrical-coordinate representation of color #FD353D: hue angle of 357.6º 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 #FD353D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 61 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.01 |
| HSL | 357.6º | 0.98% | 0.6% | - |
| HSV(B) | 357.6º | 0.79% | 0.99% | - |
| XYZ | 42.62 | 23.77 | 6.76 | - |
| YUV | 113.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 61 | 0 | 0.79 | 0.76 | 0.01 | 357.6 | 0.98 | 0.6 |
| Hex | FD | 35 | 3D | 0 | 4F | 4C | 1 | 166 | 62 | 3C |
| Octal | 375 | 65 | 75 | 0 | 117 | 114 | 1 | 546 | 142 | 74 |
| Binary | 11111101 | 110101 | 111101 | 0 | 1001111 | 1001100 | 1 | 101100110 | 1100010 | 111100 |
Color Harmonies of #FD353D
Complementary color
Monochromatic Colors of #FD353D
Black with #FD353D
Text Example
Text Example
White with #FD353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD353D; }
p { color: rgb(253,53,61); }
H1.HeaderClassName
{
color: #FD353D;
}
.AnyTagClassName
{
color: #FD353D;
}
</style>
background-color css
<style>
a { background-color: #FD353D; }
a { background-color: rgb(253,53,61); }
div.DivClassName
{
background-color: #FD353D;
}
.BgClassName
{
background-color: #FD353D;
}
</style>
border-color css
<style>
span { border-color: #FD353D; }
span { border-color: rgb(253,53,61); }
td.TdClassName
{
border-color: #FD353D;
}
.TagClassName
{
border-color: #FD353D;
}
</style>