Shades of Alizarin #F8333D
Tints of Alizarin #F8333D
RGB
CMYK
RGB Variations
Color information
#F8333D (or 0xF8333D) is known color: Alizarin. HEX triplet: F8, 33 and 3D. RGB value is (248,51,61). Sum of RGB (Red+Green+Blue) = 248+51+61=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8333D is #07CCC2. Grayscale: #6F6F6F. Windows color (decimal): -511171 or 4011000. OLE color: 4011000.
HSL color Cylindrical-coordinate representation of color #F8333D: hue angle of 356.95º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8333D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 61 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.03 |
| HSL | 356.95º | 0.93% | 0.59% | - |
| HSV(B) | 356.95º | 0.79% | 0.97% | - |
| XYZ | 40.74 | 22.66 | 6.64 | - |
| YUV | 111.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 61 | 0 | 0.79 | 0.75 | 0.03 | 356.95 | 0.93 | 0.59 |
| Hex | F8 | 33 | 3D | 0 | 4F | 4B | 3 | 165 | 5D | 3B |
| Octal | 370 | 63 | 75 | 0 | 117 | 113 | 3 | 545 | 135 | 73 |
| Binary | 11111000 | 110011 | 111101 | 0 | 1001111 | 1001011 | 11 | 101100101 | 1011101 | 111011 |
Color Harmonies of #F8333D
Complementary color
Monochromatic Colors of #F8333D
Black with #F8333D
Text Example
Text Example
White with #F8333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8333D; }
p { color: rgb(248,51,61); }
H1.HeaderClassName
{
color: #F8333D;
}
.AnyTagClassName
{
color: #F8333D;
}
</style>
background-color css
<style>
a { background-color: #F8333D; }
a { background-color: rgb(248,51,61); }
div.DivClassName
{
background-color: #F8333D;
}
.BgClassName
{
background-color: #F8333D;
}
</style>
border-color css
<style>
span { border-color: #F8333D; }
span { border-color: rgb(248,51,61); }
td.TdClassName
{
border-color: #F8333D;
}
.TagClassName
{
border-color: #F8333D;
}
</style>