Shades of Alizarin #FE3438
Tints of Alizarin #FE3438
RGB
CMYK
RGB Variations
Color information
#FE3438 (or 0xFE3438) is known color: Alizarin. HEX triplet: FE, 34 and 38. RGB value is (254,52,56). Sum of RGB (Red+Green+Blue) = 254+52+56=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3438 is #01CBC7. Grayscale: #717171. Windows color (decimal): -117704 or 3683582. OLE color: 3683582.
HSL color Cylindrical-coordinate representation of color #FE3438: hue angle of 358.81º 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 #FE3438 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 56 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 358.81º | 0.99% | 0.6% | - |
| HSV(B) | 358.81º | 0.8% | 1% | - |
| XYZ | 42.81 | 23.81 | 6.08 | - |
| YUV | 112.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 56 | 0 | 0.80 | 0.78 | 0.00 | 358.81 | 0.99 | 0.6 |
| Hex | FE | 34 | 38 | 0 | 50 | 4E | 0 | 167 | 63 | 3C |
| Octal | 376 | 64 | 70 | 0 | 120 | 116 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110100 | 111000 | 0 | 1010000 | 1001110 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3438
Complementary color
Monochromatic Colors of #FE3438
Black with #FE3438
Text Example
Text Example
White with #FE3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3438; }
p { color: rgb(254,52,56); }
H1.HeaderClassName
{
color: #FE3438;
}
.AnyTagClassName
{
color: #FE3438;
}
</style>
background-color css
<style>
a { background-color: #FE3438; }
a { background-color: rgb(254,52,56); }
div.DivClassName
{
background-color: #FE3438;
}
.BgClassName
{
background-color: #FE3438;
}
</style>
border-color css
<style>
span { border-color: #FE3438; }
span { border-color: rgb(254,52,56); }
td.TdClassName
{
border-color: #FE3438;
}
.TagClassName
{
border-color: #FE3438;
}
</style>