Shades of Alizarin #F32D3A
Tints of Alizarin #F32D3A
RGB
CMYK
RGB Variations
Color information
#F32D3A (or 0xF32D3A) is known color: Alizarin. HEX triplet: F3, 2D and 3A. RGB value is (243,45,58). Sum of RGB (Red+Green+Blue) = 243+45+58=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D3A is #0CD2C5. Grayscale: #696969. Windows color (decimal): -840390 or 3812851. OLE color: 3812851.
HSL color Cylindrical-coordinate representation of color #F32D3A: hue angle of 356.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D3A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 58 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.05 |
| HSL | 356.06º | 0.89% | 0.56% | - |
| HSV(B) | 356.06º | 0.81% | 0.95% | - |
| XYZ | 38.66 | 21.24 | 6.06 | - |
| YUV | 105.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 58 | 0 | 0.81 | 0.76 | 0.05 | 356.06 | 0.89 | 0.56 |
| Hex | F3 | 2D | 3A | 0 | 51 | 4C | 5 | 164 | 59 | 38 |
| Octal | 363 | 55 | 72 | 0 | 121 | 114 | 5 | 544 | 131 | 70 |
| Binary | 11110011 | 101101 | 111010 | 0 | 1010001 | 1001100 | 101 | 101100100 | 1011001 | 111000 |
Color Harmonies of #F32D3A
Complementary color
Monochromatic Colors of #F32D3A
Black with #F32D3A
Text Example
Text Example
White with #F32D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D3A; }
p { color: rgb(243,45,58); }
H1.HeaderClassName
{
color: #F32D3A;
}
.AnyTagClassName
{
color: #F32D3A;
}
</style>
background-color css
<style>
a { background-color: #F32D3A; }
a { background-color: rgb(243,45,58); }
div.DivClassName
{
background-color: #F32D3A;
}
.BgClassName
{
background-color: #F32D3A;
}
</style>
border-color css
<style>
span { border-color: #F32D3A; }
span { border-color: rgb(243,45,58); }
td.TdClassName
{
border-color: #F32D3A;
}
.TagClassName
{
border-color: #F32D3A;
}
</style>