Shades of Alizarin #F32D2E
Tints of Alizarin #F32D2E
RGB
CMYK
RGB Variations
Color information
#F32D2E (or 0xF32D2E) is known color: Alizarin. HEX triplet: F3, 2D and 2E. RGB value is (243,45,46). Sum of RGB (Red+Green+Blue) = 243+45+46=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D2E is #0CD2D1. Grayscale: #686868. Windows color (decimal): -840402 or 3026419. OLE color: 3026419.
HSL color Cylindrical-coordinate representation of color #F32D2E: hue angle of 359.7º 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 #F32D2E is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 46 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.05 |
| HSL | 359.7º | 0.89% | 0.56% | - |
| HSV(B) | 359.7º | 0.81% | 0.95% | - |
| XYZ | 38.39 | 21.13 | 4.64 | - |
| YUV | 104.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 46 | 0 | 0.81 | 0.81 | 0.05 | 359.7 | 0.89 | 0.56 |
| Hex | F3 | 2D | 2E | 0 | 51 | 51 | 5 | 168 | 59 | 38 |
| Octal | 363 | 55 | 56 | 0 | 121 | 121 | 5 | 550 | 131 | 70 |
| Binary | 11110011 | 101101 | 101110 | 0 | 1010001 | 1010001 | 101 | 101101000 | 1011001 | 111000 |
Color Harmonies of #F32D2E
Complementary color
Monochromatic Colors of #F32D2E
Black with #F32D2E
Text Example
Text Example
White with #F32D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D2E; }
p { color: rgb(243,45,46); }
H1.HeaderClassName
{
color: #F32D2E;
}
.AnyTagClassName
{
color: #F32D2E;
}
</style>
background-color css
<style>
a { background-color: #F32D2E; }
a { background-color: rgb(243,45,46); }
div.DivClassName
{
background-color: #F32D2E;
}
.BgClassName
{
background-color: #F32D2E;
}
</style>
border-color css
<style>
span { border-color: #F32D2E; }
span { border-color: rgb(243,45,46); }
td.TdClassName
{
border-color: #F32D2E;
}
.TagClassName
{
border-color: #F32D2E;
}
</style>