Shades of Alizarin #F31C23
Tints of Alizarin #F31C23
RGB
CMYK
RGB Variations
Color information
#F31C23 (or 0xF31C23) is known color: Alizarin. HEX triplet: F3, 1C and 23. RGB value is (243,28,35). Sum of RGB (Red+Green+Blue) = 243+28+35=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C23 is #0CE3DC. Grayscale: #5D5D5D. Windows color (decimal): -844765 or 2301171. OLE color: 2301171.
HSL color Cylindrical-coordinate representation of color #F31C23: hue angle of 358.05º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C23 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 35 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.05 |
| HSL | 358.05º | 0.9% | 0.53% | - |
| HSV(B) | 358.05º | 0.88% | 0.95% | - |
| XYZ | 37.68 | 20.01 | 3.47 | - |
| YUV | 93.08 | 95.23 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 35 | 0 | 0.88 | 0.86 | 0.05 | 358.05 | 0.9 | 0.53 |
| Hex | F3 | 1C | 23 | 0 | 58 | 56 | 5 | 166 | 5A | 35 |
| Octal | 363 | 34 | 43 | 0 | 130 | 126 | 5 | 546 | 132 | 65 |
| Binary | 11110011 | 11100 | 100011 | 0 | 1011000 | 1010110 | 101 | 101100110 | 1011010 | 110101 |
Color Harmonies of #F31C23
Complementary color
Monochromatic Colors of #F31C23
Black with #F31C23
Text Example
Text Example
White with #F31C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C23; }
p { color: rgb(243,28,35); }
H1.HeaderClassName
{
color: #F31C23;
}
.AnyTagClassName
{
color: #F31C23;
}
</style>
background-color css
<style>
a { background-color: #F31C23; }
a { background-color: rgb(243,28,35); }
div.DivClassName
{
background-color: #F31C23;
}
.BgClassName
{
background-color: #F31C23;
}
</style>
border-color css
<style>
span { border-color: #F31C23; }
span { border-color: rgb(243,28,35); }
td.TdClassName
{
border-color: #F31C23;
}
.TagClassName
{
border-color: #F31C23;
}
</style>