Shades of Alizarin #FF2C3F
Tints of Alizarin #FF2C3F
RGB
CMYK
RGB Variations
Color information
#FF2C3F (or 0xFF2C3F) is known color: Alizarin. HEX triplet: FF, 2C and 3F. RGB value is (255,44,63). Sum of RGB (Red+Green+Blue) = 255+44+63=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2C3F is #00D3C0. Grayscale: #6D6D6D. Windows color (decimal): -54209 or 4140287. OLE color: 4140287.
HSL color Cylindrical-coordinate representation of color #FF2C3F: hue angle of 354.6º 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 #FF2C3F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 63 | - |
| CMYK | 0 | 0.83 | 0.75 | 0 |
| HSL | 354.6º | 1% | 0.59% | - |
| HSV(B) | 354.6º | 0.83% | 1% | - |
| XYZ | 43.04 | 23.42 | 6.95 | - |
| YUV | 109.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 63 | 0 | 0.83 | 0.75 | 0 | 354.6 | 1 | 0.59 |
| Hex | FF | 2C | 3F | 0 | 53 | 4B | 0 | 163 | 64 | 3B |
| Octal | 377 | 54 | 77 | 0 | 123 | 113 | 0 | 543 | 144 | 73 |
| Binary | 11111111 | 101100 | 111111 | 0 | 1010011 | 1001011 | 0 | 101100011 | 1100100 | 111011 |
Color Harmonies of #FF2C3F
Complementary color
Monochromatic Colors of #FF2C3F
Black with #FF2C3F
Text Example
Text Example
White with #FF2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C3F; }
p { color: rgb(255,44,63); }
H1.HeaderClassName
{
color: #FF2C3F;
}
.AnyTagClassName
{
color: #FF2C3F;
}
</style>
background-color css
<style>
a { background-color: #FF2C3F; }
a { background-color: rgb(255,44,63); }
div.DivClassName
{
background-color: #FF2C3F;
}
.BgClassName
{
background-color: #FF2C3F;
}
</style>
border-color css
<style>
span { border-color: #FF2C3F; }
span { border-color: rgb(255,44,63); }
td.TdClassName
{
border-color: #FF2C3F;
}
.TagClassName
{
border-color: #FF2C3F;
}
</style>