Shades of Alizarin #F02D38
Tints of Alizarin #F02D38
RGB
CMYK
RGB Variations
Color information
#F02D38 (or 0xF02D38) is known color: Alizarin. HEX triplet: F0, 2D and 38. RGB value is (240,45,56). Sum of RGB (Red+Green+Blue) = 240+45+56=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D38 is #0FD2C7. Grayscale: #686868. Windows color (decimal): -1037000 or 3681776. OLE color: 3681776.
HSL color Cylindrical-coordinate representation of color #F02D38: hue angle of 356.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D38 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 56 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.06 |
| HSL | 356.62º | 0.87% | 0.56% | - |
| HSV(B) | 356.62º | 0.81% | 0.94% | - |
| XYZ | 37.59 | 20.69 | 5.75 | - |
| YUV | 104.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 56 | 0 | 0.81 | 0.77 | 0.06 | 356.62 | 0.87 | 0.56 |
| Hex | F0 | 2D | 38 | 0 | 51 | 4D | 6 | 165 | 57 | 38 |
| Octal | 360 | 55 | 70 | 0 | 121 | 115 | 6 | 545 | 127 | 70 |
| Binary | 11110000 | 101101 | 111000 | 0 | 1010001 | 1001101 | 110 | 101100101 | 1010111 | 111000 |
Color Harmonies of #F02D38
Complementary color
Monochromatic Colors of #F02D38
Black with #F02D38
Text Example
Text Example
White with #F02D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D38; }
p { color: rgb(240,45,56); }
H1.HeaderClassName
{
color: #F02D38;
}
.AnyTagClassName
{
color: #F02D38;
}
</style>
background-color css
<style>
a { background-color: #F02D38; }
a { background-color: rgb(240,45,56); }
div.DivClassName
{
background-color: #F02D38;
}
.BgClassName
{
background-color: #F02D38;
}
</style>
border-color css
<style>
span { border-color: #F02D38; }
span { border-color: rgb(240,45,56); }
td.TdClassName
{
border-color: #F02D38;
}
.TagClassName
{
border-color: #F02D38;
}
</style>