Shades of Alizarin #FE323A
Tints of Alizarin #FE323A
RGB
CMYK
RGB Variations
Color information
#FE323A (or 0xFE323A) is known color: Alizarin. HEX triplet: FE, 32 and 3A. RGB value is (254,50,58). Sum of RGB (Red+Green+Blue) = 254+50+58=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE323A is #01CDC5. Grayscale: #707070. Windows color (decimal): -118214 or 3814142. OLE color: 3814142.
HSL color Cylindrical-coordinate representation of color #FE323A: hue angle of 357.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE323A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 58 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.00 |
| HSL | 357.65º | 0.99% | 0.6% | - |
| HSV(B) | 357.65º | 0.8% | 1% | - |
| XYZ | 42.78 | 23.66 | 6.31 | - |
| YUV | 111.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 58 | 0 | 0.80 | 0.77 | 0.00 | 357.65 | 0.99 | 0.6 |
| Hex | FE | 32 | 3A | 0 | 50 | 4D | 0 | 166 | 63 | 3C |
| Octal | 376 | 62 | 72 | 0 | 120 | 115 | 0 | 546 | 143 | 74 |
| Binary | 11111110 | 110010 | 111010 | 0 | 1010000 | 1001101 | 0 | 101100110 | 1100011 | 111100 |
Color Harmonies of #FE323A
Complementary color
Monochromatic Colors of #FE323A
Black with #FE323A
Text Example
Text Example
White with #FE323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE323A; }
p { color: rgb(254,50,58); }
H1.HeaderClassName
{
color: #FE323A;
}
.AnyTagClassName
{
color: #FE323A;
}
</style>
background-color css
<style>
a { background-color: #FE323A; }
a { background-color: rgb(254,50,58); }
div.DivClassName
{
background-color: #FE323A;
}
.BgClassName
{
background-color: #FE323A;
}
</style>
border-color css
<style>
span { border-color: #FE323A; }
span { border-color: rgb(254,50,58); }
td.TdClassName
{
border-color: #FE323A;
}
.TagClassName
{
border-color: #FE323A;
}
</style>