Shades of Alizarin #F63436
Tints of Alizarin #F63436
RGB
CMYK
RGB Variations
Color information
#F63436 (or 0xF63436) is known color: Alizarin. HEX triplet: F6, 34 and 36. RGB value is (246,52,54). Sum of RGB (Red+Green+Blue) = 246+52+54=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F63436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63436 is #09CBC9. Grayscale: #6E6E6E. Windows color (decimal): -641994 or 3552502. OLE color: 3552502.
HSL color Cylindrical-coordinate representation of color #F63436: hue angle of 359.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63436 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 54 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.04 |
| HSL | 359.38º | 0.92% | 0.58% | - |
| HSV(B) | 359.38º | 0.79% | 0.96% | - |
| XYZ | 39.9 | 22.32 | 5.69 | - |
| YUV | 110.23 | 96.27 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 54 | 0 | 0.79 | 0.78 | 0.04 | 359.38 | 0.92 | 0.58 |
| Hex | F6 | 34 | 36 | 0 | 4F | 4E | 4 | 167 | 5C | 3A |
| Octal | 366 | 64 | 66 | 0 | 117 | 116 | 4 | 547 | 134 | 72 |
| Binary | 11110110 | 110100 | 110110 | 0 | 1001111 | 1001110 | 100 | 101100111 | 1011100 | 111010 |
Color Harmonies of #F63436
Complementary color
Monochromatic Colors of #F63436
Black with #F63436
Text Example
Text Example
White with #F63436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63436; }
p { color: rgb(246,52,54); }
H1.HeaderClassName
{
color: #F63436;
}
.AnyTagClassName
{
color: #F63436;
}
</style>
background-color css
<style>
a { background-color: #F63436; }
a { background-color: rgb(246,52,54); }
div.DivClassName
{
background-color: #F63436;
}
.BgClassName
{
background-color: #F63436;
}
</style>
border-color css
<style>
span { border-color: #F63436; }
span { border-color: rgb(246,52,54); }
td.TdClassName
{
border-color: #F63436;
}
.TagClassName
{
border-color: #F63436;
}
</style>