Shades of Alizarin #F32D39
Tints of Alizarin #F32D39
RGB
CMYK
RGB Variations
Color information
#F32D39 (or 0xF32D39) is known color: Alizarin. HEX triplet: F3, 2D and 39. RGB value is (243,45,57). Sum of RGB (Red+Green+Blue) = 243+45+57=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D39 is #0CD2C6. Grayscale: #696969. Windows color (decimal): -840391 or 3747315. OLE color: 3747315.
HSL color Cylindrical-coordinate representation of color #F32D39: hue angle of 356.36º 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 #F32D39 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 57 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.05 |
| HSL | 356.36º | 0.89% | 0.56% | - |
| HSV(B) | 356.36º | 0.81% | 0.95% | - |
| XYZ | 38.64 | 21.23 | 5.93 | - |
| YUV | 105.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 57 | 0 | 0.81 | 0.77 | 0.05 | 356.36 | 0.89 | 0.56 |
| Hex | F3 | 2D | 39 | 0 | 51 | 4D | 5 | 164 | 59 | 38 |
| Octal | 363 | 55 | 71 | 0 | 121 | 115 | 5 | 544 | 131 | 70 |
| Binary | 11110011 | 101101 | 111001 | 0 | 1010001 | 1001101 | 101 | 101100100 | 1011001 | 111000 |
Color Harmonies of #F32D39
Complementary color
Monochromatic Colors of #F32D39
Black with #F32D39
Text Example
Text Example
White with #F32D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D39; }
p { color: rgb(243,45,57); }
H1.HeaderClassName
{
color: #F32D39;
}
.AnyTagClassName
{
color: #F32D39;
}
</style>
background-color css
<style>
a { background-color: #F32D39; }
a { background-color: rgb(243,45,57); }
div.DivClassName
{
background-color: #F32D39;
}
.BgClassName
{
background-color: #F32D39;
}
</style>
border-color css
<style>
span { border-color: #F32D39; }
span { border-color: rgb(243,45,57); }
td.TdClassName
{
border-color: #F32D39;
}
.TagClassName
{
border-color: #F32D39;
}
</style>