Shades of Alizarin #F32939
Tints of Alizarin #F32939
RGB
CMYK
RGB Variations
Color information
#F32939 (or 0xF32939) is known color: Alizarin. HEX triplet: F3, 29 and 39. RGB value is (243,41,57). Sum of RGB (Red+Green+Blue) = 243+41+57=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F32939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32939 is #0CD6C6. Grayscale: #676767. Windows color (decimal): -841415 or 3746291. OLE color: 3746291.
HSL color Cylindrical-coordinate representation of color #F32939: hue angle of 355.25º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32939 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 57 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.05 |
| HSL | 355.25º | 0.89% | 0.56% | - |
| HSV(B) | 355.25º | 0.83% | 0.95% | - |
| XYZ | 38.49 | 20.94 | 5.88 | - |
| YUV | 103.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 57 | 0 | 0.83 | 0.77 | 0.05 | 355.25 | 0.89 | 0.56 |
| Hex | F3 | 29 | 39 | 0 | 53 | 4D | 5 | 163 | 59 | 38 |
| Octal | 363 | 51 | 71 | 0 | 123 | 115 | 5 | 543 | 131 | 70 |
| Binary | 11110011 | 101001 | 111001 | 0 | 1010011 | 1001101 | 101 | 101100011 | 1011001 | 111000 |
Color Harmonies of #F32939
Complementary color
Monochromatic Colors of #F32939
Black with #F32939
Text Example
Text Example
White with #F32939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32939; }
p { color: rgb(243,41,57); }
H1.HeaderClassName
{
color: #F32939;
}
.AnyTagClassName
{
color: #F32939;
}
</style>
background-color css
<style>
a { background-color: #F32939; }
a { background-color: rgb(243,41,57); }
div.DivClassName
{
background-color: #F32939;
}
.BgClassName
{
background-color: #F32939;
}
</style>
border-color css
<style>
span { border-color: #F32939; }
span { border-color: rgb(243,41,57); }
td.TdClassName
{
border-color: #F32939;
}
.TagClassName
{
border-color: #F32939;
}
</style>