Shades of Alizarin #FF353F
Tints of Alizarin #FF353F
RGB
CMYK
RGB Variations
Color information
#FF353F (or 0xFF353F) is known color: Alizarin. HEX triplet: FF, 35 and 3F. RGB value is (255,53,63). Sum of RGB (Red+Green+Blue) = 255+53+63=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF353F is #00CAC0. Grayscale: #727272. Windows color (decimal): -51905 or 4142591. OLE color: 4142591.
HSL color Cylindrical-coordinate representation of color #FF353F: hue angle of 357.03º 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 #FF353F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0 |
| HSL | 357.03º | 1% | 0.6% | - |
| HSV(B) | 357.03º | 0.79% | 1% | - |
| XYZ | 43.41 | 24.17 | 7.08 | - |
| YUV | 114.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 63 | 0 | 0.79 | 0.75 | 0 | 357.03 | 1 | 0.6 |
| Hex | FF | 35 | 3F | 0 | 4F | 4B | 0 | 165 | 64 | 3C |
| Octal | 377 | 65 | 77 | 0 | 117 | 113 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110101 | 111111 | 0 | 1001111 | 1001011 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF353F
Complementary color
Monochromatic Colors of #FF353F
Black with #FF353F
Text Example
Text Example
White with #FF353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF353F; }
p { color: rgb(255,53,63); }
H1.HeaderClassName
{
color: #FF353F;
}
.AnyTagClassName
{
color: #FF353F;
}
</style>
background-color css
<style>
a { background-color: #FF353F; }
a { background-color: rgb(255,53,63); }
div.DivClassName
{
background-color: #FF353F;
}
.BgClassName
{
background-color: #FF353F;
}
</style>
border-color css
<style>
span { border-color: #FF353F; }
span { border-color: rgb(255,53,63); }
td.TdClassName
{
border-color: #FF353F;
}
.TagClassName
{
border-color: #FF353F;
}
</style>