Shades of Alizarin #FE2B3D
Tints of Alizarin #FE2B3D
RGB
CMYK
RGB Variations
Color information
#FE2B3D (or 0xFE2B3D) is known color: Alizarin. HEX triplet: FE, 2B and 3D. RGB value is (254,43,61). Sum of RGB (Red+Green+Blue) = 254+43+61=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B3D is #01D4C2. Grayscale: #6C6C6C. Windows color (decimal): -120003 or 4008958. OLE color: 4008958.
HSL color Cylindrical-coordinate representation of color #FE2B3D: hue angle of 354.88º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B3D is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 61 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.00 |
| HSL | 354.88º | 0.99% | 0.58% | - |
| HSV(B) | 354.88º | 0.83% | 1% | - |
| XYZ | 42.58 | 23.14 | 6.64 | - |
| YUV | 108.14 | 101.4 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 61 | 0 | 0.83 | 0.76 | 0.00 | 354.88 | 0.99 | 0.58 |
| Hex | FE | 2B | 3D | 0 | 53 | 4C | 0 | 163 | 63 | 3A |
| Octal | 376 | 53 | 75 | 0 | 123 | 114 | 0 | 543 | 143 | 72 |
| Binary | 11111110 | 101011 | 111101 | 0 | 1010011 | 1001100 | 0 | 101100011 | 1100011 | 111010 |
Color Harmonies of #FE2B3D
Complementary color
Monochromatic Colors of #FE2B3D
Black with #FE2B3D
Text Example
Text Example
White with #FE2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B3D; }
p { color: rgb(254,43,61); }
H1.HeaderClassName
{
color: #FE2B3D;
}
.AnyTagClassName
{
color: #FE2B3D;
}
</style>
background-color css
<style>
a { background-color: #FE2B3D; }
a { background-color: rgb(254,43,61); }
div.DivClassName
{
background-color: #FE2B3D;
}
.BgClassName
{
background-color: #FE2B3D;
}
</style>
border-color css
<style>
span { border-color: #FE2B3D; }
span { border-color: rgb(254,43,61); }
td.TdClassName
{
border-color: #FE2B3D;
}
.TagClassName
{
border-color: #FE2B3D;
}
</style>