Shades of Alizarin #FD2B3A
Tints of Alizarin #FD2B3A
RGB
CMYK
RGB Variations
Color information
#FD2B3A (or 0xFD2B3A) is known color: Alizarin. HEX triplet: FD, 2B and 3A. RGB value is (253,43,58). Sum of RGB (Red+Green+Blue) = 253+43+58=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B3A is #02D4C5. Grayscale: #6B6B6B. Windows color (decimal): -185542 or 3812349. OLE color: 3812349.
HSL color Cylindrical-coordinate representation of color #FD2B3A: hue angle of 355.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2B3A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 58 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.01 |
| HSL | 355.71º | 0.98% | 0.58% | - |
| HSV(B) | 355.71º | 0.83% | 0.99% | - |
| XYZ | 42.14 | 22.92 | 6.21 | - |
| YUV | 107.5 | 100.07 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 58 | 0 | 0.83 | 0.77 | 0.01 | 355.71 | 0.98 | 0.58 |
| Hex | FD | 2B | 3A | 0 | 53 | 4D | 1 | 164 | 62 | 3A |
| Octal | 375 | 53 | 72 | 0 | 123 | 115 | 1 | 544 | 142 | 72 |
| Binary | 11111101 | 101011 | 111010 | 0 | 1010011 | 1001101 | 1 | 101100100 | 1100010 | 111010 |
Color Harmonies of #FD2B3A
Complementary color
Monochromatic Colors of #FD2B3A
Black with #FD2B3A
Text Example
Text Example
White with #FD2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B3A; }
p { color: rgb(253,43,58); }
H1.HeaderClassName
{
color: #FD2B3A;
}
.AnyTagClassName
{
color: #FD2B3A;
}
</style>
background-color css
<style>
a { background-color: #FD2B3A; }
a { background-color: rgb(253,43,58); }
div.DivClassName
{
background-color: #FD2B3A;
}
.BgClassName
{
background-color: #FD2B3A;
}
</style>
border-color css
<style>
span { border-color: #FD2B3A; }
span { border-color: rgb(253,43,58); }
td.TdClassName
{
border-color: #FD2B3A;
}
.TagClassName
{
border-color: #FD2B3A;
}
</style>