Shades of Alizarin #FF3539
Tints of Alizarin #FF3539
RGB
CMYK
RGB Variations
Color information
#FF3539 (or 0xFF3539) is known color: Alizarin. HEX triplet: FF, 35 and 39. RGB value is (255,53,57). Sum of RGB (Red+Green+Blue) = 255+53+57=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3539 is #00CAC6. Grayscale: #727272. Windows color (decimal): -51911 or 3749375. OLE color: 3749375.
HSL color Cylindrical-coordinate representation of color #FF3539: hue angle of 358.81º 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 #FF3539 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 57 | - |
| CMYK | 0 | 0.79 | 0.78 | 0 |
| HSL | 358.81º | 1% | 0.6% | - |
| HSV(B) | 358.81º | 0.79% | 1% | - |
| XYZ | 43.25 | 24.1 | 6.24 | - |
| YUV | 113.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 57 | 0 | 0.79 | 0.78 | 0 | 358.81 | 1 | 0.6 |
| Hex | FF | 35 | 39 | 0 | 4F | 4E | 0 | 167 | 64 | 3C |
| Octal | 377 | 65 | 71 | 0 | 117 | 116 | 0 | 547 | 144 | 74 |
| Binary | 11111111 | 110101 | 111001 | 0 | 1001111 | 1001110 | 0 | 101100111 | 1100100 | 111100 |
Color Harmonies of #FF3539
Complementary color
Monochromatic Colors of #FF3539
Black with #FF3539
Text Example
Text Example
White with #FF3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3539; }
p { color: rgb(255,53,57); }
H1.HeaderClassName
{
color: #FF3539;
}
.AnyTagClassName
{
color: #FF3539;
}
</style>
background-color css
<style>
a { background-color: #FF3539; }
a { background-color: rgb(255,53,57); }
div.DivClassName
{
background-color: #FF3539;
}
.BgClassName
{
background-color: #FF3539;
}
</style>
border-color css
<style>
span { border-color: #FF3539; }
span { border-color: rgb(255,53,57); }
td.TdClassName
{
border-color: #FF3539;
}
.TagClassName
{
border-color: #FF3539;
}
</style>