Shades of Alizarin #FE3038
Tints of Alizarin #FE3038
RGB
CMYK
RGB Variations
Color information
#FE3038 (or 0xFE3038) is known color: Alizarin. HEX triplet: FE, 30 and 38. RGB value is (254,48,56). Sum of RGB (Red+Green+Blue) = 254+48+56=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3038 is #01CFC7. Grayscale: #6E6E6E. Windows color (decimal): -118728 or 3682558. OLE color: 3682558.
HSL color Cylindrical-coordinate representation of color #FE3038: hue angle of 357.67º 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 #FE3038 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 56 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.00 |
| HSL | 357.67º | 0.99% | 0.59% | - |
| HSV(B) | 357.67º | 0.81% | 1% | - |
| XYZ | 42.64 | 23.47 | 6.02 | - |
| YUV | 110.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 56 | 0 | 0.81 | 0.78 | 0.00 | 357.67 | 0.99 | 0.59 |
| Hex | FE | 30 | 38 | 0 | 51 | 4E | 0 | 166 | 63 | 3B |
| Octal | 376 | 60 | 70 | 0 | 121 | 116 | 0 | 546 | 143 | 73 |
| Binary | 11111110 | 110000 | 111000 | 0 | 1010001 | 1001110 | 0 | 101100110 | 1100011 | 111011 |
Color Harmonies of #FE3038
Complementary color
Monochromatic Colors of #FE3038
Black with #FE3038
Text Example
Text Example
White with #FE3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3038; }
p { color: rgb(254,48,56); }
H1.HeaderClassName
{
color: #FE3038;
}
.AnyTagClassName
{
color: #FE3038;
}
</style>
background-color css
<style>
a { background-color: #FE3038; }
a { background-color: rgb(254,48,56); }
div.DivClassName
{
background-color: #FE3038;
}
.BgClassName
{
background-color: #FE3038;
}
</style>
border-color css
<style>
span { border-color: #FE3038; }
span { border-color: rgb(254,48,56); }
td.TdClassName
{
border-color: #FE3038;
}
.TagClassName
{
border-color: #FE3038;
}
</style>