Shades of Alizarin #F32426
Tints of Alizarin #F32426
RGB
CMYK
RGB Variations
Color information
#F32426 (or 0xF32426) is known color: Alizarin. HEX triplet: F3, 24 and 26. RGB value is (243,36,38). Sum of RGB (Red+Green+Blue) = 243+36+38=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32426 is #0CDBD9. Grayscale: #626262. Windows color (decimal): -842714 or 2499827. OLE color: 2499827.
HSL color Cylindrical-coordinate representation of color #F32426: hue angle of 359.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32426 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 38 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.05 |
| HSL | 359.42º | 0.9% | 0.55% | - |
| HSV(B) | 359.42º | 0.85% | 0.95% | - |
| XYZ | 37.94 | 20.46 | 3.78 | - |
| YUV | 98.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 38 | 0 | 0.85 | 0.84 | 0.05 | 359.42 | 0.9 | 0.55 |
| Hex | F3 | 24 | 26 | 0 | 55 | 54 | 5 | 167 | 5A | 37 |
| Octal | 363 | 44 | 46 | 0 | 125 | 124 | 5 | 547 | 132 | 67 |
| Binary | 11110011 | 100100 | 100110 | 0 | 1010101 | 1010100 | 101 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F32426
Complementary color
Monochromatic Colors of #F32426
Black with #F32426
Text Example
Text Example
White with #F32426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32426; }
p { color: rgb(243,36,38); }
H1.HeaderClassName
{
color: #F32426;
}
.AnyTagClassName
{
color: #F32426;
}
</style>
background-color css
<style>
a { background-color: #F32426; }
a { background-color: rgb(243,36,38); }
div.DivClassName
{
background-color: #F32426;
}
.BgClassName
{
background-color: #F32426;
}
</style>
border-color css
<style>
span { border-color: #F32426; }
span { border-color: rgb(243,36,38); }
td.TdClassName
{
border-color: #F32426;
}
.TagClassName
{
border-color: #F32426;
}
</style>