Shades of Alizarin #F01D31
Tints of Alizarin #F01D31
RGB
CMYK
RGB Variations
Color information
#F01D31 (or 0xF01D31) is known color: Alizarin. HEX triplet: F0, 1D and 31. RGB value is (240,29,49). Sum of RGB (Red+Green+Blue) = 240+29+49=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D31 is #0FE2CE. Grayscale: #5E5E5E. Windows color (decimal): -1041103 or 3218928. OLE color: 3218928.
HSL color Cylindrical-coordinate representation of color #F01D31: hue angle of 354.31º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D31 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 49 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.06 |
| HSL | 354.31º | 0.88% | 0.53% | - |
| HSV(B) | 354.31º | 0.88% | 0.94% | - |
| XYZ | 36.93 | 19.63 | 4.75 | - |
| YUV | 94.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 49 | 0 | 0.88 | 0.80 | 0.06 | 354.31 | 0.88 | 0.53 |
| Hex | F0 | 1D | 31 | 0 | 58 | 50 | 6 | 162 | 58 | 35 |
| Octal | 360 | 35 | 61 | 0 | 130 | 120 | 6 | 542 | 130 | 65 |
| Binary | 11110000 | 11101 | 110001 | 0 | 1011000 | 1010000 | 110 | 101100010 | 1011000 | 110101 |
Color Harmonies of #F01D31
Complementary color
Monochromatic Colors of #F01D31
Black with #F01D31
Text Example
Text Example
White with #F01D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D31; }
p { color: rgb(240,29,49); }
H1.HeaderClassName
{
color: #F01D31;
}
.AnyTagClassName
{
color: #F01D31;
}
</style>
background-color css
<style>
a { background-color: #F01D31; }
a { background-color: rgb(240,29,49); }
div.DivClassName
{
background-color: #F01D31;
}
.BgClassName
{
background-color: #F01D31;
}
</style>
border-color css
<style>
span { border-color: #F01D31; }
span { border-color: rgb(240,29,49); }
td.TdClassName
{
border-color: #F01D31;
}
.TagClassName
{
border-color: #F01D31;
}
</style>