Shades of Alizarin #FE323C
Tints of Alizarin #FE323C
RGB
CMYK
RGB Variations
Color information
#FE323C (or 0xFE323C) is known color: Alizarin. HEX triplet: FE, 32 and 3C. RGB value is (254,50,60). Sum of RGB (Red+Green+Blue) = 254+50+60=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE323C is #01CDC3. Grayscale: #707070. Windows color (decimal): -118212 or 3945214. OLE color: 3945214.
HSL color Cylindrical-coordinate representation of color #FE323C: hue angle of 357.06º 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 #FE323C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.00 |
| HSL | 357.06º | 0.99% | 0.6% | - |
| HSV(B) | 357.06º | 0.8% | 1% | - |
| XYZ | 42.83 | 23.68 | 6.59 | - |
| YUV | 112.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 60 | 0 | 0.80 | 0.76 | 0.00 | 357.06 | 0.99 | 0.6 |
| Hex | FE | 32 | 3C | 0 | 50 | 4C | 0 | 165 | 63 | 3C |
| Octal | 376 | 62 | 74 | 0 | 120 | 114 | 0 | 545 | 143 | 74 |
| Binary | 11111110 | 110010 | 111100 | 0 | 1010000 | 1001100 | 0 | 101100101 | 1100011 | 111100 |
Color Harmonies of #FE323C
Complementary color
Monochromatic Colors of #FE323C
Black with #FE323C
Text Example
Text Example
White with #FE323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE323C; }
p { color: rgb(254,50,60); }
H1.HeaderClassName
{
color: #FE323C;
}
.AnyTagClassName
{
color: #FE323C;
}
</style>
background-color css
<style>
a { background-color: #FE323C; }
a { background-color: rgb(254,50,60); }
div.DivClassName
{
background-color: #FE323C;
}
.BgClassName
{
background-color: #FE323C;
}
</style>
border-color css
<style>
span { border-color: #FE323C; }
span { border-color: rgb(254,50,60); }
td.TdClassName
{
border-color: #FE323C;
}
.TagClassName
{
border-color: #FE323C;
}
</style>