Shades of Alizarin #FE3238
Tints of Alizarin #FE3238
RGB
CMYK
RGB Variations
Color information
#FE3238 (or 0xFE3238) is known color: Alizarin. HEX triplet: FE, 32 and 38. RGB value is (254,50,56). Sum of RGB (Red+Green+Blue) = 254+50+56=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3238 is #01CDC7. Grayscale: #6F6F6F. Windows color (decimal): -118216 or 3683070. OLE color: 3683070.
HSL color Cylindrical-coordinate representation of color #FE3238: hue angle of 358.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3238 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 56 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 358.24º | 0.99% | 0.6% | - |
| HSV(B) | 358.24º | 0.8% | 1% | - |
| XYZ | 42.73 | 23.64 | 6.05 | - |
| YUV | 111.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 56 | 0 | 0.80 | 0.78 | 0.00 | 358.24 | 0.99 | 0.6 |
| Hex | FE | 32 | 38 | 0 | 50 | 4E | 0 | 166 | 63 | 3C |
| Octal | 376 | 62 | 70 | 0 | 120 | 116 | 0 | 546 | 143 | 74 |
| Binary | 11111110 | 110010 | 111000 | 0 | 1010000 | 1001110 | 0 | 101100110 | 1100011 | 111100 |
Color Harmonies of #FE3238
Complementary color
Monochromatic Colors of #FE3238
Black with #FE3238
Text Example
Text Example
White with #FE3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3238; }
p { color: rgb(254,50,56); }
H1.HeaderClassName
{
color: #FE3238;
}
.AnyTagClassName
{
color: #FE3238;
}
</style>
background-color css
<style>
a { background-color: #FE3238; }
a { background-color: rgb(254,50,56); }
div.DivClassName
{
background-color: #FE3238;
}
.BgClassName
{
background-color: #FE3238;
}
</style>
border-color css
<style>
span { border-color: #FE3238; }
span { border-color: rgb(254,50,56); }
td.TdClassName
{
border-color: #FE3238;
}
.TagClassName
{
border-color: #FE3238;
}
</style>