Shades of Alizarin #F9383D
Tints of Alizarin #F9383D
RGB
CMYK
RGB Variations
Color information
#F9383D (or 0xF9383D) is known color: Alizarin. HEX triplet: F9, 38 and 3D. RGB value is (249,56,61). Sum of RGB (Red+Green+Blue) = 249+56+61=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9383D is #06C7C2. Grayscale: #727272. Windows color (decimal): -444355 or 4012281. OLE color: 4012281.
HSL color Cylindrical-coordinate representation of color #F9383D: hue angle of 358.45º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9383D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 358.45º | 0.94% | 0.6% | - |
| HSV(B) | 358.45º | 0.78% | 0.98% | - |
| XYZ | 41.32 | 23.31 | 6.74 | - |
| YUV | 114.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 61 | 0 | 0.78 | 0.76 | 0.02 | 358.45 | 0.94 | 0.6 |
| Hex | F9 | 38 | 3D | 0 | 4E | 4C | 2 | 166 | 5E | 3C |
| Octal | 371 | 70 | 75 | 0 | 116 | 114 | 2 | 546 | 136 | 74 |
| Binary | 11111001 | 111000 | 111101 | 0 | 1001110 | 1001100 | 10 | 101100110 | 1011110 | 111100 |
Color Harmonies of #F9383D
Complementary color
Monochromatic Colors of #F9383D
Black with #F9383D
Text Example
Text Example
White with #F9383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9383D; }
p { color: rgb(249,56,61); }
H1.HeaderClassName
{
color: #F9383D;
}
.AnyTagClassName
{
color: #F9383D;
}
</style>
background-color css
<style>
a { background-color: #F9383D; }
a { background-color: rgb(249,56,61); }
div.DivClassName
{
background-color: #F9383D;
}
.BgClassName
{
background-color: #F9383D;
}
</style>
border-color css
<style>
span { border-color: #F9383D; }
span { border-color: rgb(249,56,61); }
td.TdClassName
{
border-color: #F9383D;
}
.TagClassName
{
border-color: #F9383D;
}
</style>