Shades of Alizarin #F32530
Tints of Alizarin #F32530
RGB
CMYK
RGB Variations
Color information
#F32530 (or 0xF32530) is known color: Alizarin. HEX triplet: F3, 25 and 30. RGB value is (243,37,48). Sum of RGB (Red+Green+Blue) = 243+37+48=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F32530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32530 is #0CDACF. Grayscale: #646464. Windows color (decimal): -842448 or 3155443. OLE color: 3155443.
HSL color Cylindrical-coordinate representation of color #F32530: hue angle of 356.8º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32530 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 48 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.05 |
| HSL | 356.8º | 0.9% | 0.55% | - |
| HSV(B) | 356.8º | 0.85% | 0.95% | - |
| XYZ | 38.16 | 20.59 | 4.76 | - |
| YUV | 99.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 48 | 0 | 0.85 | 0.80 | 0.05 | 356.8 | 0.9 | 0.55 |
| Hex | F3 | 25 | 30 | 0 | 55 | 50 | 5 | 165 | 5A | 37 |
| Octal | 363 | 45 | 60 | 0 | 125 | 120 | 5 | 545 | 132 | 67 |
| Binary | 11110011 | 100101 | 110000 | 0 | 1010101 | 1010000 | 101 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F32530
Complementary color
Monochromatic Colors of #F32530
Black with #F32530
Text Example
Text Example
White with #F32530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32530; }
p { color: rgb(243,37,48); }
H1.HeaderClassName
{
color: #F32530;
}
.AnyTagClassName
{
color: #F32530;
}
</style>
background-color css
<style>
a { background-color: #F32530; }
a { background-color: rgb(243,37,48); }
div.DivClassName
{
background-color: #F32530;
}
.BgClassName
{
background-color: #F32530;
}
</style>
border-color css
<style>
span { border-color: #F32530; }
span { border-color: rgb(243,37,48); }
td.TdClassName
{
border-color: #F32530;
}
.TagClassName
{
border-color: #F32530;
}
</style>