Shades of Alizarin #F3293A
Tints of Alizarin #F3293A
RGB
CMYK
RGB Variations
Color information
#F3293A (or 0xF3293A) is known color: Alizarin. HEX triplet: F3, 29 and 3A. RGB value is (243,41,58). Sum of RGB (Red+Green+Blue) = 243+41+58=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3293A is #0CD6C5. Grayscale: #676767. Windows color (decimal): -841414 or 3811827. OLE color: 3811827.
HSL color Cylindrical-coordinate representation of color #F3293A: hue angle of 354.95º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3293A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 58 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.05 |
| HSL | 354.95º | 0.89% | 0.56% | - |
| HSV(B) | 354.95º | 0.83% | 0.95% | - |
| XYZ | 38.52 | 20.95 | 6.02 | - |
| YUV | 103.34 | 102.42 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 58 | 0 | 0.83 | 0.76 | 0.05 | 354.95 | 0.89 | 0.56 |
| Hex | F3 | 29 | 3A | 0 | 53 | 4C | 5 | 163 | 59 | 38 |
| Octal | 363 | 51 | 72 | 0 | 123 | 114 | 5 | 543 | 131 | 70 |
| Binary | 11110011 | 101001 | 111010 | 0 | 1010011 | 1001100 | 101 | 101100011 | 1011001 | 111000 |
Color Harmonies of #F3293A
Complementary color
Monochromatic Colors of #F3293A
Black with #F3293A
Text Example
Text Example
White with #F3293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3293A; }
p { color: rgb(243,41,58); }
H1.HeaderClassName
{
color: #F3293A;
}
.AnyTagClassName
{
color: #F3293A;
}
</style>
background-color css
<style>
a { background-color: #F3293A; }
a { background-color: rgb(243,41,58); }
div.DivClassName
{
background-color: #F3293A;
}
.BgClassName
{
background-color: #F3293A;
}
</style>
border-color css
<style>
span { border-color: #F3293A; }
span { border-color: rgb(243,41,58); }
td.TdClassName
{
border-color: #F3293A;
}
.TagClassName
{
border-color: #F3293A;
}
</style>