Shades of Alizarin #F32F3C
Tints of Alizarin #F32F3C
RGB
CMYK
RGB Variations
Color information
#F32F3C (or 0xF32F3C) is known color: Alizarin. HEX triplet: F3, 2F and 3C. RGB value is (243,47,60). Sum of RGB (Red+Green+Blue) = 243+47+60=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F3C is #0CD0C3. Grayscale: #6B6B6B. Windows color (decimal): -839876 or 3944435. OLE color: 3944435.
HSL color Cylindrical-coordinate representation of color #F32F3C: hue angle of 356.02º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F3C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 60 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.05 |
| HSL | 356.02º | 0.89% | 0.57% | - |
| HSV(B) | 356.02º | 0.81% | 0.95% | - |
| XYZ | 38.79 | 21.41 | 6.36 | - |
| YUV | 107.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 60 | 0 | 0.81 | 0.75 | 0.05 | 356.02 | 0.89 | 0.57 |
| Hex | F3 | 2F | 3C | 0 | 51 | 4B | 5 | 164 | 59 | 39 |
| Octal | 363 | 57 | 74 | 0 | 121 | 113 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 101111 | 111100 | 0 | 1010001 | 1001011 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F32F3C
Complementary color
Monochromatic Colors of #F32F3C
Black with #F32F3C
Text Example
Text Example
White with #F32F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F3C; }
p { color: rgb(243,47,60); }
H1.HeaderClassName
{
color: #F32F3C;
}
.AnyTagClassName
{
color: #F32F3C;
}
</style>
background-color css
<style>
a { background-color: #F32F3C; }
a { background-color: rgb(243,47,60); }
div.DivClassName
{
background-color: #F32F3C;
}
.BgClassName
{
background-color: #F32F3C;
}
</style>
border-color css
<style>
span { border-color: #F32F3C; }
span { border-color: rgb(243,47,60); }
td.TdClassName
{
border-color: #F32F3C;
}
.TagClassName
{
border-color: #F32F3C;
}
</style>