Shades of Alizarin #F33141
Tints of Alizarin #F33141
RGB
CMYK
RGB Variations
Color information
#F33141 (or 0xF33141) is known color: Alizarin. HEX triplet: F3, 31 and 41. RGB value is (243,49,65). Sum of RGB (Red+Green+Blue) = 243+49+65=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F33141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33141 is #0CCEBE. Grayscale: #6C6C6C. Windows color (decimal): -839359 or 4272627. OLE color: 4272627.
HSL color Cylindrical-coordinate representation of color #F33141: hue angle of 355.05º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33141 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 65 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.05 |
| HSL | 355.05º | 0.89% | 0.57% | - |
| HSV(B) | 355.05º | 0.8% | 0.95% | - |
| XYZ | 39.01 | 21.63 | 7.12 | - |
| YUV | 108.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 65 | 0 | 0.80 | 0.73 | 0.05 | 355.05 | 0.89 | 0.57 |
| Hex | F3 | 31 | 41 | 0 | 50 | 49 | 5 | 163 | 59 | 39 |
| Octal | 363 | 61 | 101 | 0 | 120 | 111 | 5 | 543 | 131 | 71 |
| Binary | 11110011 | 110001 | 1000001 | 0 | 1010000 | 1001001 | 101 | 101100011 | 1011001 | 111001 |
Color Harmonies of #F33141
Complementary color
Monochromatic Colors of #F33141
Black with #F33141
Text Example
Text Example
White with #F33141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33141; }
p { color: rgb(243,49,65); }
H1.HeaderClassName
{
color: #F33141;
}
.AnyTagClassName
{
color: #F33141;
}
</style>
background-color css
<style>
a { background-color: #F33141; }
a { background-color: rgb(243,49,65); }
div.DivClassName
{
background-color: #F33141;
}
.BgClassName
{
background-color: #F33141;
}
</style>
border-color css
<style>
span { border-color: #F33141; }
span { border-color: rgb(243,49,65); }
td.TdClassName
{
border-color: #F33141;
}
.TagClassName
{
border-color: #F33141;
}
</style>