Shades of Alizarin #FE3034
Tints of Alizarin #FE3034
RGB
CMYK
RGB Variations
Color information
#FE3034 (or 0xFE3034) is known color: Alizarin. HEX triplet: FE, 30 and 34. RGB value is (254,48,52). Sum of RGB (Red+Green+Blue) = 254+48+52=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3034 is #01CFCB. Grayscale: #6E6E6E. Windows color (decimal): -118732 or 3420414. OLE color: 3420414.
HSL color Cylindrical-coordinate representation of color #FE3034: hue angle of 358.83º 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 #FE3034 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 52 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.00 |
| HSL | 358.84º | 0.99% | 0.59% | - |
| HSV(B) | 358.84º | 0.81% | 1% | - |
| XYZ | 42.55 | 23.43 | 5.53 | - |
| YUV | 110.05 | 95.25 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 52 | 0 | 0.81 | 0.80 | 0.00 | 358.84 | 0.99 | 0.59 |
| Hex | FE | 30 | 34 | 0 | 51 | 50 | 0 | 167 | 63 | 3B |
| Octal | 376 | 60 | 64 | 0 | 121 | 120 | 0 | 547 | 143 | 73 |
| Binary | 11111110 | 110000 | 110100 | 0 | 1010001 | 1010000 | 0 | 101100111 | 1100011 | 111011 |
Color Harmonies of #FE3034
Complementary color
Monochromatic Colors of #FE3034
Black with #FE3034
Text Example
Text Example
White with #FE3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3034; }
p { color: rgb(254,48,52); }
H1.HeaderClassName
{
color: #FE3034;
}
.AnyTagClassName
{
color: #FE3034;
}
</style>
background-color css
<style>
a { background-color: #FE3034; }
a { background-color: rgb(254,48,52); }
div.DivClassName
{
background-color: #FE3034;
}
.BgClassName
{
background-color: #FE3034;
}
</style>
border-color css
<style>
span { border-color: #FE3034; }
span { border-color: rgb(254,48,52); }
td.TdClassName
{
border-color: #FE3034;
}
.TagClassName
{
border-color: #FE3034;
}
</style>