Shades of Alizarin #F4293D
Tints of Alizarin #F4293D
RGB
CMYK
RGB Variations
Color information
#F4293D (or 0xF4293D) is known color: Alizarin. HEX triplet: F4, 29 and 3D. RGB value is (244,41,61). Sum of RGB (Red+Green+Blue) = 244+41+61=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F4293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4293D is #0BD6C2. Grayscale: #686868. Windows color (decimal): -775875 or 4008436. OLE color: 4008436.
HSL color Cylindrical-coordinate representation of color #F4293D: hue angle of 354.09º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4293D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 61 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.04 |
| HSL | 354.09º | 0.9% | 0.56% | - |
| HSV(B) | 354.09º | 0.83% | 0.96% | - |
| XYZ | 38.94 | 21.16 | 6.45 | - |
| YUV | 103.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 61 | 0 | 0.83 | 0.75 | 0.04 | 354.09 | 0.9 | 0.56 |
| Hex | F4 | 29 | 3D | 0 | 53 | 4B | 4 | 162 | 5A | 38 |
| Octal | 364 | 51 | 75 | 0 | 123 | 113 | 4 | 542 | 132 | 70 |
| Binary | 11110100 | 101001 | 111101 | 0 | 1010011 | 1001011 | 100 | 101100010 | 1011010 | 111000 |
Color Harmonies of #F4293D
Complementary color
Monochromatic Colors of #F4293D
Black with #F4293D
Text Example
Text Example
White with #F4293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4293D; }
p { color: rgb(244,41,61); }
H1.HeaderClassName
{
color: #F4293D;
}
.AnyTagClassName
{
color: #F4293D;
}
</style>
background-color css
<style>
a { background-color: #F4293D; }
a { background-color: rgb(244,41,61); }
div.DivClassName
{
background-color: #F4293D;
}
.BgClassName
{
background-color: #F4293D;
}
</style>
border-color css
<style>
span { border-color: #F4293D; }
span { border-color: rgb(244,41,61); }
td.TdClassName
{
border-color: #F4293D;
}
.TagClassName
{
border-color: #F4293D;
}
</style>