Shades of Alizarin #FE2D3D
Tints of Alizarin #FE2D3D
RGB
CMYK
RGB Variations
Color information
#FE2D3D (or 0xFE2D3D) is known color: Alizarin. HEX triplet: FE, 2D and 3D. RGB value is (254,45,61). Sum of RGB (Red+Green+Blue) = 254+45+61=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D3D is #01D2C2. Grayscale: #6D6D6D. Windows color (decimal): -119491 or 4009470. OLE color: 4009470.
HSL color Cylindrical-coordinate representation of color #FE2D3D: hue angle of 355.41º 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 #FE2D3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.00 |
| HSL | 355.41º | 0.99% | 0.59% | - |
| HSV(B) | 355.41º | 0.82% | 1% | - |
| XYZ | 42.65 | 23.28 | 6.66 | - |
| YUV | 109.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 61 | 0 | 0.82 | 0.76 | 0.00 | 355.41 | 0.99 | 0.59 |
| Hex | FE | 2D | 3D | 0 | 52 | 4C | 0 | 163 | 63 | 3B |
| Octal | 376 | 55 | 75 | 0 | 122 | 114 | 0 | 543 | 143 | 73 |
| Binary | 11111110 | 101101 | 111101 | 0 | 1010010 | 1001100 | 0 | 101100011 | 1100011 | 111011 |
Color Harmonies of #FE2D3D
Complementary color
Monochromatic Colors of #FE2D3D
Black with #FE2D3D
Text Example
Text Example
White with #FE2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D3D; }
p { color: rgb(254,45,61); }
H1.HeaderClassName
{
color: #FE2D3D;
}
.AnyTagClassName
{
color: #FE2D3D;
}
</style>
background-color css
<style>
a { background-color: #FE2D3D; }
a { background-color: rgb(254,45,61); }
div.DivClassName
{
background-color: #FE2D3D;
}
.BgClassName
{
background-color: #FE2D3D;
}
</style>
border-color css
<style>
span { border-color: #FE2D3D; }
span { border-color: rgb(254,45,61); }
td.TdClassName
{
border-color: #FE2D3D;
}
.TagClassName
{
border-color: #FE2D3D;
}
</style>