Shades of Alizarin #F63236
Tints of Alizarin #F63236
RGB
CMYK
RGB Variations
Color information
#F63236 (or 0xF63236) is known color: Alizarin. HEX triplet: F6, 32 and 36. RGB value is (246,50,54). Sum of RGB (Red+Green+Blue) = 246+50+54=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F63236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63236 is #09CDC9. Grayscale: #6D6D6D. Windows color (decimal): -642506 or 3551990. OLE color: 3551990.
HSL color Cylindrical-coordinate representation of color #F63236: hue angle of 358.78º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63236 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 54 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.04 |
| HSL | 358.78º | 0.92% | 0.58% | - |
| HSV(B) | 358.78º | 0.8% | 0.96% | - |
| XYZ | 39.81 | 22.14 | 5.67 | - |
| YUV | 109.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 54 | 0 | 0.80 | 0.78 | 0.04 | 358.78 | 0.92 | 0.58 |
| Hex | F6 | 32 | 36 | 0 | 50 | 4E | 4 | 167 | 5C | 3A |
| Octal | 366 | 62 | 66 | 0 | 120 | 116 | 4 | 547 | 134 | 72 |
| Binary | 11110110 | 110010 | 110110 | 0 | 1010000 | 1001110 | 100 | 101100111 | 1011100 | 111010 |
Color Harmonies of #F63236
Complementary color
Monochromatic Colors of #F63236
Black with #F63236
Text Example
Text Example
White with #F63236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63236; }
p { color: rgb(246,50,54); }
H1.HeaderClassName
{
color: #F63236;
}
.AnyTagClassName
{
color: #F63236;
}
</style>
background-color css
<style>
a { background-color: #F63236; }
a { background-color: rgb(246,50,54); }
div.DivClassName
{
background-color: #F63236;
}
.BgClassName
{
background-color: #F63236;
}
</style>
border-color css
<style>
span { border-color: #F63236; }
span { border-color: rgb(246,50,54); }
td.TdClassName
{
border-color: #F63236;
}
.TagClassName
{
border-color: #F63236;
}
</style>