Shades of Alizarin #FD2F32
Tints of Alizarin #FD2F32
RGB
CMYK
RGB Variations
Color information
#FD2F32 (or 0xFD2F32) is known color: Alizarin. HEX triplet: FD, 2F and 32. RGB value is (253,47,50). Sum of RGB (Red+Green+Blue) = 253+47+50=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F32 is #02D0CD. Grayscale: #6D6D6D. Windows color (decimal): -184526 or 3289085. OLE color: 3289085.
HSL color Cylindrical-coordinate representation of color #FD2F32: hue angle of 359.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F32 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 50 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.01 |
| HSL | 359.13º | 0.98% | 0.59% | - |
| HSV(B) | 359.13º | 0.81% | 0.99% | - |
| XYZ | 42.1 | 23.15 | 5.27 | - |
| YUV | 108.94 | 94.75 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 50 | 0 | 0.81 | 0.80 | 0.01 | 359.13 | 0.98 | 0.59 |
| Hex | FD | 2F | 32 | 0 | 51 | 50 | 1 | 167 | 62 | 3B |
| Octal | 375 | 57 | 62 | 0 | 121 | 120 | 1 | 547 | 142 | 73 |
| Binary | 11111101 | 101111 | 110010 | 0 | 1010001 | 1010000 | 1 | 101100111 | 1100010 | 111011 |
Color Harmonies of #FD2F32
Complementary color
Monochromatic Colors of #FD2F32
Black with #FD2F32
Text Example
Text Example
White with #FD2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F32; }
p { color: rgb(253,47,50); }
H1.HeaderClassName
{
color: #FD2F32;
}
.AnyTagClassName
{
color: #FD2F32;
}
</style>
background-color css
<style>
a { background-color: #FD2F32; }
a { background-color: rgb(253,47,50); }
div.DivClassName
{
background-color: #FD2F32;
}
.BgClassName
{
background-color: #FD2F32;
}
</style>
border-color css
<style>
span { border-color: #FD2F32; }
span { border-color: rgb(253,47,50); }
td.TdClassName
{
border-color: #FD2F32;
}
.TagClassName
{
border-color: #FD2F32;
}
</style>