Shades of Alizarin #F32835
Tints of Alizarin #F32835
RGB
CMYK
RGB Variations
Color information
#F32835 (or 0xF32835) is known color: Alizarin. HEX triplet: F3, 28 and 35. RGB value is (243,40,53). Sum of RGB (Red+Green+Blue) = 243+40+53=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F32835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32835 is #0CD7CA. Grayscale: #666666. Windows color (decimal): -841675 or 3483891. OLE color: 3483891.
HSL color Cylindrical-coordinate representation of color #F32835: hue angle of 356.16º 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 #F32835 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 53 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.05 |
| HSL | 356.16º | 0.89% | 0.55% | - |
| HSV(B) | 356.16º | 0.84% | 0.95% | - |
| XYZ | 38.36 | 20.83 | 5.37 | - |
| YUV | 102.18 | 100.25 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 53 | 0 | 0.84 | 0.78 | 0.05 | 356.16 | 0.89 | 0.55 |
| Hex | F3 | 28 | 35 | 0 | 54 | 4E | 5 | 164 | 59 | 37 |
| Octal | 363 | 50 | 65 | 0 | 124 | 116 | 5 | 544 | 131 | 67 |
| Binary | 11110011 | 101000 | 110101 | 0 | 1010100 | 1001110 | 101 | 101100100 | 1011001 | 110111 |
Color Harmonies of #F32835
Complementary color
Monochromatic Colors of #F32835
Black with #F32835
Text Example
Text Example
White with #F32835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32835; }
p { color: rgb(243,40,53); }
H1.HeaderClassName
{
color: #F32835;
}
.AnyTagClassName
{
color: #F32835;
}
</style>
background-color css
<style>
a { background-color: #F32835; }
a { background-color: rgb(243,40,53); }
div.DivClassName
{
background-color: #F32835;
}
.BgClassName
{
background-color: #F32835;
}
</style>
border-color css
<style>
span { border-color: #F32835; }
span { border-color: rgb(243,40,53); }
td.TdClassName
{
border-color: #F32835;
}
.TagClassName
{
border-color: #F32835;
}
</style>