Shades of Alizarin #F01B2A
Tints of Alizarin #F01B2A
RGB
CMYK
RGB Variations
Color information
#F01B2A (or 0xF01B2A) is known color: Alizarin. HEX triplet: F0, 1B and 2A. RGB value is (240,27,42). Sum of RGB (Red+Green+Blue) = 240+27+42=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B2A is #0FE4D5. Grayscale: #5C5C5C. Windows color (decimal): -1041622 or 2759664. OLE color: 2759664.
HSL color Cylindrical-coordinate representation of color #F01B2A: hue angle of 355.77º 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 #F01B2A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 42 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.06 |
| HSL | 355.77º | 0.88% | 0.52% | - |
| HSV(B) | 355.77º | 0.89% | 0.94% | - |
| XYZ | 36.75 | 19.48 | 4.01 | - |
| YUV | 92.4 | 99.57 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 42 | 0 | 0.89 | 0.82 | 0.06 | 355.77 | 0.88 | 0.52 |
| Hex | F0 | 1B | 2A | 0 | 59 | 52 | 6 | 164 | 58 | 34 |
| Octal | 360 | 33 | 52 | 0 | 131 | 122 | 6 | 544 | 130 | 64 |
| Binary | 11110000 | 11011 | 101010 | 0 | 1011001 | 1010010 | 110 | 101100100 | 1011000 | 110100 |
Color Harmonies of #F01B2A
Complementary color
Monochromatic Colors of #F01B2A
Black with #F01B2A
Text Example
Text Example
White with #F01B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01B2A; }
p { color: rgb(240,27,42); }
H1.HeaderClassName
{
color: #F01B2A;
}
.AnyTagClassName
{
color: #F01B2A;
}
</style>
background-color css
<style>
a { background-color: #F01B2A; }
a { background-color: rgb(240,27,42); }
div.DivClassName
{
background-color: #F01B2A;
}
.BgClassName
{
background-color: #F01B2A;
}
</style>
border-color css
<style>
span { border-color: #F01B2A; }
span { border-color: rgb(240,27,42); }
td.TdClassName
{
border-color: #F01B2A;
}
.TagClassName
{
border-color: #F01B2A;
}
</style>