Shades of Alizarin #F9363D
Tints of Alizarin #F9363D
RGB
CMYK
RGB Variations
Color information
#F9363D (or 0xF9363D) is known color: Alizarin. HEX triplet: F9, 36 and 3D. RGB value is (249,54,61). Sum of RGB (Red+Green+Blue) = 249+54+61=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9363D is #06C9C2. Grayscale: #717171. Windows color (decimal): -444867 or 4011769. OLE color: 4011769.
HSL color Cylindrical-coordinate representation of color #F9363D: hue angle of 357.85º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9363D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 357.85º | 0.94% | 0.59% | - |
| HSV(B) | 357.85º | 0.78% | 0.98% | - |
| XYZ | 41.23 | 23.11 | 6.7 | - |
| YUV | 113.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 61 | 0 | 0.78 | 0.76 | 0.02 | 357.85 | 0.94 | 0.59 |
| Hex | F9 | 36 | 3D | 0 | 4E | 4C | 2 | 166 | 5E | 3B |
| Octal | 371 | 66 | 75 | 0 | 116 | 114 | 2 | 546 | 136 | 73 |
| Binary | 11111001 | 110110 | 111101 | 0 | 1001110 | 1001100 | 10 | 101100110 | 1011110 | 111011 |
Color Harmonies of #F9363D
Complementary color
Monochromatic Colors of #F9363D
Black with #F9363D
Text Example
Text Example
White with #F9363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9363D; }
p { color: rgb(249,54,61); }
H1.HeaderClassName
{
color: #F9363D;
}
.AnyTagClassName
{
color: #F9363D;
}
</style>
background-color css
<style>
a { background-color: #F9363D; }
a { background-color: rgb(249,54,61); }
div.DivClassName
{
background-color: #F9363D;
}
.BgClassName
{
background-color: #F9363D;
}
</style>
border-color css
<style>
span { border-color: #F9363D; }
span { border-color: rgb(249,54,61); }
td.TdClassName
{
border-color: #F9363D;
}
.TagClassName
{
border-color: #F9363D;
}
</style>