Shades of Alizarin #F42B31
Tints of Alizarin #F42B31
RGB
CMYK
RGB Variations
Color information
#F42B31 (or 0xF42B31) is known color: Alizarin. HEX triplet: F4, 2B and 31. RGB value is (244,43,49). Sum of RGB (Red+Green+Blue) = 244+43+49=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B31 is #0BD4CE. Grayscale: #676767. Windows color (decimal): -775375 or 3222516. OLE color: 3222516.
HSL color Cylindrical-coordinate representation of color #F42B31: hue angle of 358.21º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42B31 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 49 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.04 |
| HSL | 358.21º | 0.9% | 0.56% | - |
| HSV(B) | 358.21º | 0.82% | 0.96% | - |
| XYZ | 38.73 | 21.18 | 4.95 | - |
| YUV | 103.78 | 97.09 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 49 | 0 | 0.82 | 0.80 | 0.04 | 358.21 | 0.9 | 0.56 |
| Hex | F4 | 2B | 31 | 0 | 52 | 50 | 4 | 166 | 5A | 38 |
| Octal | 364 | 53 | 61 | 0 | 122 | 120 | 4 | 546 | 132 | 70 |
| Binary | 11110100 | 101011 | 110001 | 0 | 1010010 | 1010000 | 100 | 101100110 | 1011010 | 111000 |
Color Harmonies of #F42B31
Complementary color
Monochromatic Colors of #F42B31
Black with #F42B31
Text Example
Text Example
White with #F42B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42B31; }
p { color: rgb(244,43,49); }
H1.HeaderClassName
{
color: #F42B31;
}
.AnyTagClassName
{
color: #F42B31;
}
</style>
background-color css
<style>
a { background-color: #F42B31; }
a { background-color: rgb(244,43,49); }
div.DivClassName
{
background-color: #F42B31;
}
.BgClassName
{
background-color: #F42B31;
}
</style>
border-color css
<style>
span { border-color: #F42B31; }
span { border-color: rgb(244,43,49); }
td.TdClassName
{
border-color: #F42B31;
}
.TagClassName
{
border-color: #F42B31;
}
</style>