Shades of Alizarin #F32636
Tints of Alizarin #F32636
RGB
CMYK
RGB Variations
Color information
#F32636 (or 0xF32636) is known color: Alizarin. HEX triplet: F3, 26 and 36. RGB value is (243,38,54). Sum of RGB (Red+Green+Blue) = 243+38+54=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F32636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32636 is #0CD9C9. Grayscale: #656565. Windows color (decimal): -842186 or 3548915. OLE color: 3548915.
HSL color Cylindrical-coordinate representation of color #F32636: hue angle of 355.32º degrees, saturation: 0.9, 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 #F32636 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 54 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.05 |
| HSL | 355.32º | 0.9% | 0.55% | - |
| HSV(B) | 355.32º | 0.84% | 0.95% | - |
| XYZ | 38.32 | 20.71 | 5.47 | - |
| YUV | 101.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 54 | 0 | 0.84 | 0.78 | 0.05 | 355.32 | 0.9 | 0.55 |
| Hex | F3 | 26 | 36 | 0 | 54 | 4E | 5 | 163 | 5A | 37 |
| Octal | 363 | 46 | 66 | 0 | 124 | 116 | 5 | 543 | 132 | 67 |
| Binary | 11110011 | 100110 | 110110 | 0 | 1010100 | 1001110 | 101 | 101100011 | 1011010 | 110111 |
Color Harmonies of #F32636
Complementary color
Monochromatic Colors of #F32636
Black with #F32636
Text Example
Text Example
White with #F32636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32636; }
p { color: rgb(243,38,54); }
H1.HeaderClassName
{
color: #F32636;
}
.AnyTagClassName
{
color: #F32636;
}
</style>
background-color css
<style>
a { background-color: #F32636; }
a { background-color: rgb(243,38,54); }
div.DivClassName
{
background-color: #F32636;
}
.BgClassName
{
background-color: #F32636;
}
</style>
border-color css
<style>
span { border-color: #F32636; }
span { border-color: rgb(243,38,54); }
td.TdClassName
{
border-color: #F32636;
}
.TagClassName
{
border-color: #F32636;
}
</style>