Shades of Alizarin #F32631
Tints of Alizarin #F32631
RGB
CMYK
RGB Variations
Color information
#F32631 (or 0xF32631) is known color: Alizarin. HEX triplet: F3, 26 and 31. RGB value is (243,38,49). Sum of RGB (Red+Green+Blue) = 243+38+49=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32631 is #0CD9CE. Grayscale: #646464. Windows color (decimal): -842191 or 3221235. OLE color: 3221235.
HSL color Cylindrical-coordinate representation of color #F32631: hue angle of 356.78º 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 #F32631 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 49 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.05 |
| HSL | 356.78º | 0.9% | 0.55% | - |
| HSV(B) | 356.78º | 0.84% | 0.95% | - |
| XYZ | 38.21 | 20.66 | 4.88 | - |
| YUV | 100.55 | 98.92 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 49 | 0 | 0.84 | 0.80 | 0.05 | 356.78 | 0.9 | 0.55 |
| Hex | F3 | 26 | 31 | 0 | 54 | 50 | 5 | 165 | 5A | 37 |
| Octal | 363 | 46 | 61 | 0 | 124 | 120 | 5 | 545 | 132 | 67 |
| Binary | 11110011 | 100110 | 110001 | 0 | 1010100 | 1010000 | 101 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F32631
Complementary color
Monochromatic Colors of #F32631
Black with #F32631
Text Example
Text Example
White with #F32631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32631; }
p { color: rgb(243,38,49); }
H1.HeaderClassName
{
color: #F32631;
}
.AnyTagClassName
{
color: #F32631;
}
</style>
background-color css
<style>
a { background-color: #F32631; }
a { background-color: rgb(243,38,49); }
div.DivClassName
{
background-color: #F32631;
}
.BgClassName
{
background-color: #F32631;
}
</style>
border-color css
<style>
span { border-color: #F32631; }
span { border-color: rgb(243,38,49); }
td.TdClassName
{
border-color: #F32631;
}
.TagClassName
{
border-color: #F32631;
}
</style>