Shades of Alizarin #F32534
Tints of Alizarin #F32534
RGB
CMYK
RGB Variations
Color information
#F32534 (or 0xF32534) is known color: Alizarin. HEX triplet: F3, 25 and 34. RGB value is (243,37,52). Sum of RGB (Red+Green+Blue) = 243+37+52=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32534 is #0CDACB. Grayscale: #646464. Windows color (decimal): -842444 or 3417587. OLE color: 3417587.
HSL color Cylindrical-coordinate representation of color #F32534: hue angle of 355.63º 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 #F32534 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 52 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.05 |
| HSL | 355.63º | 0.9% | 0.55% | - |
| HSV(B) | 355.63º | 0.85% | 0.95% | - |
| XYZ | 38.24 | 20.63 | 5.21 | - |
| YUV | 100.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 52 | 0 | 0.85 | 0.79 | 0.05 | 355.63 | 0.9 | 0.55 |
| Hex | F3 | 25 | 34 | 0 | 55 | 4F | 5 | 164 | 5A | 37 |
| Octal | 363 | 45 | 64 | 0 | 125 | 117 | 5 | 544 | 132 | 67 |
| Binary | 11110011 | 100101 | 110100 | 0 | 1010101 | 1001111 | 101 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F32534
Complementary color
Monochromatic Colors of #F32534
Black with #F32534
Text Example
Text Example
White with #F32534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32534; }
p { color: rgb(243,37,52); }
H1.HeaderClassName
{
color: #F32534;
}
.AnyTagClassName
{
color: #F32534;
}
</style>
background-color css
<style>
a { background-color: #F32534; }
a { background-color: rgb(243,37,52); }
div.DivClassName
{
background-color: #F32534;
}
.BgClassName
{
background-color: #F32534;
}
</style>
border-color css
<style>
span { border-color: #F32534; }
span { border-color: rgb(243,37,52); }
td.TdClassName
{
border-color: #F32534;
}
.TagClassName
{
border-color: #F32534;
}
</style>