Shades of Alizarin #F9232B
Tints of Alizarin #F9232B
RGB
CMYK
RGB Variations
Color information
#F9232B (or 0xF9232B) is known color: Alizarin. HEX triplet: F9, 23 and 2B. RGB value is (249,35,43). Sum of RGB (Red+Green+Blue) = 249+35+43=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9232B is #06DCD4. Grayscale: #646464. Windows color (decimal): -449749 or 2827257. OLE color: 2827257.
HSL color Cylindrical-coordinate representation of color #F9232B: hue angle of 357.76º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9232B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 43 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.02 |
| HSL | 357.76º | 0.95% | 0.56% | - |
| HSV(B) | 357.76º | 0.86% | 0.98% | - |
| XYZ | 40.1 | 21.52 | 4.32 | - |
| YUV | 99.9 | 95.9 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 43 | 0 | 0.86 | 0.83 | 0.02 | 357.76 | 0.95 | 0.56 |
| Hex | F9 | 23 | 2B | 0 | 56 | 53 | 2 | 166 | 5F | 38 |
| Octal | 371 | 43 | 53 | 0 | 126 | 123 | 2 | 546 | 137 | 70 |
| Binary | 11111001 | 100011 | 101011 | 0 | 1010110 | 1010011 | 10 | 101100110 | 1011111 | 111000 |
Color Harmonies of #F9232B
Complementary color
Monochromatic Colors of #F9232B
Black with #F9232B
Text Example
Text Example
White with #F9232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9232B; }
p { color: rgb(249,35,43); }
H1.HeaderClassName
{
color: #F9232B;
}
.AnyTagClassName
{
color: #F9232B;
}
</style>
background-color css
<style>
a { background-color: #F9232B; }
a { background-color: rgb(249,35,43); }
div.DivClassName
{
background-color: #F9232B;
}
.BgClassName
{
background-color: #F9232B;
}
</style>
border-color css
<style>
span { border-color: #F9232B; }
span { border-color: rgb(249,35,43); }
td.TdClassName
{
border-color: #F9232B;
}
.TagClassName
{
border-color: #F9232B;
}
</style>