Shades of Alizarin #FE303E
Tints of Alizarin #FE303E
RGB
CMYK
RGB Variations
Color information
#FE303E (or 0xFE303E) is known color: Alizarin. HEX triplet: FE, 30 and 3E. RGB value is (254,48,62). Sum of RGB (Red+Green+Blue) = 254+48+62=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE303E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE303E is #01CFC1. Grayscale: #6F6F6F. Windows color (decimal): -118722 or 4075774. OLE color: 4075774.
HSL color Cylindrical-coordinate representation of color #FE303E: hue angle of 355.92º 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 #FE303E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 62 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.00 |
| HSL | 355.92º | 0.99% | 0.59% | - |
| HSV(B) | 355.92º | 0.81% | 1% | - |
| XYZ | 42.8 | 23.53 | 6.84 | - |
| YUV | 111.19 | 100.25 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 62 | 0 | 0.81 | 0.76 | 0.00 | 355.92 | 0.99 | 0.59 |
| Hex | FE | 30 | 3E | 0 | 51 | 4C | 0 | 164 | 63 | 3B |
| Octal | 376 | 60 | 76 | 0 | 121 | 114 | 0 | 544 | 143 | 73 |
| Binary | 11111110 | 110000 | 111110 | 0 | 1010001 | 1001100 | 0 | 101100100 | 1100011 | 111011 |
Color Harmonies of #FE303E
Complementary color
Monochromatic Colors of #FE303E
Black with #FE303E
Text Example
Text Example
White with #FE303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE303E; }
p { color: rgb(254,48,62); }
H1.HeaderClassName
{
color: #FE303E;
}
.AnyTagClassName
{
color: #FE303E;
}
</style>
background-color css
<style>
a { background-color: #FE303E; }
a { background-color: rgb(254,48,62); }
div.DivClassName
{
background-color: #FE303E;
}
.BgClassName
{
background-color: #FE303E;
}
</style>
border-color css
<style>
span { border-color: #FE303E; }
span { border-color: rgb(254,48,62); }
td.TdClassName
{
border-color: #FE303E;
}
.TagClassName
{
border-color: #FE303E;
}
</style>