Shades of Alizarin #FD2C39
Tints of Alizarin #FD2C39
RGB
CMYK
RGB Variations
Color information
#FD2C39 (or 0xFD2C39) is known color: Alizarin. HEX triplet: FD, 2C and 39. RGB value is (253,44,57). Sum of RGB (Red+Green+Blue) = 253+44+57=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2C39 is #02D3C6. Grayscale: #6C6C6C. Windows color (decimal): -185287 or 3747069. OLE color: 3747069.
HSL color Cylindrical-coordinate representation of color #FD2C39: hue angle of 356.27º 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 #FD2C39 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 57 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.01 |
| HSL | 356.27º | 0.98% | 0.58% | - |
| HSV(B) | 356.27º | 0.83% | 0.99% | - |
| XYZ | 42.15 | 22.98 | 6.08 | - |
| YUV | 107.97 | 99.24 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 57 | 0 | 0.83 | 0.77 | 0.01 | 356.27 | 0.98 | 0.58 |
| Hex | FD | 2C | 39 | 0 | 53 | 4D | 1 | 164 | 62 | 3A |
| Octal | 375 | 54 | 71 | 0 | 123 | 115 | 1 | 544 | 142 | 72 |
| Binary | 11111101 | 101100 | 111001 | 0 | 1010011 | 1001101 | 1 | 101100100 | 1100010 | 111010 |
Color Harmonies of #FD2C39
Complementary color
Monochromatic Colors of #FD2C39
Black with #FD2C39
Text Example
Text Example
White with #FD2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C39; }
p { color: rgb(253,44,57); }
H1.HeaderClassName
{
color: #FD2C39;
}
.AnyTagClassName
{
color: #FD2C39;
}
</style>
background-color css
<style>
a { background-color: #FD2C39; }
a { background-color: rgb(253,44,57); }
div.DivClassName
{
background-color: #FD2C39;
}
.BgClassName
{
background-color: #FD2C39;
}
</style>
border-color css
<style>
span { border-color: #FD2C39; }
span { border-color: rgb(253,44,57); }
td.TdClassName
{
border-color: #FD2C39;
}
.TagClassName
{
border-color: #FD2C39;
}
</style>