Shades of Alizarin #F0282F
Tints of Alizarin #F0282F
RGB
CMYK
RGB Variations
Color information
#F0282F (or 0xF0282F) is known color: Alizarin. HEX triplet: F0, 28 and 2F. RGB value is (240,40,47). Sum of RGB (Red+Green+Blue) = 240+40+47=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F0282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0282F is #0FD7D0. Grayscale: #646464. Windows color (decimal): -1038289 or 3090672. OLE color: 3090672.
HSL color Cylindrical-coordinate representation of color #F0282F: hue angle of 357.9º 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 #F0282F is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 47 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.06 |
| HSL | 357.9º | 0.87% | 0.55% | - |
| HSV(B) | 357.9º | 0.83% | 0.94% | - |
| XYZ | 37.21 | 20.25 | 4.64 | - |
| YUV | 100.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 47 | 0 | 0.83 | 0.80 | 0.06 | 357.9 | 0.87 | 0.55 |
| Hex | F0 | 28 | 2F | 0 | 53 | 50 | 6 | 166 | 57 | 37 |
| Octal | 360 | 50 | 57 | 0 | 123 | 120 | 6 | 546 | 127 | 67 |
| Binary | 11110000 | 101000 | 101111 | 0 | 1010011 | 1010000 | 110 | 101100110 | 1010111 | 110111 |
Color Harmonies of #F0282F
Complementary color
Monochromatic Colors of #F0282F
Black with #F0282F
Text Example
Text Example
White with #F0282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0282F; }
p { color: rgb(240,40,47); }
H1.HeaderClassName
{
color: #F0282F;
}
.AnyTagClassName
{
color: #F0282F;
}
</style>
background-color css
<style>
a { background-color: #F0282F; }
a { background-color: rgb(240,40,47); }
div.DivClassName
{
background-color: #F0282F;
}
.BgClassName
{
background-color: #F0282F;
}
</style>
border-color css
<style>
span { border-color: #F0282F; }
span { border-color: rgb(240,40,47); }
td.TdClassName
{
border-color: #F0282F;
}
.TagClassName
{
border-color: #F0282F;
}
</style>