Shades of Alizarin #FF333B
Tints of Alizarin #FF333B
RGB
CMYK
RGB Variations
Color information
#FF333B (or 0xFF333B) is known color: Alizarin. HEX triplet: FF, 33 and 3B. RGB value is (255,51,59). Sum of RGB (Red+Green+Blue) = 255+51+59=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF333B is #00CCC4. Grayscale: #717171. Windows color (decimal): -52421 or 3879935. OLE color: 3879935.
HSL color Cylindrical-coordinate representation of color #FF333B: hue angle of 357.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF333B is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 59 | - |
| CMYK | 0 | 0.8 | 0.77 | 0 |
| HSL | 357.65º | 1% | 0.6% | - |
| HSV(B) | 357.65º | 0.8% | 1% | - |
| XYZ | 43.21 | 23.94 | 6.48 | - |
| YUV | 112.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 59 | 0 | 0.8 | 0.77 | 0 | 357.65 | 1 | 0.6 |
| Hex | FF | 33 | 3B | 0 | 50 | 4D | 0 | 166 | 64 | 3C |
| Octal | 377 | 63 | 73 | 0 | 120 | 115 | 0 | 546 | 144 | 74 |
| Binary | 11111111 | 110011 | 111011 | 0 | 1010000 | 1001101 | 0 | 101100110 | 1100100 | 111100 |
Color Harmonies of #FF333B
Complementary color
Monochromatic Colors of #FF333B
Black with #FF333B
Text Example
Text Example
White with #FF333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF333B; }
p { color: rgb(255,51,59); }
H1.HeaderClassName
{
color: #FF333B;
}
.AnyTagClassName
{
color: #FF333B;
}
</style>
background-color css
<style>
a { background-color: #FF333B; }
a { background-color: rgb(255,51,59); }
div.DivClassName
{
background-color: #FF333B;
}
.BgClassName
{
background-color: #FF333B;
}
</style>
border-color css
<style>
span { border-color: #FF333B; }
span { border-color: rgb(255,51,59); }
td.TdClassName
{
border-color: #FF333B;
}
.TagClassName
{
border-color: #FF333B;
}
</style>