Shades of Alizarin #FE2F3C
Tints of Alizarin #FE2F3C
RGB
CMYK
RGB Variations
Color information
#FE2F3C (or 0xFE2F3C) is known color: Alizarin. HEX triplet: FE, 2F and 3C. RGB value is (254,47,60). Sum of RGB (Red+Green+Blue) = 254+47+60=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F3C is #01D0C3. Grayscale: #6E6E6E. Windows color (decimal): -118980 or 3944446. OLE color: 3944446.
HSL color Cylindrical-coordinate representation of color #FE2F3C: hue angle of 356.23º 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 #FE2F3C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.00 |
| HSL | 356.23º | 0.99% | 0.59% | - |
| HSV(B) | 356.23º | 0.81% | 1% | - |
| XYZ | 42.71 | 23.43 | 6.55 | - |
| YUV | 110.38 | 99.58 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 60 | 0 | 0.81 | 0.76 | 0.00 | 356.23 | 0.99 | 0.59 |
| Hex | FE | 2F | 3C | 0 | 51 | 4C | 0 | 164 | 63 | 3B |
| Octal | 376 | 57 | 74 | 0 | 121 | 114 | 0 | 544 | 143 | 73 |
| Binary | 11111110 | 101111 | 111100 | 0 | 1010001 | 1001100 | 0 | 101100100 | 1100011 | 111011 |
Color Harmonies of #FE2F3C
Complementary color
Monochromatic Colors of #FE2F3C
Black with #FE2F3C
Text Example
Text Example
White with #FE2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F3C; }
p { color: rgb(254,47,60); }
H1.HeaderClassName
{
color: #FE2F3C;
}
.AnyTagClassName
{
color: #FE2F3C;
}
</style>
background-color css
<style>
a { background-color: #FE2F3C; }
a { background-color: rgb(254,47,60); }
div.DivClassName
{
background-color: #FE2F3C;
}
.BgClassName
{
background-color: #FE2F3C;
}
</style>
border-color css
<style>
span { border-color: #FE2F3C; }
span { border-color: rgb(254,47,60); }
td.TdClassName
{
border-color: #FE2F3C;
}
.TagClassName
{
border-color: #FE2F3C;
}
</style>