Shades of Alizarin #F9283D
Tints of Alizarin #F9283D
RGB
CMYK
RGB Variations
Color information
#F9283D (or 0xF9283D) is known color: Alizarin. HEX triplet: F9, 28 and 3D. RGB value is (249,40,61). Sum of RGB (Red+Green+Blue) = 249+40+61=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F9283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9283D is #06D7C2. Grayscale: #696969. Windows color (decimal): -448451 or 4008185. OLE color: 4008185.
HSL color Cylindrical-coordinate representation of color #F9283D: hue angle of 353.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9283D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 61 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 353.97º | 0.95% | 0.57% | - |
| HSV(B) | 353.97º | 0.84% | 0.98% | - |
| XYZ | 40.67 | 21.99 | 6.52 | - |
| YUV | 104.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 61 | 0 | 0.84 | 0.76 | 0.02 | 353.97 | 0.95 | 0.57 |
| Hex | F9 | 28 | 3D | 0 | 54 | 4C | 2 | 162 | 5F | 39 |
| Octal | 371 | 50 | 75 | 0 | 124 | 114 | 2 | 542 | 137 | 71 |
| Binary | 11111001 | 101000 | 111101 | 0 | 1010100 | 1001100 | 10 | 101100010 | 1011111 | 111001 |
Color Harmonies of #F9283D
Complementary color
Monochromatic Colors of #F9283D
Black with #F9283D
Text Example
Text Example
White with #F9283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9283D; }
p { color: rgb(249,40,61); }
H1.HeaderClassName
{
color: #F9283D;
}
.AnyTagClassName
{
color: #F9283D;
}
</style>
background-color css
<style>
a { background-color: #F9283D; }
a { background-color: rgb(249,40,61); }
div.DivClassName
{
background-color: #F9283D;
}
.BgClassName
{
background-color: #F9283D;
}
</style>
border-color css
<style>
span { border-color: #F9283D; }
span { border-color: rgb(249,40,61); }
td.TdClassName
{
border-color: #F9283D;
}
.TagClassName
{
border-color: #F9283D;
}
</style>