Shades of Alizarin #F0282B
Tints of Alizarin #F0282B
RGB
CMYK
RGB Variations
Color information
#F0282B (or 0xF0282B) is known color: Alizarin. HEX triplet: F0, 28 and 2B. RGB value is (240,40,43). Sum of RGB (Red+Green+Blue) = 240+40+43=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0282B is #0FD7D4. Grayscale: #646464. Windows color (decimal): -1038293 or 2828528. OLE color: 2828528.
HSL color Cylindrical-coordinate representation of color #F0282B: hue angle of 359.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0282B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.06 |
| HSL | 359.1º | 0.87% | 0.55% | - |
| HSV(B) | 359.1º | 0.83% | 0.94% | - |
| XYZ | 37.13 | 20.22 | 4.23 | - |
| YUV | 100.14 | 95.76 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 43 | 0 | 0.83 | 0.82 | 0.06 | 359.1 | 0.87 | 0.55 |
| Hex | F0 | 28 | 2B | 0 | 53 | 52 | 6 | 167 | 57 | 37 |
| Octal | 360 | 50 | 53 | 0 | 123 | 122 | 6 | 547 | 127 | 67 |
| Binary | 11110000 | 101000 | 101011 | 0 | 1010011 | 1010010 | 110 | 101100111 | 1010111 | 110111 |
Color Harmonies of #F0282B
Complementary color
Monochromatic Colors of #F0282B
Black with #F0282B
Text Example
Text Example
White with #F0282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0282B; }
p { color: rgb(240,40,43); }
H1.HeaderClassName
{
color: #F0282B;
}
.AnyTagClassName
{
color: #F0282B;
}
</style>
background-color css
<style>
a { background-color: #F0282B; }
a { background-color: rgb(240,40,43); }
div.DivClassName
{
background-color: #F0282B;
}
.BgClassName
{
background-color: #F0282B;
}
</style>
border-color css
<style>
span { border-color: #F0282B; }
span { border-color: rgb(240,40,43); }
td.TdClassName
{
border-color: #F0282B;
}
.TagClassName
{
border-color: #F0282B;
}
</style>