Shades of Alizarin #FE383A
Tints of Alizarin #FE383A
RGB
CMYK
RGB Variations
Color information
#FE383A (or 0xFE383A) is known color: Alizarin. HEX triplet: FE, 38 and 3A. RGB value is (254,56,58). Sum of RGB (Red+Green+Blue) = 254+56+58=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE383A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE383A is #01C7C5. Grayscale: #737373. Windows color (decimal): -116678 or 3815678. OLE color: 3815678.
HSL color Cylindrical-coordinate representation of color #FE383A: hue angle of 359.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE383A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 58 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.00 |
| HSL | 359.39º | 0.99% | 0.61% | - |
| HSV(B) | 359.39º | 0.78% | 1% | - |
| XYZ | 43.05 | 24.2 | 6.41 | - |
| YUV | 115.43 | 95.6 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 58 | 0 | 0.78 | 0.77 | 0.00 | 359.39 | 0.99 | 0.61 |
| Hex | FE | 38 | 3A | 0 | 4E | 4D | 0 | 167 | 63 | 3D |
| Octal | 376 | 70 | 72 | 0 | 116 | 115 | 0 | 547 | 143 | 75 |
| Binary | 11111110 | 111000 | 111010 | 0 | 1001110 | 1001101 | 0 | 101100111 | 1100011 | 111101 |
Color Harmonies of #FE383A
Complementary color
Monochromatic Colors of #FE383A
Black with #FE383A
Text Example
Text Example
White with #FE383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE383A; }
p { color: rgb(254,56,58); }
H1.HeaderClassName
{
color: #FE383A;
}
.AnyTagClassName
{
color: #FE383A;
}
</style>
background-color css
<style>
a { background-color: #FE383A; }
a { background-color: rgb(254,56,58); }
div.DivClassName
{
background-color: #FE383A;
}
.BgClassName
{
background-color: #FE383A;
}
</style>
border-color css
<style>
span { border-color: #FE383A; }
span { border-color: rgb(254,56,58); }
td.TdClassName
{
border-color: #FE383A;
}
.TagClassName
{
border-color: #FE383A;
}
</style>