Shades of Alizarin #FD2733
Tints of Alizarin #FD2733
RGB
CMYK
RGB Variations
Color information
#FD2733 (or 0xFD2733) is known color: Alizarin. HEX triplet: FD, 27 and 33. RGB value is (253,39,51). Sum of RGB (Red+Green+Blue) = 253+39+51=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2733 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2733 is #02D8CC. Grayscale: #686868. Windows color (decimal): -186573 or 3352573. OLE color: 3352573.
HSL color Cylindrical-coordinate representation of color #FD2733: hue angle of 356.64º 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 #FD2733 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 51 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.01 |
| HSL | 356.64º | 0.98% | 0.57% | - |
| HSV(B) | 356.64º | 0.85% | 0.99% | - |
| XYZ | 41.83 | 22.57 | 5.28 | - |
| YUV | 104.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 51 | 0 | 0.85 | 0.80 | 0.01 | 356.64 | 0.98 | 0.57 |
| Hex | FD | 27 | 33 | 0 | 55 | 50 | 1 | 165 | 62 | 39 |
| Octal | 375 | 47 | 63 | 0 | 125 | 120 | 1 | 545 | 142 | 71 |
| Binary | 11111101 | 100111 | 110011 | 0 | 1010101 | 1010000 | 1 | 101100101 | 1100010 | 111001 |
Color Harmonies of #FD2733
Complementary color
Monochromatic Colors of #FD2733
Black with #FD2733
Text Example
Text Example
White with #FD2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2733; }
p { color: rgb(253,39,51); }
H1.HeaderClassName
{
color: #FD2733;
}
.AnyTagClassName
{
color: #FD2733;
}
</style>
background-color css
<style>
a { background-color: #FD2733; }
a { background-color: rgb(253,39,51); }
div.DivClassName
{
background-color: #FD2733;
}
.BgClassName
{
background-color: #FD2733;
}
</style>
border-color css
<style>
span { border-color: #FD2733; }
span { border-color: rgb(253,39,51); }
td.TdClassName
{
border-color: #FD2733;
}
.TagClassName
{
border-color: #FD2733;
}
</style>