Shades of Alizarin #F32B2D
Tints of Alizarin #F32B2D
RGB
CMYK
RGB Variations
Color information
#F32B2D (or 0xF32B2D) is known color: Alizarin. HEX triplet: F3, 2B and 2D. RGB value is (243,43,45). Sum of RGB (Red+Green+Blue) = 243+43+45=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B2D is #0CD4D2. Grayscale: #676767. Windows color (decimal): -840915 or 2960371. OLE color: 2960371.
HSL color Cylindrical-coordinate representation of color #F32B2D: hue angle of 359.4º 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 #F32B2D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 45 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.05 |
| HSL | 359.4º | 0.89% | 0.56% | - |
| HSV(B) | 359.4º | 0.82% | 0.95% | - |
| XYZ | 38.3 | 20.97 | 4.51 | - |
| YUV | 103.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 45 | 0 | 0.82 | 0.81 | 0.05 | 359.4 | 0.89 | 0.56 |
| Hex | F3 | 2B | 2D | 0 | 52 | 51 | 5 | 167 | 59 | 38 |
| Octal | 363 | 53 | 55 | 0 | 122 | 121 | 5 | 547 | 131 | 70 |
| Binary | 11110011 | 101011 | 101101 | 0 | 1010010 | 1010001 | 101 | 101100111 | 1011001 | 111000 |
Color Harmonies of #F32B2D
Complementary color
Monochromatic Colors of #F32B2D
Black with #F32B2D
Text Example
Text Example
White with #F32B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B2D; }
p { color: rgb(243,43,45); }
H1.HeaderClassName
{
color: #F32B2D;
}
.AnyTagClassName
{
color: #F32B2D;
}
</style>
background-color css
<style>
a { background-color: #F32B2D; }
a { background-color: rgb(243,43,45); }
div.DivClassName
{
background-color: #F32B2D;
}
.BgClassName
{
background-color: #F32B2D;
}
</style>
border-color css
<style>
span { border-color: #F32B2D; }
span { border-color: rgb(243,43,45); }
td.TdClassName
{
border-color: #F32B2D;
}
.TagClassName
{
border-color: #F32B2D;
}
</style>