Shades of Alizarin #F32C34
Tints of Alizarin #F32C34
RGB
CMYK
RGB Variations
Color information
#F32C34 (or 0xF32C34) is known color: Alizarin. HEX triplet: F3, 2C and 34. RGB value is (243,44,52). Sum of RGB (Red+Green+Blue) = 243+44+52=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C34 is #0CD3CB. Grayscale: #686868. Windows color (decimal): -840652 or 3419379. OLE color: 3419379.
HSL color Cylindrical-coordinate representation of color #F32C34: hue angle of 357.59º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C34 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 52 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.05 |
| HSL | 357.59º | 0.89% | 0.56% | - |
| HSV(B) | 357.59º | 0.82% | 0.95% | - |
| XYZ | 38.48 | 21.1 | 5.29 | - |
| YUV | 104.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 52 | 0 | 0.82 | 0.79 | 0.05 | 357.59 | 0.89 | 0.56 |
| Hex | F3 | 2C | 34 | 0 | 52 | 4F | 5 | 166 | 59 | 38 |
| Octal | 363 | 54 | 64 | 0 | 122 | 117 | 5 | 546 | 131 | 70 |
| Binary | 11110011 | 101100 | 110100 | 0 | 1010010 | 1001111 | 101 | 101100110 | 1011001 | 111000 |
Color Harmonies of #F32C34
Complementary color
Monochromatic Colors of #F32C34
Black with #F32C34
Text Example
Text Example
White with #F32C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C34; }
p { color: rgb(243,44,52); }
H1.HeaderClassName
{
color: #F32C34;
}
.AnyTagClassName
{
color: #F32C34;
}
</style>
background-color css
<style>
a { background-color: #F32C34; }
a { background-color: rgb(243,44,52); }
div.DivClassName
{
background-color: #F32C34;
}
.BgClassName
{
background-color: #F32C34;
}
</style>
border-color css
<style>
span { border-color: #F32C34; }
span { border-color: rgb(243,44,52); }
td.TdClassName
{
border-color: #F32C34;
}
.TagClassName
{
border-color: #F32C34;
}
</style>