Shades of Alizarin #F32327
Tints of Alizarin #F32327
RGB
CMYK
RGB Variations
Color information
#F32327 (or 0xF32327) is known color: Alizarin. HEX triplet: F3, 23 and 27. RGB value is (243,35,39). Sum of RGB (Red+Green+Blue) = 243+35+39=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32327 is #0CDCD8. Grayscale: #616161. Windows color (decimal): -842969 or 2565107. OLE color: 2565107.
HSL color Cylindrical-coordinate representation of color #F32327: hue angle of 358.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32327 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 39 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.05 |
| HSL | 358.85º | 0.9% | 0.55% | - |
| HSV(B) | 358.85º | 0.86% | 0.95% | - |
| XYZ | 37.93 | 20.4 | 3.86 | - |
| YUV | 97.65 | 94.91 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 39 | 0 | 0.86 | 0.84 | 0.05 | 358.85 | 0.9 | 0.55 |
| Hex | F3 | 23 | 27 | 0 | 56 | 54 | 5 | 167 | 5A | 37 |
| Octal | 363 | 43 | 47 | 0 | 126 | 124 | 5 | 547 | 132 | 67 |
| Binary | 11110011 | 100011 | 100111 | 0 | 1010110 | 1010100 | 101 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F32327
Complementary color
Monochromatic Colors of #F32327
Black with #F32327
Text Example
Text Example
White with #F32327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32327; }
p { color: rgb(243,35,39); }
H1.HeaderClassName
{
color: #F32327;
}
.AnyTagClassName
{
color: #F32327;
}
</style>
background-color css
<style>
a { background-color: #F32327; }
a { background-color: rgb(243,35,39); }
div.DivClassName
{
background-color: #F32327;
}
.BgClassName
{
background-color: #F32327;
}
</style>
border-color css
<style>
span { border-color: #F32327; }
span { border-color: rgb(243,35,39); }
td.TdClassName
{
border-color: #F32327;
}
.TagClassName
{
border-color: #F32327;
}
</style>