Shades of Alizarin #F32025
Tints of Alizarin #F32025
RGB
CMYK
RGB Variations
Color information
#F32025 (or 0xF32025) is known color: Alizarin. HEX triplet: F3, 20 and 25. RGB value is (243,32,37). Sum of RGB (Red+Green+Blue) = 243+32+37=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32025 is #0CDFDA. Grayscale: #5F5F5F. Windows color (decimal): -843739 or 2433267. OLE color: 2433267.
HSL color Cylindrical-coordinate representation of color #F32025: hue angle of 358.58º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32025 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 37 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.05 |
| HSL | 358.58º | 0.9% | 0.54% | - |
| HSV(B) | 358.58º | 0.87% | 0.95% | - |
| XYZ | 37.81 | 20.22 | 3.66 | - |
| YUV | 95.66 | 94.9 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 37 | 0 | 0.87 | 0.85 | 0.05 | 358.58 | 0.9 | 0.54 |
| Hex | F3 | 20 | 25 | 0 | 57 | 55 | 5 | 167 | 5A | 36 |
| Octal | 363 | 40 | 45 | 0 | 127 | 125 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 100000 | 100101 | 0 | 1010111 | 1010101 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F32025
Complementary color
Monochromatic Colors of #F32025
Black with #F32025
Text Example
Text Example
White with #F32025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32025; }
p { color: rgb(243,32,37); }
H1.HeaderClassName
{
color: #F32025;
}
.AnyTagClassName
{
color: #F32025;
}
</style>
background-color css
<style>
a { background-color: #F32025; }
a { background-color: rgb(243,32,37); }
div.DivClassName
{
background-color: #F32025;
}
.BgClassName
{
background-color: #F32025;
}
</style>
border-color css
<style>
span { border-color: #F32025; }
span { border-color: rgb(243,32,37); }
td.TdClassName
{
border-color: #F32025;
}
.TagClassName
{
border-color: #F32025;
}
</style>