Shades of Alizarin #F01D2D
Tints of Alizarin #F01D2D
RGB
CMYK
RGB Variations
Color information
#F01D2D (or 0xF01D2D) is known color: Alizarin. HEX triplet: F0, 1D and 2D. RGB value is (240,29,45). Sum of RGB (Red+Green+Blue) = 240+29+45=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D2D is #0FE2D2. Grayscale: #5E5E5E. Windows color (decimal): -1041107 or 2956784. OLE color: 2956784.
HSL color Cylindrical-coordinate representation of color #F01D2D: hue angle of 355.45º 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 #F01D2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.06 |
| HSL | 355.45º | 0.88% | 0.53% | - |
| HSV(B) | 355.45º | 0.88% | 0.94% | - |
| XYZ | 36.85 | 19.59 | 4.32 | - |
| YUV | 93.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 45 | 0 | 0.88 | 0.81 | 0.06 | 355.45 | 0.88 | 0.53 |
| Hex | F0 | 1D | 2D | 0 | 58 | 51 | 6 | 163 | 58 | 35 |
| Octal | 360 | 35 | 55 | 0 | 130 | 121 | 6 | 543 | 130 | 65 |
| Binary | 11110000 | 11101 | 101101 | 0 | 1011000 | 1010001 | 110 | 101100011 | 1011000 | 110101 |
Color Harmonies of #F01D2D
Complementary color
Monochromatic Colors of #F01D2D
Black with #F01D2D
Text Example
Text Example
White with #F01D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D2D; }
p { color: rgb(240,29,45); }
H1.HeaderClassName
{
color: #F01D2D;
}
.AnyTagClassName
{
color: #F01D2D;
}
</style>
background-color css
<style>
a { background-color: #F01D2D; }
a { background-color: rgb(240,29,45); }
div.DivClassName
{
background-color: #F01D2D;
}
.BgClassName
{
background-color: #F01D2D;
}
</style>
border-color css
<style>
span { border-color: #F01D2D; }
span { border-color: rgb(240,29,45); }
td.TdClassName
{
border-color: #F01D2D;
}
.TagClassName
{
border-color: #F01D2D;
}
</style>