Shades of Alizarin #FF2C38
Tints of Alizarin #FF2C38
RGB
CMYK
RGB Variations
Color information
#FF2C38 (or 0xFF2C38) is known color: Alizarin. HEX triplet: FF, 2C and 38. RGB value is (255,44,56). Sum of RGB (Red+Green+Blue) = 255+44+56=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2C38 is #00D3C7. Grayscale: #6C6C6C. Windows color (decimal): -54216 or 3681535. OLE color: 3681535.
HSL color Cylindrical-coordinate representation of color #FF2C38: hue angle of 356.59º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C38 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 56 | - |
| CMYK | 0 | 0.83 | 0.78 | 0 |
| HSL | 356.59º | 1% | 0.59% | - |
| HSV(B) | 356.59º | 0.83% | 1% | - |
| XYZ | 42.85 | 23.35 | 5.99 | - |
| YUV | 108.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 56 | 0 | 0.83 | 0.78 | 0 | 356.59 | 1 | 0.59 |
| Hex | FF | 2C | 38 | 0 | 53 | 4E | 0 | 165 | 64 | 3B |
| Octal | 377 | 54 | 70 | 0 | 123 | 116 | 0 | 545 | 144 | 73 |
| Binary | 11111111 | 101100 | 111000 | 0 | 1010011 | 1001110 | 0 | 101100101 | 1100100 | 111011 |
Color Harmonies of #FF2C38
Complementary color
Monochromatic Colors of #FF2C38
Black with #FF2C38
Text Example
Text Example
White with #FF2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C38; }
p { color: rgb(255,44,56); }
H1.HeaderClassName
{
color: #FF2C38;
}
.AnyTagClassName
{
color: #FF2C38;
}
</style>
background-color css
<style>
a { background-color: #FF2C38; }
a { background-color: rgb(255,44,56); }
div.DivClassName
{
background-color: #FF2C38;
}
.BgClassName
{
background-color: #FF2C38;
}
</style>
border-color css
<style>
span { border-color: #FF2C38; }
span { border-color: rgb(255,44,56); }
td.TdClassName
{
border-color: #FF2C38;
}
.TagClassName
{
border-color: #FF2C38;
}
</style>