Shades of Alizarin #F0282E
Tints of Alizarin #F0282E
RGB
CMYK
RGB Variations
Color information
#F0282E (or 0xF0282E) is known color: Alizarin. HEX triplet: F0, 28 and 2E. RGB value is (240,40,46). Sum of RGB (Red+Green+Blue) = 240+40+46=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F0282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0282E is #0FD7D1. Grayscale: #646464. Windows color (decimal): -1038290 or 3025136. OLE color: 3025136.
HSL color Cylindrical-coordinate representation of color #F0282E: hue angle of 358.2º 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 #F0282E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 46 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.06 |
| HSL | 358.2º | 0.87% | 0.55% | - |
| HSV(B) | 358.2º | 0.83% | 0.94% | - |
| XYZ | 37.19 | 20.24 | 4.53 | - |
| YUV | 100.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 46 | 0 | 0.83 | 0.81 | 0.06 | 358.2 | 0.87 | 0.55 |
| Hex | F0 | 28 | 2E | 0 | 53 | 51 | 6 | 166 | 57 | 37 |
| Octal | 360 | 50 | 56 | 0 | 123 | 121 | 6 | 546 | 127 | 67 |
| Binary | 11110000 | 101000 | 101110 | 0 | 1010011 | 1010001 | 110 | 101100110 | 1010111 | 110111 |
Color Harmonies of #F0282E
Complementary color
Monochromatic Colors of #F0282E
Black with #F0282E
Text Example
Text Example
White with #F0282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0282E; }
p { color: rgb(240,40,46); }
H1.HeaderClassName
{
color: #F0282E;
}
.AnyTagClassName
{
color: #F0282E;
}
</style>
background-color css
<style>
a { background-color: #F0282E; }
a { background-color: rgb(240,40,46); }
div.DivClassName
{
background-color: #F0282E;
}
.BgClassName
{
background-color: #F0282E;
}
</style>
border-color css
<style>
span { border-color: #F0282E; }
span { border-color: rgb(240,40,46); }
td.TdClassName
{
border-color: #F0282E;
}
.TagClassName
{
border-color: #F0282E;
}
</style>