Shades of Alizarin #F01C2B
Tints of Alizarin #F01C2B
RGB
CMYK
RGB Variations
Color information
#F01C2B (or 0xF01C2B) is known color: Alizarin. HEX triplet: F0, 1C and 2B. RGB value is (240,28,43). Sum of RGB (Red+Green+Blue) = 240+28+43=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C2B is #0FE3D4. Grayscale: #5D5D5D. Windows color (decimal): -1041365 or 2825456. OLE color: 2825456.
HSL color Cylindrical-coordinate representation of color #F01C2B: hue angle of 355.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.06 |
| HSL | 355.75º | 0.88% | 0.53% | - |
| HSV(B) | 355.75º | 0.88% | 0.94% | - |
| XYZ | 36.79 | 19.53 | 4.12 | - |
| YUV | 93.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 43 | 0 | 0.88 | 0.82 | 0.06 | 355.75 | 0.88 | 0.53 |
| Hex | F0 | 1C | 2B | 0 | 58 | 52 | 6 | 164 | 58 | 35 |
| Octal | 360 | 34 | 53 | 0 | 130 | 122 | 6 | 544 | 130 | 65 |
| Binary | 11110000 | 11100 | 101011 | 0 | 1011000 | 1010010 | 110 | 101100100 | 1011000 | 110101 |
Color Harmonies of #F01C2B
Complementary color
Monochromatic Colors of #F01C2B
Black with #F01C2B
Text Example
Text Example
White with #F01C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C2B; }
p { color: rgb(240,28,43); }
H1.HeaderClassName
{
color: #F01C2B;
}
.AnyTagClassName
{
color: #F01C2B;
}
</style>
background-color css
<style>
a { background-color: #F01C2B; }
a { background-color: rgb(240,28,43); }
div.DivClassName
{
background-color: #F01C2B;
}
.BgClassName
{
background-color: #F01C2B;
}
</style>
border-color css
<style>
span { border-color: #F01C2B; }
span { border-color: rgb(240,28,43); }
td.TdClassName
{
border-color: #F01C2B;
}
.TagClassName
{
border-color: #F01C2B;
}
</style>