Shades of Alizarin #F01B2D
Tints of Alizarin #F01B2D
RGB
CMYK
RGB Variations
Color information
#F01B2D (or 0xF01B2D) is known color: Alizarin. HEX triplet: F0, 1B and 2D. RGB value is (240,27,45). Sum of RGB (Red+Green+Blue) = 240+27+45=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B2D is #0FE4D2. Grayscale: #5C5C5C. Windows color (decimal): -1041619 or 2956272. OLE color: 2956272.
HSL color Cylindrical-coordinate representation of color #F01B2D: hue angle of 354.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01B2D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 45 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.06 |
| HSL | 354.93º | 0.88% | 0.52% | - |
| HSV(B) | 354.93º | 0.89% | 0.94% | - |
| XYZ | 36.8 | 19.5 | 4.31 | - |
| YUV | 92.74 | 101.07 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 45 | 0 | 0.89 | 0.81 | 0.06 | 354.93 | 0.88 | 0.52 |
| Hex | F0 | 1B | 2D | 0 | 59 | 51 | 6 | 163 | 58 | 34 |
| Octal | 360 | 33 | 55 | 0 | 131 | 121 | 6 | 543 | 130 | 64 |
| Binary | 11110000 | 11011 | 101101 | 0 | 1011001 | 1010001 | 110 | 101100011 | 1011000 | 110100 |
Color Harmonies of #F01B2D
Complementary color
Monochromatic Colors of #F01B2D
Black with #F01B2D
Text Example
Text Example
White with #F01B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01B2D; }
p { color: rgb(240,27,45); }
H1.HeaderClassName
{
color: #F01B2D;
}
.AnyTagClassName
{
color: #F01B2D;
}
</style>
background-color css
<style>
a { background-color: #F01B2D; }
a { background-color: rgb(240,27,45); }
div.DivClassName
{
background-color: #F01B2D;
}
.BgClassName
{
background-color: #F01B2D;
}
</style>
border-color css
<style>
span { border-color: #F01B2D; }
span { border-color: rgb(240,27,45); }
td.TdClassName
{
border-color: #F01B2D;
}
.TagClassName
{
border-color: #F01B2D;
}
</style>