Shades of Alizarin #FD333B
Tints of Alizarin #FD333B
RGB
CMYK
RGB Variations
Color information
#FD333B (or 0xFD333B) is known color: Alizarin. HEX triplet: FD, 33 and 3B. RGB value is (253,51,59). Sum of RGB (Red+Green+Blue) = 253+51+59=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD333B is #02CCC4. Grayscale: #707070. Windows color (decimal): -183493 or 3879933. OLE color: 3879933.
HSL color Cylindrical-coordinate representation of color #FD333B: hue angle of 357.62º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD333B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 59 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.01 |
| HSL | 357.62º | 0.98% | 0.6% | - |
| HSV(B) | 357.62º | 0.8% | 0.99% | - |
| XYZ | 42.48 | 23.57 | 6.45 | - |
| YUV | 112.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 59 | 0 | 0.80 | 0.77 | 0.01 | 357.62 | 0.98 | 0.6 |
| Hex | FD | 33 | 3B | 0 | 50 | 4D | 1 | 166 | 62 | 3C |
| Octal | 375 | 63 | 73 | 0 | 120 | 115 | 1 | 546 | 142 | 74 |
| Binary | 11111101 | 110011 | 111011 | 0 | 1010000 | 1001101 | 1 | 101100110 | 1100010 | 111100 |
Color Harmonies of #FD333B
Complementary color
Monochromatic Colors of #FD333B
Black with #FD333B
Text Example
Text Example
White with #FD333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD333B; }
p { color: rgb(253,51,59); }
H1.HeaderClassName
{
color: #FD333B;
}
.AnyTagClassName
{
color: #FD333B;
}
</style>
background-color css
<style>
a { background-color: #FD333B; }
a { background-color: rgb(253,51,59); }
div.DivClassName
{
background-color: #FD333B;
}
.BgClassName
{
background-color: #FD333B;
}
</style>
border-color css
<style>
span { border-color: #FD333B; }
span { border-color: rgb(253,51,59); }
td.TdClassName
{
border-color: #FD333B;
}
.TagClassName
{
border-color: #FD333B;
}
</style>