Shades of Alizarin #FE393B
Tints of Alizarin #FE393B
RGB
CMYK
RGB Variations
Color information
#FE393B (or 0xFE393B) is known color: Alizarin. HEX triplet: FE, 39 and 3B. RGB value is (254,57,59). Sum of RGB (Red+Green+Blue) = 254+57+59=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE393B is #01C6C4. Grayscale: #747474. Windows color (decimal): -116421 or 3881470. OLE color: 3881470.
HSL color Cylindrical-coordinate representation of color #FE393B: 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 #FE393B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 59 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.00 |
| HSL | 359.39º | 0.99% | 0.61% | - |
| HSV(B) | 359.39º | 0.78% | 1% | - |
| XYZ | 43.13 | 24.31 | 6.56 | - |
| YUV | 116.13 | 95.77 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 59 | 0 | 0.78 | 0.77 | 0.00 | 359.39 | 0.99 | 0.61 |
| Hex | FE | 39 | 3B | 0 | 4E | 4D | 0 | 167 | 63 | 3D |
| Octal | 376 | 71 | 73 | 0 | 116 | 115 | 0 | 547 | 143 | 75 |
| Binary | 11111110 | 111001 | 111011 | 0 | 1001110 | 1001101 | 0 | 101100111 | 1100011 | 111101 |
Color Harmonies of #FE393B
Complementary color
Monochromatic Colors of #FE393B
Black with #FE393B
Text Example
Text Example
White with #FE393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE393B; }
p { color: rgb(254,57,59); }
H1.HeaderClassName
{
color: #FE393B;
}
.AnyTagClassName
{
color: #FE393B;
}
</style>
background-color css
<style>
a { background-color: #FE393B; }
a { background-color: rgb(254,57,59); }
div.DivClassName
{
background-color: #FE393B;
}
.BgClassName
{
background-color: #FE393B;
}
</style>
border-color css
<style>
span { border-color: #FE393B; }
span { border-color: rgb(254,57,59); }
td.TdClassName
{
border-color: #FE393B;
}
.TagClassName
{
border-color: #FE393B;
}
</style>