Shades of Alizarin #F0363D
Tints of Alizarin #F0363D
RGB
CMYK
RGB Variations
Color information
#F0363D (or 0xF0363D) is known color: Alizarin. HEX triplet: F0, 36 and 3D. RGB value is (240,54,61). Sum of RGB (Red+Green+Blue) = 240+54+61=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0363D is #0FC9C2. Grayscale: #6E6E6E. Windows color (decimal): -1034691 or 4011760. OLE color: 4011760.
HSL color Cylindrical-coordinate representation of color #F0363D: hue angle of 357.74º 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 #F0363D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.06 |
| HSL | 357.74º | 0.86% | 0.58% | - |
| HSV(B) | 357.74º | 0.78% | 0.94% | - |
| XYZ | 38.1 | 21.5 | 6.56 | - |
| YUV | 110.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 61 | 0 | 0.78 | 0.75 | 0.06 | 357.74 | 0.86 | 0.58 |
| Hex | F0 | 36 | 3D | 0 | 4E | 4B | 6 | 166 | 56 | 3A |
| Octal | 360 | 66 | 75 | 0 | 116 | 113 | 6 | 546 | 126 | 72 |
| Binary | 11110000 | 110110 | 111101 | 0 | 1001110 | 1001011 | 110 | 101100110 | 1010110 | 111010 |
Color Harmonies of #F0363D
Complementary color
Monochromatic Colors of #F0363D
Black with #F0363D
Text Example
Text Example
White with #F0363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0363D; }
p { color: rgb(240,54,61); }
H1.HeaderClassName
{
color: #F0363D;
}
.AnyTagClassName
{
color: #F0363D;
}
</style>
background-color css
<style>
a { background-color: #F0363D; }
a { background-color: rgb(240,54,61); }
div.DivClassName
{
background-color: #F0363D;
}
.BgClassName
{
background-color: #F0363D;
}
</style>
border-color css
<style>
span { border-color: #F0363D; }
span { border-color: rgb(240,54,61); }
td.TdClassName
{
border-color: #F0363D;
}
.TagClassName
{
border-color: #F0363D;
}
</style>