Shades of Alizarin #FD2B41
Tints of Alizarin #FD2B41
RGB
CMYK
RGB Variations
Color information
#FD2B41 (or 0xFD2B41) is known color: Alizarin. HEX triplet: FD, 2B and 41. RGB value is (253,43,65). Sum of RGB (Red+Green+Blue) = 253+43+65=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B41 is #02D4BE. Grayscale: #6C6C6C. Windows color (decimal): -185535 or 4271101. OLE color: 4271101.
HSL color Cylindrical-coordinate representation of color #FD2B41: hue angle of 353.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 #FD2B41 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 65 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.01 |
| HSL | 353.71º | 0.98% | 0.58% | - |
| HSV(B) | 353.71º | 0.83% | 0.99% | - |
| XYZ | 42.33 | 22.99 | 7.21 | - |
| YUV | 108.3 | 103.57 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 65 | 0 | 0.83 | 0.74 | 0.01 | 353.71 | 0.98 | 0.58 |
| Hex | FD | 2B | 41 | 0 | 53 | 4A | 1 | 162 | 62 | 3A |
| Octal | 375 | 53 | 101 | 0 | 123 | 112 | 1 | 542 | 142 | 72 |
| Binary | 11111101 | 101011 | 1000001 | 0 | 1010011 | 1001010 | 1 | 101100010 | 1100010 | 111010 |
Color Harmonies of #FD2B41
Complementary color
Monochromatic Colors of #FD2B41
Black with #FD2B41
Text Example
Text Example
White with #FD2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B41; }
p { color: rgb(253,43,65); }
H1.HeaderClassName
{
color: #FD2B41;
}
.AnyTagClassName
{
color: #FD2B41;
}
</style>
background-color css
<style>
a { background-color: #FD2B41; }
a { background-color: rgb(253,43,65); }
div.DivClassName
{
background-color: #FD2B41;
}
.BgClassName
{
background-color: #FD2B41;
}
</style>
border-color css
<style>
span { border-color: #FD2B41; }
span { border-color: rgb(253,43,65); }
td.TdClassName
{
border-color: #FD2B41;
}
.TagClassName
{
border-color: #FD2B41;
}
</style>