Shades of Alizarin #F32F3E
Tints of Alizarin #F32F3E
RGB
CMYK
RGB Variations
Color information
#F32F3E (or 0xF32F3E) is known color: Alizarin. HEX triplet: F3, 2F and 3E. RGB value is (243,47,62). Sum of RGB (Red+Green+Blue) = 243+47+62=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F3E is #0CD0C1. Grayscale: #6B6B6B. Windows color (decimal): -839874 or 4075507. OLE color: 4075507.
HSL color Cylindrical-coordinate representation of color #F32F3E: hue angle of 355.41º 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 #F32F3E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 62 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.05 |
| HSL | 355.41º | 0.89% | 0.57% | - |
| HSV(B) | 355.41º | 0.81% | 0.95% | - |
| XYZ | 38.85 | 21.44 | 6.65 | - |
| YUV | 107.31 | 102.43 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 62 | 0 | 0.81 | 0.74 | 0.05 | 355.41 | 0.89 | 0.57 |
| Hex | F3 | 2F | 3E | 0 | 51 | 4A | 5 | 163 | 59 | 39 |
| Octal | 363 | 57 | 76 | 0 | 121 | 112 | 5 | 543 | 131 | 71 |
| Binary | 11110011 | 101111 | 111110 | 0 | 1010001 | 1001010 | 101 | 101100011 | 1011001 | 111001 |
Color Harmonies of #F32F3E
Complementary color
Monochromatic Colors of #F32F3E
Black with #F32F3E
Text Example
Text Example
White with #F32F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F3E; }
p { color: rgb(243,47,62); }
H1.HeaderClassName
{
color: #F32F3E;
}
.AnyTagClassName
{
color: #F32F3E;
}
</style>
background-color css
<style>
a { background-color: #F32F3E; }
a { background-color: rgb(243,47,62); }
div.DivClassName
{
background-color: #F32F3E;
}
.BgClassName
{
background-color: #F32F3E;
}
</style>
border-color css
<style>
span { border-color: #F32F3E; }
span { border-color: rgb(243,47,62); }
td.TdClassName
{
border-color: #F32F3E;
}
.TagClassName
{
border-color: #F32F3E;
}
</style>