Shades of Alizarin #F32C2D
Tints of Alizarin #F32C2D
RGB
CMYK
RGB Variations
Color information
#F32C2D (or 0xF32C2D) is known color: Alizarin. HEX triplet: F3, 2C and 2D. RGB value is (243,44,45). Sum of RGB (Red+Green+Blue) = 243+44+45=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C2D is #0CD3D2. Grayscale: #676767. Windows color (decimal): -840659 or 2960627. OLE color: 2960627.
HSL color Cylindrical-coordinate representation of color #F32C2D: 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.82%. Process color model (Four color, CMYK) of #F32C2D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 45 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.05 |
| HSL | 359.7º | 0.89% | 0.56% | - |
| HSV(B) | 359.7º | 0.82% | 0.95% | - |
| XYZ | 38.34 | 21.05 | 4.52 | - |
| YUV | 103.62 | 94.93 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 45 | 0 | 0.82 | 0.81 | 0.05 | 359.7 | 0.89 | 0.56 |
| Hex | F3 | 2C | 2D | 0 | 52 | 51 | 5 | 168 | 59 | 38 |
| Octal | 363 | 54 | 55 | 0 | 122 | 121 | 5 | 550 | 131 | 70 |
| Binary | 11110011 | 101100 | 101101 | 0 | 1010010 | 1010001 | 101 | 101101000 | 1011001 | 111000 |
Color Harmonies of #F32C2D
Complementary color
Monochromatic Colors of #F32C2D
Black with #F32C2D
Text Example
Text Example
White with #F32C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C2D; }
p { color: rgb(243,44,45); }
H1.HeaderClassName
{
color: #F32C2D;
}
.AnyTagClassName
{
color: #F32C2D;
}
</style>
background-color css
<style>
a { background-color: #F32C2D; }
a { background-color: rgb(243,44,45); }
div.DivClassName
{
background-color: #F32C2D;
}
.BgClassName
{
background-color: #F32C2D;
}
</style>
border-color css
<style>
span { border-color: #F32C2D; }
span { border-color: rgb(243,44,45); }
td.TdClassName
{
border-color: #F32C2D;
}
.TagClassName
{
border-color: #F32C2D;
}
</style>