Shades of Alizarin #F0262D
Tints of Alizarin #F0262D
RGB
CMYK
RGB Variations
Color information
#F0262D (or 0xF0262D) is known color: Alizarin. HEX triplet: F0, 26 and 2D. RGB value is (240,38,45). Sum of RGB (Red+Green+Blue) = 240+38+45=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0262D is #0FD9D2. Grayscale: #636363. Windows color (decimal): -1038803 or 2959088. OLE color: 2959088.
HSL color Cylindrical-coordinate representation of color #F0262D: hue angle of 357.92º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0262D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.06 |
| HSL | 357.92º | 0.87% | 0.55% | - |
| HSV(B) | 357.92º | 0.84% | 0.94% | - |
| XYZ | 37.1 | 20.1 | 4.41 | - |
| YUV | 99.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 45 | 0 | 0.84 | 0.81 | 0.06 | 357.92 | 0.87 | 0.55 |
| Hex | F0 | 26 | 2D | 0 | 54 | 51 | 6 | 166 | 57 | 37 |
| Octal | 360 | 46 | 55 | 0 | 124 | 121 | 6 | 546 | 127 | 67 |
| Binary | 11110000 | 100110 | 101101 | 0 | 1010100 | 1010001 | 110 | 101100110 | 1010111 | 110111 |
Color Harmonies of #F0262D
Complementary color
Monochromatic Colors of #F0262D
Black with #F0262D
Text Example
Text Example
White with #F0262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0262D; }
p { color: rgb(240,38,45); }
H1.HeaderClassName
{
color: #F0262D;
}
.AnyTagClassName
{
color: #F0262D;
}
</style>
background-color css
<style>
a { background-color: #F0262D; }
a { background-color: rgb(240,38,45); }
div.DivClassName
{
background-color: #F0262D;
}
.BgClassName
{
background-color: #F0262D;
}
</style>
border-color css
<style>
span { border-color: #F0262D; }
span { border-color: rgb(240,38,45); }
td.TdClassName
{
border-color: #F0262D;
}
.TagClassName
{
border-color: #F0262D;
}
</style>