Shades of Alizarin #FD323A
Tints of Alizarin #FD323A
RGB
CMYK
RGB Variations
Color information
#FD323A (or 0xFD323A) is known color: Alizarin. HEX triplet: FD, 32 and 3A. RGB value is (253,50,58). Sum of RGB (Red+Green+Blue) = 253+50+58=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD323A is #02CDC5. Grayscale: #6F6F6F. Windows color (decimal): -183750 or 3814141. OLE color: 3814141.
HSL color Cylindrical-coordinate representation of color #FD323A: hue angle of 357.64º 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 #FD323A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 58 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.01 |
| HSL | 357.64º | 0.98% | 0.59% | - |
| HSV(B) | 357.64º | 0.8% | 0.99% | - |
| XYZ | 42.41 | 23.47 | 6.3 | - |
| YUV | 111.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 58 | 0 | 0.80 | 0.77 | 0.01 | 357.64 | 0.98 | 0.59 |
| Hex | FD | 32 | 3A | 0 | 50 | 4D | 1 | 166 | 62 | 3B |
| Octal | 375 | 62 | 72 | 0 | 120 | 115 | 1 | 546 | 142 | 73 |
| Binary | 11111101 | 110010 | 111010 | 0 | 1010000 | 1001101 | 1 | 101100110 | 1100010 | 111011 |
Color Harmonies of #FD323A
Complementary color
Monochromatic Colors of #FD323A
Black with #FD323A
Text Example
Text Example
White with #FD323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD323A; }
p { color: rgb(253,50,58); }
H1.HeaderClassName
{
color: #FD323A;
}
.AnyTagClassName
{
color: #FD323A;
}
</style>
background-color css
<style>
a { background-color: #FD323A; }
a { background-color: rgb(253,50,58); }
div.DivClassName
{
background-color: #FD323A;
}
.BgClassName
{
background-color: #FD323A;
}
</style>
border-color css
<style>
span { border-color: #FD323A; }
span { border-color: rgb(253,50,58); }
td.TdClassName
{
border-color: #FD323A;
}
.TagClassName
{
border-color: #FD323A;
}
</style>