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