Shades of Alizarin #FE333D
Tints of Alizarin #FE333D
RGB
CMYK
RGB Variations
Color information
#FE333D (or 0xFE333D) is known color: Alizarin. HEX triplet: FE, 33 and 3D. RGB value is (254,51,61). Sum of RGB (Red+Green+Blue) = 254+51+61=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE333D is #01CCC2. Grayscale: #717171. Windows color (decimal): -117955 or 4011006. OLE color: 4011006.
HSL color Cylindrical-coordinate representation of color #FE333D: hue angle of 357.04º 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 #FE333D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 61 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.00 |
| HSL | 357.04º | 0.99% | 0.6% | - |
| HSV(B) | 357.04º | 0.8% | 1% | - |
| XYZ | 42.9 | 23.78 | 6.74 | - |
| YUV | 112.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 61 | 0 | 0.80 | 0.76 | 0.00 | 357.04 | 0.99 | 0.6 |
| Hex | FE | 33 | 3D | 0 | 50 | 4C | 0 | 165 | 63 | 3C |
| Octal | 376 | 63 | 75 | 0 | 120 | 114 | 0 | 545 | 143 | 74 |
| Binary | 11111110 | 110011 | 111101 | 0 | 1010000 | 1001100 | 0 | 101100101 | 1100011 | 111100 |
Color Harmonies of #FE333D
Complementary color
Monochromatic Colors of #FE333D
Black with #FE333D
Text Example
Text Example
White with #FE333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE333D; }
p { color: rgb(254,51,61); }
H1.HeaderClassName
{
color: #FE333D;
}
.AnyTagClassName
{
color: #FE333D;
}
</style>
background-color css
<style>
a { background-color: #FE333D; }
a { background-color: rgb(254,51,61); }
div.DivClassName
{
background-color: #FE333D;
}
.BgClassName
{
background-color: #FE333D;
}
</style>
border-color css
<style>
span { border-color: #FE333D; }
span { border-color: rgb(254,51,61); }
td.TdClassName
{
border-color: #FE333D;
}
.TagClassName
{
border-color: #FE333D;
}
</style>