Shades of Alizarin #FE313D
Tints of Alizarin #FE313D
RGB
CMYK
RGB Variations
Color information
#FE313D (or 0xFE313D) is known color: Alizarin. HEX triplet: FE, 31 and 3D. RGB value is (254,49,61). Sum of RGB (Red+Green+Blue) = 254+49+61=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE313D is #01CEC2. Grayscale: #6F6F6F. Windows color (decimal): -118467 or 4010494. OLE color: 4010494.
HSL color Cylindrical-coordinate representation of color #FE313D: hue angle of 356.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE313D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 61 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.00 |
| HSL | 356.49º | 0.99% | 0.59% | - |
| HSV(B) | 356.49º | 0.81% | 1% | - |
| XYZ | 42.81 | 23.6 | 6.71 | - |
| YUV | 111.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 61 | 0 | 0.81 | 0.76 | 0.00 | 356.49 | 0.99 | 0.59 |
| Hex | FE | 31 | 3D | 0 | 51 | 4C | 0 | 164 | 63 | 3B |
| Octal | 376 | 61 | 75 | 0 | 121 | 114 | 0 | 544 | 143 | 73 |
| Binary | 11111110 | 110001 | 111101 | 0 | 1010001 | 1001100 | 0 | 101100100 | 1100011 | 111011 |
Color Harmonies of #FE313D
Complementary color
Monochromatic Colors of #FE313D
Black with #FE313D
Text Example
Text Example
White with #FE313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE313D; }
p { color: rgb(254,49,61); }
H1.HeaderClassName
{
color: #FE313D;
}
.AnyTagClassName
{
color: #FE313D;
}
</style>
background-color css
<style>
a { background-color: #FE313D; }
a { background-color: rgb(254,49,61); }
div.DivClassName
{
background-color: #FE313D;
}
.BgClassName
{
background-color: #FE313D;
}
</style>
border-color css
<style>
span { border-color: #FE313D; }
span { border-color: rgb(254,49,61); }
td.TdClassName
{
border-color: #FE313D;
}
.TagClassName
{
border-color: #FE313D;
}
</style>