Shades of Alizarin #F32731
Tints of Alizarin #F32731
RGB
CMYK
RGB Variations
Color information
#F32731 (or 0xF32731) is known color: Alizarin. HEX triplet: F3, 27 and 31. RGB value is (243,39,49). Sum of RGB (Red+Green+Blue) = 243+39+49=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32731 is #0CD8CE. Grayscale: #656565. Windows color (decimal): -841935 or 3221491. OLE color: 3221491.
HSL color Cylindrical-coordinate representation of color #F32731: hue angle of 357.06º degrees, saturation: 0.89, 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 #F32731 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 49 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.05 |
| HSL | 357.06º | 0.89% | 0.55% | - |
| HSV(B) | 357.06º | 0.84% | 0.95% | - |
| XYZ | 38.24 | 20.73 | 4.89 | - |
| YUV | 101.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 49 | 0 | 0.84 | 0.80 | 0.05 | 357.06 | 0.89 | 0.55 |
| Hex | F3 | 27 | 31 | 0 | 54 | 50 | 5 | 165 | 59 | 37 |
| Octal | 363 | 47 | 61 | 0 | 124 | 120 | 5 | 545 | 131 | 67 |
| Binary | 11110011 | 100111 | 110001 | 0 | 1010100 | 1010000 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F32731
Complementary color
Monochromatic Colors of #F32731
Black with #F32731
Text Example
Text Example
White with #F32731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32731; }
p { color: rgb(243,39,49); }
H1.HeaderClassName
{
color: #F32731;
}
.AnyTagClassName
{
color: #F32731;
}
</style>
background-color css
<style>
a { background-color: #F32731; }
a { background-color: rgb(243,39,49); }
div.DivClassName
{
background-color: #F32731;
}
.BgClassName
{
background-color: #F32731;
}
</style>
border-color css
<style>
span { border-color: #F32731; }
span { border-color: rgb(243,39,49); }
td.TdClassName
{
border-color: #F32731;
}
.TagClassName
{
border-color: #F32731;
}
</style>