Shades of Alizarin #F3272D
Tints of Alizarin #F3272D
RGB
CMYK
RGB Variations
Color information
#F3272D (or 0xF3272D) is known color: Alizarin. HEX triplet: F3, 27 and 2D. RGB value is (243,39,45). Sum of RGB (Red+Green+Blue) = 243+39+45=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F3272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3272D is #0CD8D2. Grayscale: #646464. Windows color (decimal): -841939 or 2959347. OLE color: 2959347.
HSL color Cylindrical-coordinate representation of color #F3272D: hue angle of 358.24º 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 #F3272D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.05 |
| HSL | 358.24º | 0.89% | 0.55% | - |
| HSV(B) | 358.24º | 0.84% | 0.95% | - |
| XYZ | 38.16 | 20.7 | 4.47 | - |
| YUV | 100.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 45 | 0 | 0.84 | 0.81 | 0.05 | 358.24 | 0.89 | 0.55 |
| Hex | F3 | 27 | 2D | 0 | 54 | 51 | 5 | 166 | 59 | 37 |
| Octal | 363 | 47 | 55 | 0 | 124 | 121 | 5 | 546 | 131 | 67 |
| Binary | 11110011 | 100111 | 101101 | 0 | 1010100 | 1010001 | 101 | 101100110 | 1011001 | 110111 |
Color Harmonies of #F3272D
Complementary color
Monochromatic Colors of #F3272D
Black with #F3272D
Text Example
Text Example
White with #F3272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3272D; }
p { color: rgb(243,39,45); }
H1.HeaderClassName
{
color: #F3272D;
}
.AnyTagClassName
{
color: #F3272D;
}
</style>
background-color css
<style>
a { background-color: #F3272D; }
a { background-color: rgb(243,39,45); }
div.DivClassName
{
background-color: #F3272D;
}
.BgClassName
{
background-color: #F3272D;
}
</style>
border-color css
<style>
span { border-color: #F3272D; }
span { border-color: rgb(243,39,45); }
td.TdClassName
{
border-color: #F3272D;
}
.TagClassName
{
border-color: #F3272D;
}
</style>