Shades of Alizarin #FF353C
Tints of Alizarin #FF353C
RGB
CMYK
RGB Variations
Color information
#FF353C (or 0xFF353C) is known color: Alizarin. HEX triplet: FF, 35 and 3C. RGB value is (255,53,60). Sum of RGB (Red+Green+Blue) = 255+53+60=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF353C is #00CAC3. Grayscale: #727272. Windows color (decimal): -51908 or 3945983. OLE color: 3945983.
HSL color Cylindrical-coordinate representation of color #FF353C: hue angle of 357.92º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF353C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0 |
| HSL | 357.92º | 1% | 0.6% | - |
| HSV(B) | 357.92º | 0.79% | 1% | - |
| XYZ | 43.33 | 24.13 | 6.65 | - |
| YUV | 114.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 60 | 0 | 0.79 | 0.76 | 0 | 357.92 | 1 | 0.6 |
| Hex | FF | 35 | 3C | 0 | 4F | 4C | 0 | 166 | 64 | 3C |
| Octal | 377 | 65 | 74 | 0 | 117 | 114 | 0 | 546 | 144 | 74 |
| Binary | 11111111 | 110101 | 111100 | 0 | 1001111 | 1001100 | 0 | 101100110 | 1100100 | 111100 |
Color Harmonies of #FF353C
Complementary color
Monochromatic Colors of #FF353C
Black with #FF353C
Text Example
Text Example
White with #FF353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF353C; }
p { color: rgb(255,53,60); }
H1.HeaderClassName
{
color: #FF353C;
}
.AnyTagClassName
{
color: #FF353C;
}
</style>
background-color css
<style>
a { background-color: #FF353C; }
a { background-color: rgb(255,53,60); }
div.DivClassName
{
background-color: #FF353C;
}
.BgClassName
{
background-color: #FF353C;
}
</style>
border-color css
<style>
span { border-color: #FF353C; }
span { border-color: rgb(255,53,60); }
td.TdClassName
{
border-color: #FF353C;
}
.TagClassName
{
border-color: #FF353C;
}
</style>