Shades of Alizarin #F3283C
Tints of Alizarin #F3283C
RGB
CMYK
RGB Variations
Color information
#F3283C (or 0xF3283C) is known color: Alizarin. HEX triplet: F3, 28 and 3C. RGB value is (243,40,60). Sum of RGB (Red+Green+Blue) = 243+40+60=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F3283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3283C is #0CD7C3. Grayscale: #676767. Windows color (decimal): -841668 or 3942643. OLE color: 3942643.
HSL color Cylindrical-coordinate representation of color #F3283C: hue angle of 354.09º 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 #F3283C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.05 |
| HSL | 354.09º | 0.89% | 0.55% | - |
| HSV(B) | 354.09º | 0.84% | 0.95% | - |
| XYZ | 38.54 | 20.9 | 6.28 | - |
| YUV | 102.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 60 | 0 | 0.84 | 0.75 | 0.05 | 354.09 | 0.89 | 0.55 |
| Hex | F3 | 28 | 3C | 0 | 54 | 4B | 5 | 162 | 59 | 37 |
| Octal | 363 | 50 | 74 | 0 | 124 | 113 | 5 | 542 | 131 | 67 |
| Binary | 11110011 | 101000 | 111100 | 0 | 1010100 | 1001011 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F3283C
Complementary color
Monochromatic Colors of #F3283C
Black with #F3283C
Text Example
Text Example
White with #F3283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3283C; }
p { color: rgb(243,40,60); }
H1.HeaderClassName
{
color: #F3283C;
}
.AnyTagClassName
{
color: #F3283C;
}
</style>
background-color css
<style>
a { background-color: #F3283C; }
a { background-color: rgb(243,40,60); }
div.DivClassName
{
background-color: #F3283C;
}
.BgClassName
{
background-color: #F3283C;
}
</style>
border-color css
<style>
span { border-color: #F3283C; }
span { border-color: rgb(243,40,60); }
td.TdClassName
{
border-color: #F3283C;
}
.TagClassName
{
border-color: #F3283C;
}
</style>