Shades of Alizarin #FD2E32
Tints of Alizarin #FD2E32
RGB
CMYK
RGB Variations
Color information
#FD2E32 (or 0xFD2E32) is known color: Alizarin. HEX triplet: FD, 2E and 32. RGB value is (253,46,50). Sum of RGB (Red+Green+Blue) = 253+46+50=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E32 is #02D1CD. Grayscale: #6C6C6C. Windows color (decimal): -184782 or 3288829. OLE color: 3288829.
HSL color Cylindrical-coordinate representation of color #FD2E32: hue angle of 358.84º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E32 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 50 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.01 |
| HSL | 358.84º | 0.98% | 0.59% | - |
| HSV(B) | 358.84º | 0.82% | 0.99% | - |
| XYZ | 42.06 | 23.07 | 5.25 | - |
| YUV | 108.35 | 95.08 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 50 | 0 | 0.82 | 0.80 | 0.01 | 358.84 | 0.98 | 0.59 |
| Hex | FD | 2E | 32 | 0 | 52 | 50 | 1 | 167 | 62 | 3B |
| Octal | 375 | 56 | 62 | 0 | 122 | 120 | 1 | 547 | 142 | 73 |
| Binary | 11111101 | 101110 | 110010 | 0 | 1010010 | 1010000 | 1 | 101100111 | 1100010 | 111011 |
Color Harmonies of #FD2E32
Complementary color
Monochromatic Colors of #FD2E32
Black with #FD2E32
Text Example
Text Example
White with #FD2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E32; }
p { color: rgb(253,46,50); }
H1.HeaderClassName
{
color: #FD2E32;
}
.AnyTagClassName
{
color: #FD2E32;
}
</style>
background-color css
<style>
a { background-color: #FD2E32; }
a { background-color: rgb(253,46,50); }
div.DivClassName
{
background-color: #FD2E32;
}
.BgClassName
{
background-color: #FD2E32;
}
</style>
border-color css
<style>
span { border-color: #FD2E32; }
span { border-color: rgb(253,46,50); }
td.TdClassName
{
border-color: #FD2E32;
}
.TagClassName
{
border-color: #FD2E32;
}
</style>