Shades of Alizarin #F32441
Tints of Alizarin #F32441
RGB
CMYK
RGB Variations
Color information
#F32441 (or 0xF32441) is known color: Alizarin. HEX triplet: F3, 24 and 41. RGB value is (243,36,65). Sum of RGB (Red+Green+Blue) = 243+36+65=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F32441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32441 is #0CDBBE. Grayscale: #656565. Windows color (decimal): -842687 or 4269299. OLE color: 4269299.
HSL color Cylindrical-coordinate representation of color #F32441: hue angle of 351.59º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32441 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 65 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.05 |
| HSL | 351.59º | 0.9% | 0.55% | - |
| HSV(B) | 351.59º | 0.85% | 0.95% | - |
| XYZ | 38.55 | 20.7 | 6.96 | - |
| YUV | 101.2 | 107.58 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 65 | 0 | 0.85 | 0.73 | 0.05 | 351.59 | 0.9 | 0.55 |
| Hex | F3 | 24 | 41 | 0 | 55 | 49 | 5 | 160 | 5A | 37 |
| Octal | 363 | 44 | 101 | 0 | 125 | 111 | 5 | 540 | 132 | 67 |
| Binary | 11110011 | 100100 | 1000001 | 0 | 1010101 | 1001001 | 101 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F32441
Complementary color
Monochromatic Colors of #F32441
Black with #F32441
Text Example
Text Example
White with #F32441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32441; }
p { color: rgb(243,36,65); }
H1.HeaderClassName
{
color: #F32441;
}
.AnyTagClassName
{
color: #F32441;
}
</style>
background-color css
<style>
a { background-color: #F32441; }
a { background-color: rgb(243,36,65); }
div.DivClassName
{
background-color: #F32441;
}
.BgClassName
{
background-color: #F32441;
}
</style>
border-color css
<style>
span { border-color: #F32441; }
span { border-color: rgb(243,36,65); }
td.TdClassName
{
border-color: #F32441;
}
.TagClassName
{
border-color: #F32441;
}
</style>