Shades of Alizarin #F8262C
Tints of Alizarin #F8262C
RGB
CMYK
RGB Variations
Color information
#F8262C (or 0xF8262C) is known color: Alizarin. HEX triplet: F8, 26 and 2C. RGB value is (248,38,44). Sum of RGB (Red+Green+Blue) = 248+38+44=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8262C is #07D9D3. Grayscale: #656565. Windows color (decimal): -514516 or 2893560. OLE color: 2893560.
HSL color Cylindrical-coordinate representation of color #F8262C: hue angle of 358.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8262C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 44 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.03 |
| HSL | 358.29º | 0.94% | 0.56% | - |
| HSV(B) | 358.29º | 0.85% | 0.97% | - |
| XYZ | 39.86 | 21.52 | 4.44 | - |
| YUV | 101.47 | 95.57 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 44 | 0 | 0.85 | 0.82 | 0.03 | 358.29 | 0.94 | 0.56 |
| Hex | F8 | 26 | 2C | 0 | 55 | 52 | 3 | 166 | 5E | 38 |
| Octal | 370 | 46 | 54 | 0 | 125 | 122 | 3 | 546 | 136 | 70 |
| Binary | 11111000 | 100110 | 101100 | 0 | 1010101 | 1010010 | 11 | 101100110 | 1011110 | 111000 |
Color Harmonies of #F8262C
Complementary color
Monochromatic Colors of #F8262C
Black with #F8262C
Text Example
Text Example
White with #F8262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8262C; }
p { color: rgb(248,38,44); }
H1.HeaderClassName
{
color: #F8262C;
}
.AnyTagClassName
{
color: #F8262C;
}
</style>
background-color css
<style>
a { background-color: #F8262C; }
a { background-color: rgb(248,38,44); }
div.DivClassName
{
background-color: #F8262C;
}
.BgClassName
{
background-color: #F8262C;
}
</style>
border-color css
<style>
span { border-color: #F8262C; }
span { border-color: rgb(248,38,44); }
td.TdClassName
{
border-color: #F8262C;
}
.TagClassName
{
border-color: #F8262C;
}
</style>