Shades of Alizarin #F32F3B
Tints of Alizarin #F32F3B
RGB
CMYK
RGB Variations
Color information
#F32F3B (or 0xF32F3B) is known color: Alizarin. HEX triplet: F3, 2F and 3B. RGB value is (243,47,59). Sum of RGB (Red+Green+Blue) = 243+47+59=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F3B is #0CD0C4. Grayscale: #6B6B6B. Windows color (decimal): -839877 or 3878899. OLE color: 3878899.
HSL color Cylindrical-coordinate representation of color #F32F3B: hue angle of 356.33º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F3B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 59 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.05 |
| HSL | 356.33º | 0.89% | 0.57% | - |
| HSV(B) | 356.33º | 0.81% | 0.95% | - |
| XYZ | 38.77 | 21.4 | 6.23 | - |
| YUV | 106.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 59 | 0 | 0.81 | 0.76 | 0.05 | 356.33 | 0.89 | 0.57 |
| Hex | F3 | 2F | 3B | 0 | 51 | 4C | 5 | 164 | 59 | 39 |
| Octal | 363 | 57 | 73 | 0 | 121 | 114 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 101111 | 111011 | 0 | 1010001 | 1001100 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F32F3B
Complementary color
Monochromatic Colors of #F32F3B
Black with #F32F3B
Text Example
Text Example
White with #F32F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F3B; }
p { color: rgb(243,47,59); }
H1.HeaderClassName
{
color: #F32F3B;
}
.AnyTagClassName
{
color: #F32F3B;
}
</style>
background-color css
<style>
a { background-color: #F32F3B; }
a { background-color: rgb(243,47,59); }
div.DivClassName
{
background-color: #F32F3B;
}
.BgClassName
{
background-color: #F32F3B;
}
</style>
border-color css
<style>
span { border-color: #F32F3B; }
span { border-color: rgb(243,47,59); }
td.TdClassName
{
border-color: #F32F3B;
}
.TagClassName
{
border-color: #F32F3B;
}
</style>