Shades of Alizarin #F4253D
Tints of Alizarin #F4253D
RGB
CMYK
RGB Variations
Color information
#F4253D (or 0xF4253D) is known color: Alizarin. HEX triplet: F4, 25 and 3D. RGB value is (244,37,61). Sum of RGB (Red+Green+Blue) = 244+37+61=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F4253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4253D is #0BDAC2. Grayscale: #656565. Windows color (decimal): -776899 or 4007412. OLE color: 4007412.
HSL color Cylindrical-coordinate representation of color #F4253D: hue angle of 353.04º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4253D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.04 |
| HSL | 353.04º | 0.9% | 0.55% | - |
| HSV(B) | 353.04º | 0.85% | 0.96% | - |
| XYZ | 38.81 | 20.89 | 6.4 | - |
| YUV | 101.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 61 | 0 | 0.85 | 0.75 | 0.04 | 353.04 | 0.9 | 0.55 |
| Hex | F4 | 25 | 3D | 0 | 55 | 4B | 4 | 161 | 5A | 37 |
| Octal | 364 | 45 | 75 | 0 | 125 | 113 | 4 | 541 | 132 | 67 |
| Binary | 11110100 | 100101 | 111101 | 0 | 1010101 | 1001011 | 100 | 101100001 | 1011010 | 110111 |
Color Harmonies of #F4253D
Complementary color
Monochromatic Colors of #F4253D
Black with #F4253D
Text Example
Text Example
White with #F4253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4253D; }
p { color: rgb(244,37,61); }
H1.HeaderClassName
{
color: #F4253D;
}
.AnyTagClassName
{
color: #F4253D;
}
</style>
background-color css
<style>
a { background-color: #F4253D; }
a { background-color: rgb(244,37,61); }
div.DivClassName
{
background-color: #F4253D;
}
.BgClassName
{
background-color: #F4253D;
}
</style>
border-color css
<style>
span { border-color: #F4253D; }
span { border-color: rgb(244,37,61); }
td.TdClassName
{
border-color: #F4253D;
}
.TagClassName
{
border-color: #F4253D;
}
</style>