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