Shades of Alizarin #FF333C
Tints of Alizarin #FF333C
RGB
CMYK
RGB Variations
Color information
#FF333C (or 0xFF333C) is known color: Alizarin. HEX triplet: FF, 33 and 3C. RGB value is (255,51,60). Sum of RGB (Red+Green+Blue) = 255+51+60=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF333C is #00CCC3. Grayscale: #717171. Windows color (decimal): -52420 or 3945471. OLE color: 3945471.
HSL color Cylindrical-coordinate representation of color #FF333C: hue angle of 357.35º 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 #FF333C is Cyan = 0, Magento = 0.8, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 60 | - |
| CMYK | 0 | 0.8 | 0.76 | 0 |
| HSL | 357.35º | 1% | 0.6% | - |
| HSV(B) | 357.35º | 0.8% | 1% | - |
| XYZ | 43.24 | 23.95 | 6.62 | - |
| YUV | 113.02 | 98.09 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 60 | 0 | 0.8 | 0.76 | 0 | 357.35 | 1 | 0.6 |
| Hex | FF | 33 | 3C | 0 | 50 | 4C | 0 | 165 | 64 | 3C |
| Octal | 377 | 63 | 74 | 0 | 120 | 114 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110011 | 111100 | 0 | 1010000 | 1001100 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF333C
Complementary color
Monochromatic Colors of #FF333C
Black with #FF333C
Text Example
Text Example
White with #FF333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF333C; }
p { color: rgb(255,51,60); }
H1.HeaderClassName
{
color: #FF333C;
}
.AnyTagClassName
{
color: #FF333C;
}
</style>
background-color css
<style>
a { background-color: #FF333C; }
a { background-color: rgb(255,51,60); }
div.DivClassName
{
background-color: #FF333C;
}
.BgClassName
{
background-color: #FF333C;
}
</style>
border-color css
<style>
span { border-color: #FF333C; }
span { border-color: rgb(255,51,60); }
td.TdClassName
{
border-color: #FF333C;
}
.TagClassName
{
border-color: #FF333C;
}
</style>