Shades of Alizarin #FE2F3B
Tints of Alizarin #FE2F3B
RGB
CMYK
RGB Variations
Color information
#FE2F3B (or 0xFE2F3B) is known color: Alizarin. HEX triplet: FE, 2F and 3B. RGB value is (254,47,59). Sum of RGB (Red+Green+Blue) = 254+47+59=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F3B is #01D0C4. Grayscale: #6E6E6E. Windows color (decimal): -118981 or 3878910. OLE color: 3878910.
HSL color Cylindrical-coordinate representation of color #FE2F3B: hue angle of 356.52º 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 #FE2F3B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 59 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.00 |
| HSL | 356.52º | 0.99% | 0.59% | - |
| HSV(B) | 356.52º | 0.81% | 1% | - |
| XYZ | 42.68 | 23.42 | 6.41 | - |
| YUV | 110.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 59 | 0 | 0.81 | 0.77 | 0.00 | 356.52 | 0.99 | 0.59 |
| Hex | FE | 2F | 3B | 0 | 51 | 4D | 0 | 165 | 63 | 3B |
| Octal | 376 | 57 | 73 | 0 | 121 | 115 | 0 | 545 | 143 | 73 |
| Binary | 11111110 | 101111 | 111011 | 0 | 1010001 | 1001101 | 0 | 101100101 | 1100011 | 111011 |
Color Harmonies of #FE2F3B
Complementary color
Monochromatic Colors of #FE2F3B
Black with #FE2F3B
Text Example
Text Example
White with #FE2F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F3B; }
p { color: rgb(254,47,59); }
H1.HeaderClassName
{
color: #FE2F3B;
}
.AnyTagClassName
{
color: #FE2F3B;
}
</style>
background-color css
<style>
a { background-color: #FE2F3B; }
a { background-color: rgb(254,47,59); }
div.DivClassName
{
background-color: #FE2F3B;
}
.BgClassName
{
background-color: #FE2F3B;
}
</style>
border-color css
<style>
span { border-color: #FE2F3B; }
span { border-color: rgb(254,47,59); }
td.TdClassName
{
border-color: #FE2F3B;
}
.TagClassName
{
border-color: #FE2F3B;
}
</style>