Shades of Alizarin #F92C3C
Tints of Alizarin #F92C3C
RGB
CMYK
RGB Variations
Color information
#F92C3C (or 0xF92C3C) is known color: Alizarin. HEX triplet: F9, 2C and 3C. RGB value is (249,44,60). Sum of RGB (Red+Green+Blue) = 249+44+60=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C3C is #06D3C3. Grayscale: #6B6B6B. Windows color (decimal): -447428 or 3943673. OLE color: 3943673.
HSL color Cylindrical-coordinate representation of color #F92C3C: hue angle of 355.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C3C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 60 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.32º | 0.94% | 0.57% | - |
| HSV(B) | 355.32º | 0.82% | 0.98% | - |
| XYZ | 40.78 | 22.27 | 6.42 | - |
| YUV | 107.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 60 | 0 | 0.82 | 0.76 | 0.02 | 355.32 | 0.94 | 0.57 |
| Hex | F9 | 2C | 3C | 0 | 52 | 4C | 2 | 163 | 5E | 39 |
| Octal | 371 | 54 | 74 | 0 | 122 | 114 | 2 | 543 | 136 | 71 |
| Binary | 11111001 | 101100 | 111100 | 0 | 1010010 | 1001100 | 10 | 101100011 | 1011110 | 111001 |
Color Harmonies of #F92C3C
Complementary color
Monochromatic Colors of #F92C3C
Black with #F92C3C
Text Example
Text Example
White with #F92C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C3C; }
p { color: rgb(249,44,60); }
H1.HeaderClassName
{
color: #F92C3C;
}
.AnyTagClassName
{
color: #F92C3C;
}
</style>
background-color css
<style>
a { background-color: #F92C3C; }
a { background-color: rgb(249,44,60); }
div.DivClassName
{
background-color: #F92C3C;
}
.BgClassName
{
background-color: #F92C3C;
}
</style>
border-color css
<style>
span { border-color: #F92C3C; }
span { border-color: rgb(249,44,60); }
td.TdClassName
{
border-color: #F92C3C;
}
.TagClassName
{
border-color: #F92C3C;
}
</style>