Shades of Alizarin #F0393D
Tints of Alizarin #F0393D
RGB
CMYK
RGB Variations
Color information
#F0393D (or 0xF0393D) is known color: Alizarin. HEX triplet: F0, 39 and 3D. RGB value is (240,57,61). Sum of RGB (Red+Green+Blue) = 240+57+61=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0393D is #0FC6C2. Grayscale: #707070. Windows color (decimal): -1033923 or 4012528. OLE color: 4012528.
HSL color Cylindrical-coordinate representation of color #F0393D: hue angle of 358.69º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0393D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 61 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.06 |
| HSL | 358.69º | 0.86% | 0.58% | - |
| HSV(B) | 358.69º | 0.76% | 0.94% | - |
| XYZ | 38.24 | 21.79 | 6.6 | - |
| YUV | 112.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 61 | 0 | 0.76 | 0.75 | 0.06 | 358.69 | 0.86 | 0.58 |
| Hex | F0 | 39 | 3D | 0 | 4C | 4B | 6 | 167 | 56 | 3A |
| Octal | 360 | 71 | 75 | 0 | 114 | 113 | 6 | 547 | 126 | 72 |
| Binary | 11110000 | 111001 | 111101 | 0 | 1001100 | 1001011 | 110 | 101100111 | 1010110 | 111010 |
Color Harmonies of #F0393D
Complementary color
Monochromatic Colors of #F0393D
Black with #F0393D
Text Example
Text Example
White with #F0393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0393D; }
p { color: rgb(240,57,61); }
H1.HeaderClassName
{
color: #F0393D;
}
.AnyTagClassName
{
color: #F0393D;
}
</style>
background-color css
<style>
a { background-color: #F0393D; }
a { background-color: rgb(240,57,61); }
div.DivClassName
{
background-color: #F0393D;
}
.BgClassName
{
background-color: #F0393D;
}
</style>
border-color css
<style>
span { border-color: #F0393D; }
span { border-color: rgb(240,57,61); }
td.TdClassName
{
border-color: #F0393D;
}
.TagClassName
{
border-color: #F0393D;
}
</style>