Shades of Alizarin #FE3041
Tints of Alizarin #FE3041
RGB
CMYK
RGB Variations
Color information
#FE3041 (or 0xFE3041) is known color: Alizarin. HEX triplet: FE, 30 and 41. RGB value is (254,48,65). Sum of RGB (Red+Green+Blue) = 254+48+65=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3041 is #01CFBE. Grayscale: #6F6F6F. Windows color (decimal): -118719 or 4272382. OLE color: 4272382.
HSL color Cylindrical-coordinate representation of color #FE3041: hue angle of 355.05º 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 #FE3041 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 65 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.00 |
| HSL | 355.05º | 0.99% | 0.59% | - |
| HSV(B) | 355.05º | 0.81% | 1% | - |
| XYZ | 42.88 | 23.57 | 7.29 | - |
| YUV | 111.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 65 | 0 | 0.81 | 0.74 | 0.00 | 355.05 | 0.99 | 0.59 |
| Hex | FE | 30 | 41 | 0 | 51 | 4A | 0 | 163 | 63 | 3B |
| Octal | 376 | 60 | 101 | 0 | 121 | 112 | 0 | 543 | 143 | 73 |
| Binary | 11111110 | 110000 | 1000001 | 0 | 1010001 | 1001010 | 0 | 101100011 | 1100011 | 111011 |
Color Harmonies of #FE3041
Complementary color
Monochromatic Colors of #FE3041
Black with #FE3041
Text Example
Text Example
White with #FE3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3041; }
p { color: rgb(254,48,65); }
H1.HeaderClassName
{
color: #FE3041;
}
.AnyTagClassName
{
color: #FE3041;
}
</style>
background-color css
<style>
a { background-color: #FE3041; }
a { background-color: rgb(254,48,65); }
div.DivClassName
{
background-color: #FE3041;
}
.BgClassName
{
background-color: #FE3041;
}
</style>
border-color css
<style>
span { border-color: #FE3041; }
span { border-color: rgb(254,48,65); }
td.TdClassName
{
border-color: #FE3041;
}
.TagClassName
{
border-color: #FE3041;
}
</style>