Shades of Alizarin #F32030
Tints of Alizarin #F32030
RGB
CMYK
RGB Variations
Color information
#F32030 (or 0xF32030) is known color: Alizarin. HEX triplet: F3, 20 and 30. RGB value is (243,32,48). Sum of RGB (Red+Green+Blue) = 243+32+48=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F32030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32030 is #0CDFCF. Grayscale: #616161. Windows color (decimal): -843728 or 3154163. OLE color: 3154163.
HSL color Cylindrical-coordinate representation of color #F32030: hue angle of 355.45º 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 #F32030 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 48 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.05 |
| HSL | 355.45º | 0.9% | 0.54% | - |
| HSV(B) | 355.45º | 0.87% | 0.95% | - |
| XYZ | 38.01 | 20.3 | 4.71 | - |
| YUV | 96.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 48 | 0 | 0.87 | 0.80 | 0.05 | 355.45 | 0.9 | 0.54 |
| Hex | F3 | 20 | 30 | 0 | 57 | 50 | 5 | 163 | 5A | 36 |
| Octal | 363 | 40 | 60 | 0 | 127 | 120 | 5 | 543 | 132 | 66 |
| Binary | 11110011 | 100000 | 110000 | 0 | 1010111 | 1010000 | 101 | 101100011 | 1011010 | 110110 |
Color Harmonies of #F32030
Complementary color
Monochromatic Colors of #F32030
Black with #F32030
Text Example
Text Example
White with #F32030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32030; }
p { color: rgb(243,32,48); }
H1.HeaderClassName
{
color: #F32030;
}
.AnyTagClassName
{
color: #F32030;
}
</style>
background-color css
<style>
a { background-color: #F32030; }
a { background-color: rgb(243,32,48); }
div.DivClassName
{
background-color: #F32030;
}
.BgClassName
{
background-color: #F32030;
}
</style>
border-color css
<style>
span { border-color: #F32030; }
span { border-color: rgb(243,32,48); }
td.TdClassName
{
border-color: #F32030;
}
.TagClassName
{
border-color: #F32030;
}
</style>