Shades of Alizarin #FD2E33
Tints of Alizarin #FD2E33
RGB
CMYK
RGB Variations
Color information
#FD2E33 (or 0xFD2E33) is known color: Alizarin. HEX triplet: FD, 2E and 33. RGB value is (253,46,51). Sum of RGB (Red+Green+Blue) = 253+46+51=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E33 is #02D1CC. Grayscale: #6C6C6C. Windows color (decimal): -184781 or 3354365. OLE color: 3354365.
HSL color Cylindrical-coordinate representation of color #FD2E33: hue angle of 358.55º 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 #FD2E33 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 51 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.01 |
| HSL | 358.55º | 0.98% | 0.59% | - |
| HSV(B) | 358.55º | 0.82% | 0.99% | - |
| XYZ | 42.08 | 23.08 | 5.37 | - |
| YUV | 108.46 | 95.58 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 51 | 0 | 0.82 | 0.80 | 0.01 | 358.55 | 0.98 | 0.59 |
| Hex | FD | 2E | 33 | 0 | 52 | 50 | 1 | 167 | 62 | 3B |
| Octal | 375 | 56 | 63 | 0 | 122 | 120 | 1 | 547 | 142 | 73 |
| Binary | 11111101 | 101110 | 110011 | 0 | 1010010 | 1010000 | 1 | 101100111 | 1100010 | 111011 |
Color Harmonies of #FD2E33
Complementary color
Monochromatic Colors of #FD2E33
Black with #FD2E33
Text Example
Text Example
White with #FD2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E33; }
p { color: rgb(253,46,51); }
H1.HeaderClassName
{
color: #FD2E33;
}
.AnyTagClassName
{
color: #FD2E33;
}
</style>
background-color css
<style>
a { background-color: #FD2E33; }
a { background-color: rgb(253,46,51); }
div.DivClassName
{
background-color: #FD2E33;
}
.BgClassName
{
background-color: #FD2E33;
}
</style>
border-color css
<style>
span { border-color: #FD2E33; }
span { border-color: rgb(253,46,51); }
td.TdClassName
{
border-color: #FD2E33;
}
.TagClassName
{
border-color: #FD2E33;
}
</style>