Shades of Alizarin #F62324
Tints of Alizarin #F62324
RGB
CMYK
RGB Variations
Color information
#F62324 (or 0xF62324) is known color: Alizarin. HEX triplet: F6, 23 and 24. RGB value is (246,35,36). Sum of RGB (Red+Green+Blue) = 246+35+36=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F62324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62324 is #09DCDB. Grayscale: #626262. Windows color (decimal): -646364 or 2368502. OLE color: 2368502.
HSL color Cylindrical-coordinate representation of color #F62324: hue angle of 359.72º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F62324 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 36 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.04 |
| HSL | 359.72º | 0.92% | 0.55% | - |
| HSV(B) | 359.72º | 0.86% | 0.96% | - |
| XYZ | 38.93 | 20.92 | 3.66 | - |
| YUV | 98.2 | 92.9 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 36 | 0 | 0.86 | 0.85 | 0.04 | 359.72 | 0.92 | 0.55 |
| Hex | F6 | 23 | 24 | 0 | 56 | 55 | 4 | 168 | 5C | 37 |
| Octal | 366 | 43 | 44 | 0 | 126 | 125 | 4 | 550 | 134 | 67 |
| Binary | 11110110 | 100011 | 100100 | 0 | 1010110 | 1010101 | 100 | 101101000 | 1011100 | 110111 |
Color Harmonies of #F62324
Complementary color
Monochromatic Colors of #F62324
Black with #F62324
Text Example
Text Example
White with #F62324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62324; }
p { color: rgb(246,35,36); }
H1.HeaderClassName
{
color: #F62324;
}
.AnyTagClassName
{
color: #F62324;
}
</style>
background-color css
<style>
a { background-color: #F62324; }
a { background-color: rgb(246,35,36); }
div.DivClassName
{
background-color: #F62324;
}
.BgClassName
{
background-color: #F62324;
}
</style>
border-color css
<style>
span { border-color: #F62324; }
span { border-color: rgb(246,35,36); }
td.TdClassName
{
border-color: #F62324;
}
.TagClassName
{
border-color: #F62324;
}
</style>