Shades of Alizarin #F03639
Tints of Alizarin #F03639
RGB
CMYK
RGB Variations
Color information
#F03639 (or 0xF03639) is known color: Alizarin. HEX triplet: F0, 36 and 39. RGB value is (240,54,57). Sum of RGB (Red+Green+Blue) = 240+54+57=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F03639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03639 is #0FC9C6. Grayscale: #6E6E6E. Windows color (decimal): -1034695 or 3749616. OLE color: 3749616.
HSL color Cylindrical-coordinate representation of color #F03639: hue angle of 359.03º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03639 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 57 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.06 |
| HSL | 359.03º | 0.86% | 0.58% | - |
| HSV(B) | 359.03º | 0.78% | 0.94% | - |
| XYZ | 37.99 | 21.46 | 6.01 | - |
| YUV | 109.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 57 | 0 | 0.78 | 0.76 | 0.06 | 359.03 | 0.86 | 0.58 |
| Hex | F0 | 36 | 39 | 0 | 4E | 4C | 6 | 167 | 56 | 3A |
| Octal | 360 | 66 | 71 | 0 | 116 | 114 | 6 | 547 | 126 | 72 |
| Binary | 11110000 | 110110 | 111001 | 0 | 1001110 | 1001100 | 110 | 101100111 | 1010110 | 111010 |
Color Harmonies of #F03639
Complementary color
Monochromatic Colors of #F03639
Black with #F03639
Text Example
Text Example
White with #F03639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03639; }
p { color: rgb(240,54,57); }
H1.HeaderClassName
{
color: #F03639;
}
.AnyTagClassName
{
color: #F03639;
}
</style>
background-color css
<style>
a { background-color: #F03639; }
a { background-color: rgb(240,54,57); }
div.DivClassName
{
background-color: #F03639;
}
.BgClassName
{
background-color: #F03639;
}
</style>
border-color css
<style>
span { border-color: #F03639; }
span { border-color: rgb(240,54,57); }
td.TdClassName
{
border-color: #F03639;
}
.TagClassName
{
border-color: #F03639;
}
</style>