Shades of Alizarin #FD272E
Tints of Alizarin #FD272E
RGB
CMYK
RGB Variations
Color information
#FD272E (or 0xFD272E) is known color: Alizarin. HEX triplet: FD, 27 and 2E. RGB value is (253,39,46). Sum of RGB (Red+Green+Blue) = 253+39+46=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD272E is #02D8D1. Grayscale: #676767. Windows color (decimal): -186578 or 3024893. OLE color: 3024893.
HSL color Cylindrical-coordinate representation of color #FD272E: hue angle of 358.04º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD272E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 46 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.01 |
| HSL | 358.04º | 0.98% | 0.57% | - |
| HSV(B) | 358.04º | 0.85% | 0.99% | - |
| XYZ | 41.73 | 22.53 | 4.73 | - |
| YUV | 103.78 | 95.4 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 46 | 0 | 0.85 | 0.82 | 0.01 | 358.04 | 0.98 | 0.57 |
| Hex | FD | 27 | 2E | 0 | 55 | 52 | 1 | 166 | 62 | 39 |
| Octal | 375 | 47 | 56 | 0 | 125 | 122 | 1 | 546 | 142 | 71 |
| Binary | 11111101 | 100111 | 101110 | 0 | 1010101 | 1010010 | 1 | 101100110 | 1100010 | 111001 |
Color Harmonies of #FD272E
Complementary color
Monochromatic Colors of #FD272E
Black with #FD272E
Text Example
Text Example
White with #FD272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD272E; }
p { color: rgb(253,39,46); }
H1.HeaderClassName
{
color: #FD272E;
}
.AnyTagClassName
{
color: #FD272E;
}
</style>
background-color css
<style>
a { background-color: #FD272E; }
a { background-color: rgb(253,39,46); }
div.DivClassName
{
background-color: #FD272E;
}
.BgClassName
{
background-color: #FD272E;
}
</style>
border-color css
<style>
span { border-color: #FD272E; }
span { border-color: rgb(253,39,46); }
td.TdClassName
{
border-color: #FD272E;
}
.TagClassName
{
border-color: #FD272E;
}
</style>