Shades of Alizarin #FE2935
Tints of Alizarin #FE2935
RGB
CMYK
RGB Variations
Color information
#FE2935 (or 0xFE2935) is known color: Alizarin. HEX triplet: FE, 29 and 35. RGB value is (254,41,53). Sum of RGB (Red+Green+Blue) = 254+41+53=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2935 is #01D6CA. Grayscale: #6A6A6A. Windows color (decimal): -120523 or 3484158. OLE color: 3484158.
HSL color Cylindrical-coordinate representation of color #FE2935: hue angle of 356.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2935 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 53 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.00 |
| HSL | 356.62º | 0.99% | 0.58% | - |
| HSV(B) | 356.62º | 0.84% | 1% | - |
| XYZ | 42.31 | 22.91 | 5.56 | - |
| YUV | 106.06 | 98.07 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 53 | 0 | 0.84 | 0.79 | 0.00 | 356.62 | 0.99 | 0.58 |
| Hex | FE | 29 | 35 | 0 | 54 | 4F | 0 | 165 | 63 | 3A |
| Octal | 376 | 51 | 65 | 0 | 124 | 117 | 0 | 545 | 143 | 72 |
| Binary | 11111110 | 101001 | 110101 | 0 | 1010100 | 1001111 | 0 | 101100101 | 1100011 | 111010 |
Color Harmonies of #FE2935
Complementary color
Monochromatic Colors of #FE2935
Black with #FE2935
Text Example
Text Example
White with #FE2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2935; }
p { color: rgb(254,41,53); }
H1.HeaderClassName
{
color: #FE2935;
}
.AnyTagClassName
{
color: #FE2935;
}
</style>
background-color css
<style>
a { background-color: #FE2935; }
a { background-color: rgb(254,41,53); }
div.DivClassName
{
background-color: #FE2935;
}
.BgClassName
{
background-color: #FE2935;
}
</style>
border-color css
<style>
span { border-color: #FE2935; }
span { border-color: rgb(254,41,53); }
td.TdClassName
{
border-color: #FE2935;
}
.TagClassName
{
border-color: #FE2935;
}
</style>