Shades of Alizarin #FD272A
Tints of Alizarin #FD272A
RGB
CMYK
RGB Variations
Color information
#FD272A (or 0xFD272A) is known color: Alizarin. HEX triplet: FD, 27 and 2A. RGB value is (253,39,42). Sum of RGB (Red+Green+Blue) = 253+39+42=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD272A is #02D8D5. Grayscale: #676767. Windows color (decimal): -186582 or 2762749. OLE color: 2762749.
HSL color Cylindrical-coordinate representation of color #FD272A: hue angle of 359.16º 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 #FD272A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.01 |
| HSL | 359.16º | 0.98% | 0.57% | - |
| HSV(B) | 359.16º | 0.85% | 0.99% | - |
| XYZ | 41.65 | 22.5 | 4.34 | - |
| YUV | 103.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 42 | 0 | 0.85 | 0.83 | 0.01 | 359.16 | 0.98 | 0.57 |
| Hex | FD | 27 | 2A | 0 | 55 | 53 | 1 | 167 | 62 | 39 |
| Octal | 375 | 47 | 52 | 0 | 125 | 123 | 1 | 547 | 142 | 71 |
| Binary | 11111101 | 100111 | 101010 | 0 | 1010101 | 1010011 | 1 | 101100111 | 1100010 | 111001 |
Color Harmonies of #FD272A
Complementary color
Monochromatic Colors of #FD272A
Black with #FD272A
Text Example
Text Example
White with #FD272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD272A; }
p { color: rgb(253,39,42); }
H1.HeaderClassName
{
color: #FD272A;
}
.AnyTagClassName
{
color: #FD272A;
}
</style>
background-color css
<style>
a { background-color: #FD272A; }
a { background-color: rgb(253,39,42); }
div.DivClassName
{
background-color: #FD272A;
}
.BgClassName
{
background-color: #FD272A;
}
</style>
border-color css
<style>
span { border-color: #FD272A; }
span { border-color: rgb(253,39,42); }
td.TdClassName
{
border-color: #FD272A;
}
.TagClassName
{
border-color: #FD272A;
}
</style>