Shades of Alizarin #FE2D3E
Tints of Alizarin #FE2D3E
RGB
CMYK
RGB Variations
Color information
#FE2D3E (or 0xFE2D3E) is known color: Alizarin. HEX triplet: FE, 2D and 3E. RGB value is (254,45,62). Sum of RGB (Red+Green+Blue) = 254+45+62=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D3E is #01D2C1. Grayscale: #6D6D6D. Windows color (decimal): -119490 or 4075006. OLE color: 4075006.
HSL color Cylindrical-coordinate representation of color #FE2D3E: hue angle of 355.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D3E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 62 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.00 |
| HSL | 355.12º | 0.99% | 0.59% | - |
| HSV(B) | 355.12º | 0.82% | 1% | - |
| XYZ | 42.68 | 23.3 | 6.8 | - |
| YUV | 109.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 62 | 0 | 0.82 | 0.76 | 0.00 | 355.12 | 0.99 | 0.59 |
| Hex | FE | 2D | 3E | 0 | 52 | 4C | 0 | 163 | 63 | 3B |
| Octal | 376 | 55 | 76 | 0 | 122 | 114 | 0 | 543 | 143 | 73 |
| Binary | 11111110 | 101101 | 111110 | 0 | 1010010 | 1001100 | 0 | 101100011 | 1100011 | 111011 |
Color Harmonies of #FE2D3E
Complementary color
Monochromatic Colors of #FE2D3E
Black with #FE2D3E
Text Example
Text Example
White with #FE2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D3E; }
p { color: rgb(254,45,62); }
H1.HeaderClassName
{
color: #FE2D3E;
}
.AnyTagClassName
{
color: #FE2D3E;
}
</style>
background-color css
<style>
a { background-color: #FE2D3E; }
a { background-color: rgb(254,45,62); }
div.DivClassName
{
background-color: #FE2D3E;
}
.BgClassName
{
background-color: #FE2D3E;
}
</style>
border-color css
<style>
span { border-color: #FE2D3E; }
span { border-color: rgb(254,45,62); }
td.TdClassName
{
border-color: #FE2D3E;
}
.TagClassName
{
border-color: #FE2D3E;
}
</style>