Shades of Alizarin #F0343D
Tints of Alizarin #F0343D
RGB
CMYK
RGB Variations
Color information
#F0343D (or 0xF0343D) is known color: Alizarin. HEX triplet: F0, 34 and 3D. RGB value is (240,52,61). Sum of RGB (Red+Green+Blue) = 240+52+61=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0343D is #0FCBC2. Grayscale: #6D6D6D. Windows color (decimal): -1035203 or 4011248. OLE color: 4011248.
HSL color Cylindrical-coordinate representation of color #F0343D: hue angle of 357.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0343D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.06 |
| HSL | 357.13º | 0.86% | 0.57% | - |
| HSV(B) | 357.13º | 0.78% | 0.94% | - |
| XYZ | 38.01 | 21.32 | 6.53 | - |
| YUV | 109.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 61 | 0 | 0.78 | 0.75 | 0.06 | 357.13 | 0.86 | 0.57 |
| Hex | F0 | 34 | 3D | 0 | 4E | 4B | 6 | 165 | 56 | 39 |
| Octal | 360 | 64 | 75 | 0 | 116 | 113 | 6 | 545 | 126 | 71 |
| Binary | 11110000 | 110100 | 111101 | 0 | 1001110 | 1001011 | 110 | 101100101 | 1010110 | 111001 |
Color Harmonies of #F0343D
Complementary color
Monochromatic Colors of #F0343D
Black with #F0343D
Text Example
Text Example
White with #F0343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0343D; }
p { color: rgb(240,52,61); }
H1.HeaderClassName
{
color: #F0343D;
}
.AnyTagClassName
{
color: #F0343D;
}
</style>
background-color css
<style>
a { background-color: #F0343D; }
a { background-color: rgb(240,52,61); }
div.DivClassName
{
background-color: #F0343D;
}
.BgClassName
{
background-color: #F0343D;
}
</style>
border-color css
<style>
span { border-color: #F0343D; }
span { border-color: rgb(240,52,61); }
td.TdClassName
{
border-color: #F0343D;
}
.TagClassName
{
border-color: #F0343D;
}
</style>