Shades of Alizarin #F0363C
Tints of Alizarin #F0363C
RGB
CMYK
RGB Variations
Color information
#F0363C (or 0xF0363C) is known color: Alizarin. HEX triplet: F0, 36 and 3C. RGB value is (240,54,60). Sum of RGB (Red+Green+Blue) = 240+54+60=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0363C is #0FC9C3. Grayscale: #6E6E6E. Windows color (decimal): -1034692 or 3946224. OLE color: 3946224.
HSL color Cylindrical-coordinate representation of color #F0363C: hue angle of 358.06º 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 #F0363C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 60 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.06 |
| HSL | 358.06º | 0.86% | 0.58% | - |
| HSV(B) | 358.06º | 0.78% | 0.94% | - |
| XYZ | 38.07 | 21.49 | 6.42 | - |
| YUV | 110.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 60 | 0 | 0.78 | 0.75 | 0.06 | 358.06 | 0.86 | 0.58 |
| Hex | F0 | 36 | 3C | 0 | 4E | 4B | 6 | 166 | 56 | 3A |
| Octal | 360 | 66 | 74 | 0 | 116 | 113 | 6 | 546 | 126 | 72 |
| Binary | 11110000 | 110110 | 111100 | 0 | 1001110 | 1001011 | 110 | 101100110 | 1010110 | 111010 |
Color Harmonies of #F0363C
Complementary color
Monochromatic Colors of #F0363C
Black with #F0363C
Text Example
Text Example
White with #F0363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0363C; }
p { color: rgb(240,54,60); }
H1.HeaderClassName
{
color: #F0363C;
}
.AnyTagClassName
{
color: #F0363C;
}
</style>
background-color css
<style>
a { background-color: #F0363C; }
a { background-color: rgb(240,54,60); }
div.DivClassName
{
background-color: #F0363C;
}
.BgClassName
{
background-color: #F0363C;
}
</style>
border-color css
<style>
span { border-color: #F0363C; }
span { border-color: rgb(240,54,60); }
td.TdClassName
{
border-color: #F0363C;
}
.TagClassName
{
border-color: #F0363C;
}
</style>