Shades of Alizarin #F03035
Tints of Alizarin #F03035
RGB
CMYK
RGB Variations
Color information
#F03035 (or 0xF03035) is known color: Alizarin. HEX triplet: F0, 30 and 35. RGB value is (240,48,53). Sum of RGB (Red+Green+Blue) = 240+48+53=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F03035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03035 is #0FCFCA. Grayscale: #6A6A6A. Windows color (decimal): -1036235 or 3485936. OLE color: 3485936.
HSL color Cylindrical-coordinate representation of color #F03035: hue angle of 358.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03035 is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 53 | - |
| CMYK | 0 | 0.8 | 0.78 | 0.06 |
| HSL | 358.44º | 0.86% | 0.56% | - |
| HSV(B) | 358.44º | 0.8% | 0.94% | - |
| XYZ | 37.63 | 20.9 | 5.42 | - |
| YUV | 105.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 53 | 0 | 0.8 | 0.78 | 0.06 | 358.44 | 0.86 | 0.56 |
| Hex | F0 | 30 | 35 | 0 | 50 | 4E | 6 | 166 | 56 | 38 |
| Octal | 360 | 60 | 65 | 0 | 120 | 116 | 6 | 546 | 126 | 70 |
| Binary | 11110000 | 110000 | 110101 | 0 | 1010000 | 1001110 | 110 | 101100110 | 1010110 | 111000 |
Color Harmonies of #F03035
Complementary color
Monochromatic Colors of #F03035
Black with #F03035
Text Example
Text Example
White with #F03035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03035; }
p { color: rgb(240,48,53); }
H1.HeaderClassName
{
color: #F03035;
}
.AnyTagClassName
{
color: #F03035;
}
</style>
background-color css
<style>
a { background-color: #F03035; }
a { background-color: rgb(240,48,53); }
div.DivClassName
{
background-color: #F03035;
}
.BgClassName
{
background-color: #F03035;
}
</style>
border-color css
<style>
span { border-color: #F03035; }
span { border-color: rgb(240,48,53); }
td.TdClassName
{
border-color: #F03035;
}
.TagClassName
{
border-color: #F03035;
}
</style>