Shades of Alizarin #F3272C
Tints of Alizarin #F3272C
RGB
CMYK
RGB Variations
Color information
#F3272C (or 0xF3272C) is known color: Alizarin. HEX triplet: F3, 27 and 2C. RGB value is (243,39,44). Sum of RGB (Red+Green+Blue) = 243+39+44=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F3272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3272C is #0CD8D3. Grayscale: #646464. Windows color (decimal): -841940 or 2893811. OLE color: 2893811.
HSL color Cylindrical-coordinate representation of color #F3272C: hue angle of 358.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3272C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.05 |
| HSL | 358.53º | 0.89% | 0.55% | - |
| HSV(B) | 358.53º | 0.84% | 0.95% | - |
| XYZ | 38.14 | 20.69 | 4.37 | - |
| YUV | 100.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 44 | 0 | 0.84 | 0.82 | 0.05 | 358.53 | 0.89 | 0.55 |
| Hex | F3 | 27 | 2C | 0 | 54 | 52 | 5 | 167 | 59 | 37 |
| Octal | 363 | 47 | 54 | 0 | 124 | 122 | 5 | 547 | 131 | 67 |
| Binary | 11110011 | 100111 | 101100 | 0 | 1010100 | 1010010 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F3272C
Complementary color
Monochromatic Colors of #F3272C
Black with #F3272C
Text Example
Text Example
White with #F3272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3272C; }
p { color: rgb(243,39,44); }
H1.HeaderClassName
{
color: #F3272C;
}
.AnyTagClassName
{
color: #F3272C;
}
</style>
background-color css
<style>
a { background-color: #F3272C; }
a { background-color: rgb(243,39,44); }
div.DivClassName
{
background-color: #F3272C;
}
.BgClassName
{
background-color: #F3272C;
}
</style>
border-color css
<style>
span { border-color: #F3272C; }
span { border-color: rgb(243,39,44); }
td.TdClassName
{
border-color: #F3272C;
}
.TagClassName
{
border-color: #F3272C;
}
</style>