Shades of Alizarin #F1363D
Tints of Alizarin #F1363D
RGB
CMYK
RGB Variations
Color information
#F1363D (or 0xF1363D) is known color: Alizarin. HEX triplet: F1, 36 and 3D. RGB value is (241,54,61). Sum of RGB (Red+Green+Blue) = 241+54+61=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1363D is #0EC9C2. Grayscale: #6E6E6E. Windows color (decimal): -969155 or 4011761. OLE color: 4011761.
HSL color Cylindrical-coordinate representation of color #F1363D: hue angle of 357.75º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1363D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.05 |
| HSL | 357.75º | 0.87% | 0.58% | - |
| HSV(B) | 357.75º | 0.78% | 0.95% | - |
| XYZ | 38.44 | 21.68 | 6.57 | - |
| YUV | 110.71 | 99.95 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 61 | 0 | 0.78 | 0.75 | 0.05 | 357.75 | 0.87 | 0.58 |
| Hex | F1 | 36 | 3D | 0 | 4E | 4B | 5 | 166 | 57 | 3A |
| Octal | 361 | 66 | 75 | 0 | 116 | 113 | 5 | 546 | 127 | 72 |
| Binary | 11110001 | 110110 | 111101 | 0 | 1001110 | 1001011 | 101 | 101100110 | 1010111 | 111010 |
Color Harmonies of #F1363D
Complementary color
Monochromatic Colors of #F1363D
Black with #F1363D
Text Example
Text Example
White with #F1363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1363D; }
p { color: rgb(241,54,61); }
H1.HeaderClassName
{
color: #F1363D;
}
.AnyTagClassName
{
color: #F1363D;
}
</style>
background-color css
<style>
a { background-color: #F1363D; }
a { background-color: rgb(241,54,61); }
div.DivClassName
{
background-color: #F1363D;
}
.BgClassName
{
background-color: #F1363D;
}
</style>
border-color css
<style>
span { border-color: #F1363D; }
span { border-color: rgb(241,54,61); }
td.TdClassName
{
border-color: #F1363D;
}
.TagClassName
{
border-color: #F1363D;
}
</style>