Shades of Alizarin #FD353E
Tints of Alizarin #FD353E
RGB
CMYK
RGB Variations
Color information
#FD353E (or 0xFD353E) is known color: Alizarin. HEX triplet: FD, 35 and 3E. RGB value is (253,53,62). Sum of RGB (Red+Green+Blue) = 253+53+62=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD353E is #02CAC1. Grayscale: #717171. Windows color (decimal): -182978 or 4077053. OLE color: 4077053.
HSL color Cylindrical-coordinate representation of color #FD353E: hue angle of 357.3º 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 #FD353E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 62 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.01 |
| HSL | 357.3º | 0.98% | 0.6% | - |
| HSV(B) | 357.3º | 0.79% | 0.99% | - |
| XYZ | 42.65 | 23.78 | 6.9 | - |
| YUV | 113.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 62 | 0 | 0.79 | 0.75 | 0.01 | 357.3 | 0.98 | 0.6 |
| Hex | FD | 35 | 3E | 0 | 4F | 4B | 1 | 165 | 62 | 3C |
| Octal | 375 | 65 | 76 | 0 | 117 | 113 | 1 | 545 | 142 | 74 |
| Binary | 11111101 | 110101 | 111110 | 0 | 1001111 | 1001011 | 1 | 101100101 | 1100010 | 111100 |
Color Harmonies of #FD353E
Complementary color
Monochromatic Colors of #FD353E
Black with #FD353E
Text Example
Text Example
White with #FD353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD353E; }
p { color: rgb(253,53,62); }
H1.HeaderClassName
{
color: #FD353E;
}
.AnyTagClassName
{
color: #FD353E;
}
</style>
background-color css
<style>
a { background-color: #FD353E; }
a { background-color: rgb(253,53,62); }
div.DivClassName
{
background-color: #FD353E;
}
.BgClassName
{
background-color: #FD353E;
}
</style>
border-color css
<style>
span { border-color: #FD353E; }
span { border-color: rgb(253,53,62); }
td.TdClassName
{
border-color: #FD353E;
}
.TagClassName
{
border-color: #FD353E;
}
</style>