Shades of Alizarin #FF333D
Tints of Alizarin #FF333D
RGB
CMYK
RGB Variations
Color information
#FF333D (or 0xFF333D) is known color: Alizarin. HEX triplet: FF, 33 and 3D. RGB value is (255,51,61). Sum of RGB (Red+Green+Blue) = 255+51+61=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF333D is #00CCC2. Grayscale: #717171. Windows color (decimal): -52419 or 4011007. OLE color: 4011007.
HSL color Cylindrical-coordinate representation of color #FF333D: hue angle of 357.06º 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 #FF333D is Cyan = 0, Magento = 0.8, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 61 | - |
| CMYK | 0 | 0.8 | 0.76 | 0 |
| HSL | 357.06º | 1% | 0.6% | - |
| HSV(B) | 357.06º | 0.8% | 1% | - |
| XYZ | 43.27 | 23.96 | 6.76 | - |
| YUV | 113.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 61 | 0 | 0.8 | 0.76 | 0 | 357.06 | 1 | 0.6 |
| Hex | FF | 33 | 3D | 0 | 50 | 4C | 0 | 165 | 64 | 3C |
| Octal | 377 | 63 | 75 | 0 | 120 | 114 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110011 | 111101 | 0 | 1010000 | 1001100 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF333D
Complementary color
Monochromatic Colors of #FF333D
Black with #FF333D
Text Example
Text Example
White with #FF333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF333D; }
p { color: rgb(255,51,61); }
H1.HeaderClassName
{
color: #FF333D;
}
.AnyTagClassName
{
color: #FF333D;
}
</style>
background-color css
<style>
a { background-color: #FF333D; }
a { background-color: rgb(255,51,61); }
div.DivClassName
{
background-color: #FF333D;
}
.BgClassName
{
background-color: #FF333D;
}
</style>
border-color css
<style>
span { border-color: #FF333D; }
span { border-color: rgb(255,51,61); }
td.TdClassName
{
border-color: #FF333D;
}
.TagClassName
{
border-color: #FF333D;
}
</style>