Shades of Alizarin #F4233A
Tints of Alizarin #F4233A
RGB
CMYK
RGB Variations
Color information
#F4233A (or 0xF4233A) is known color: Alizarin. HEX triplet: F4, 23 and 3A. RGB value is (244,35,58). Sum of RGB (Red+Green+Blue) = 244+35+58=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4233A is #0BDCC5. Grayscale: #646464. Windows color (decimal): -777414 or 3810292. OLE color: 3810292.
HSL color Cylindrical-coordinate representation of color #F4233A: hue angle of 353.4º degrees, saturation: 0.9, 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 #F4233A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 58 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.04 |
| HSL | 353.4º | 0.9% | 0.55% | - |
| HSV(B) | 353.4º | 0.86% | 0.96% | - |
| XYZ | 38.67 | 20.74 | 5.97 | - |
| YUV | 100.11 | 104.24 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 58 | 0 | 0.86 | 0.76 | 0.04 | 353.4 | 0.9 | 0.55 |
| Hex | F4 | 23 | 3A | 0 | 56 | 4C | 4 | 161 | 5A | 37 |
| Octal | 364 | 43 | 72 | 0 | 126 | 114 | 4 | 541 | 132 | 67 |
| Binary | 11110100 | 100011 | 111010 | 0 | 1010110 | 1001100 | 100 | 101100001 | 1011010 | 110111 |
Color Harmonies of #F4233A
Complementary color
Monochromatic Colors of #F4233A
Black with #F4233A
Text Example
Text Example
White with #F4233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4233A; }
p { color: rgb(244,35,58); }
H1.HeaderClassName
{
color: #F4233A;
}
.AnyTagClassName
{
color: #F4233A;
}
</style>
background-color css
<style>
a { background-color: #F4233A; }
a { background-color: rgb(244,35,58); }
div.DivClassName
{
background-color: #F4233A;
}
.BgClassName
{
background-color: #F4233A;
}
</style>
border-color css
<style>
span { border-color: #F4233A; }
span { border-color: rgb(244,35,58); }
td.TdClassName
{
border-color: #F4233A;
}
.TagClassName
{
border-color: #F4233A;
}
</style>