Shades of Alizarin #F03D41
Tints of Alizarin #F03D41
RGB
CMYK
RGB Variations
Color information
#F03D41 (or 0xF03D41) is known color: Alizarin. HEX triplet: F0, 3D and 41. RGB value is (240,61,65). Sum of RGB (Red+Green+Blue) = 240+61+65=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D41 is #0FC2BE. Grayscale: #737373. Windows color (decimal): -1032895 or 4275696. OLE color: 4275696.
HSL color Cylindrical-coordinate representation of color #F03D41: hue angle of 358.66º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03D41 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 65 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.06 |
| HSL | 358.66º | 0.86% | 0.59% | - |
| HSV(B) | 358.66º | 0.75% | 0.94% | - |
| XYZ | 38.56 | 22.24 | 7.26 | - |
| YUV | 114.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 65 | 0 | 0.75 | 0.73 | 0.06 | 358.66 | 0.86 | 0.59 |
| Hex | F0 | 3D | 41 | 0 | 4B | 49 | 6 | 167 | 56 | 3B |
| Octal | 360 | 75 | 101 | 0 | 113 | 111 | 6 | 547 | 126 | 73 |
| Binary | 11110000 | 111101 | 1000001 | 0 | 1001011 | 1001001 | 110 | 101100111 | 1010110 | 111011 |
Color Harmonies of #F03D41
Complementary color
Monochromatic Colors of #F03D41
Black with #F03D41
Text Example
Text Example
White with #F03D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D41; }
p { color: rgb(240,61,65); }
H1.HeaderClassName
{
color: #F03D41;
}
.AnyTagClassName
{
color: #F03D41;
}
</style>
background-color css
<style>
a { background-color: #F03D41; }
a { background-color: rgb(240,61,65); }
div.DivClassName
{
background-color: #F03D41;
}
.BgClassName
{
background-color: #F03D41;
}
</style>
border-color css
<style>
span { border-color: #F03D41; }
span { border-color: rgb(240,61,65); }
td.TdClassName
{
border-color: #F03D41;
}
.TagClassName
{
border-color: #F03D41;
}
</style>