Shades of Alizarin #FE393D
Tints of Alizarin #FE393D
RGB
CMYK
RGB Variations
Color information
#FE393D (or 0xFE393D) is known color: Alizarin. HEX triplet: FE, 39 and 3D. RGB value is (254,57,61). Sum of RGB (Red+Green+Blue) = 254+57+61=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE393D is #01C6C2. Grayscale: #747474. Windows color (decimal): -116419 or 4012542. OLE color: 4012542.
HSL color Cylindrical-coordinate representation of color #FE393D: hue angle of 358.78º 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 #FE393D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.00 |
| HSL | 358.78º | 0.99% | 0.61% | - |
| HSV(B) | 358.78º | 0.78% | 1% | - |
| XYZ | 43.18 | 24.33 | 6.84 | - |
| YUV | 116.36 | 96.77 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 61 | 0 | 0.78 | 0.76 | 0.00 | 358.78 | 0.99 | 0.61 |
| Hex | FE | 39 | 3D | 0 | 4E | 4C | 0 | 167 | 63 | 3D |
| Octal | 376 | 71 | 75 | 0 | 116 | 114 | 0 | 547 | 143 | 75 |
| Binary | 11111110 | 111001 | 111101 | 0 | 1001110 | 1001100 | 0 | 101100111 | 1100011 | 111101 |
Color Harmonies of #FE393D
Complementary color
Monochromatic Colors of #FE393D
Black with #FE393D
Text Example
Text Example
White with #FE393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE393D; }
p { color: rgb(254,57,61); }
H1.HeaderClassName
{
color: #FE393D;
}
.AnyTagClassName
{
color: #FE393D;
}
</style>
background-color css
<style>
a { background-color: #FE393D; }
a { background-color: rgb(254,57,61); }
div.DivClassName
{
background-color: #FE393D;
}
.BgClassName
{
background-color: #FE393D;
}
</style>
border-color css
<style>
span { border-color: #FE393D; }
span { border-color: rgb(254,57,61); }
td.TdClassName
{
border-color: #FE393D;
}
.TagClassName
{
border-color: #FE393D;
}
</style>