Shades of Alizarin #FD333C
Tints of Alizarin #FD333C
RGB
CMYK
RGB Variations
Color information
#FD333C (or 0xFD333C) is known color: Alizarin. HEX triplet: FD, 33 and 3C. RGB value is (253,51,60). Sum of RGB (Red+Green+Blue) = 253+51+60=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD333C is #02CCC3. Grayscale: #707070. Windows color (decimal): -183492 or 3945469. OLE color: 3945469.
HSL color Cylindrical-coordinate representation of color #FD333C: hue angle of 357.33º 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 #FD333C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.01 |
| HSL | 357.33º | 0.98% | 0.6% | - |
| HSV(B) | 357.33º | 0.8% | 0.99% | - |
| XYZ | 42.51 | 23.58 | 6.59 | - |
| YUV | 112.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 60 | 0 | 0.80 | 0.76 | 0.01 | 357.33 | 0.98 | 0.6 |
| Hex | FD | 33 | 3C | 0 | 50 | 4C | 1 | 165 | 62 | 3C |
| Octal | 375 | 63 | 74 | 0 | 120 | 114 | 1 | 545 | 142 | 74 |
| Binary | 11111101 | 110011 | 111100 | 0 | 1010000 | 1001100 | 1 | 101100101 | 1100010 | 111100 |
Color Harmonies of #FD333C
Complementary color
Monochromatic Colors of #FD333C
Black with #FD333C
Text Example
Text Example
White with #FD333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD333C; }
p { color: rgb(253,51,60); }
H1.HeaderClassName
{
color: #FD333C;
}
.AnyTagClassName
{
color: #FD333C;
}
</style>
background-color css
<style>
a { background-color: #FD333C; }
a { background-color: rgb(253,51,60); }
div.DivClassName
{
background-color: #FD333C;
}
.BgClassName
{
background-color: #FD333C;
}
</style>
border-color css
<style>
span { border-color: #FD333C; }
span { border-color: rgb(253,51,60); }
td.TdClassName
{
border-color: #FD333C;
}
.TagClassName
{
border-color: #FD333C;
}
</style>