Shades of Alizarin #FE3338
Tints of Alizarin #FE3338
RGB
CMYK
RGB Variations
Color information
#FE3338 (or 0xFE3338) is known color: Alizarin. HEX triplet: FE, 33 and 38. RGB value is (254,51,56). Sum of RGB (Red+Green+Blue) = 254+51+56=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3338 is #01CCC7. Grayscale: #707070. Windows color (decimal): -117960 or 3683326. OLE color: 3683326.
HSL color Cylindrical-coordinate representation of color #FE3338: hue angle of 358.52º 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 #FE3338 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 56 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 358.52º | 0.99% | 0.6% | - |
| HSV(B) | 358.52º | 0.8% | 1% | - |
| XYZ | 42.77 | 23.72 | 6.07 | - |
| YUV | 112.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 56 | 0 | 0.80 | 0.78 | 0.00 | 358.52 | 0.99 | 0.6 |
| Hex | FE | 33 | 38 | 0 | 50 | 4E | 0 | 167 | 63 | 3C |
| Octal | 376 | 63 | 70 | 0 | 120 | 116 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110011 | 111000 | 0 | 1010000 | 1001110 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3338
Complementary color
Monochromatic Colors of #FE3338
Black with #FE3338
Text Example
Text Example
White with #FE3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3338; }
p { color: rgb(254,51,56); }
H1.HeaderClassName
{
color: #FE3338;
}
.AnyTagClassName
{
color: #FE3338;
}
</style>
background-color css
<style>
a { background-color: #FE3338; }
a { background-color: rgb(254,51,56); }
div.DivClassName
{
background-color: #FE3338;
}
.BgClassName
{
background-color: #FE3338;
}
</style>
border-color css
<style>
span { border-color: #FE3338; }
span { border-color: rgb(254,51,56); }
td.TdClassName
{
border-color: #FE3338;
}
.TagClassName
{
border-color: #FE3338;
}
</style>