Shades of Alizarin #F9232D
Tints of Alizarin #F9232D
RGB
CMYK
RGB Variations
Color information
#F9232D (or 0xF9232D) is known color: Alizarin. HEX triplet: F9, 23 and 2D. RGB value is (249,35,45). Sum of RGB (Red+Green+Blue) = 249+35+45=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9232D is #06DCD2. Grayscale: #646464. Windows color (decimal): -449747 or 2958329. OLE color: 2958329.
HSL color Cylindrical-coordinate representation of color #F9232D: hue angle of 357.2º 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 #F9232D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 45 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.02 |
| HSL | 357.2º | 0.95% | 0.56% | - |
| HSV(B) | 357.2º | 0.86% | 0.98% | - |
| XYZ | 40.14 | 21.53 | 4.52 | - |
| YUV | 100.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 45 | 0 | 0.86 | 0.82 | 0.02 | 357.2 | 0.95 | 0.56 |
| Hex | F9 | 23 | 2D | 0 | 56 | 52 | 2 | 165 | 5F | 38 |
| Octal | 371 | 43 | 55 | 0 | 126 | 122 | 2 | 545 | 137 | 70 |
| Binary | 11111001 | 100011 | 101101 | 0 | 1010110 | 1010010 | 10 | 101100101 | 1011111 | 111000 |
Color Harmonies of #F9232D
Complementary color
Monochromatic Colors of #F9232D
Black with #F9232D
Text Example
Text Example
White with #F9232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9232D; }
p { color: rgb(249,35,45); }
H1.HeaderClassName
{
color: #F9232D;
}
.AnyTagClassName
{
color: #F9232D;
}
</style>
background-color css
<style>
a { background-color: #F9232D; }
a { background-color: rgb(249,35,45); }
div.DivClassName
{
background-color: #F9232D;
}
.BgClassName
{
background-color: #F9232D;
}
</style>
border-color css
<style>
span { border-color: #F9232D; }
span { border-color: rgb(249,35,45); }
td.TdClassName
{
border-color: #F9232D;
}
.TagClassName
{
border-color: #F9232D;
}
</style>