Shades of Alizarin #FF3040
Tints of Alizarin #FF3040
RGB
CMYK
RGB Variations
Color information
#FF3040 (or 0xFF3040) is known color: Alizarin. HEX triplet: FF, 30 and 40. RGB value is (255,48,64). Sum of RGB (Red+Green+Blue) = 255+48+64=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3040 is #00CFBF. Grayscale: #6F6F6F. Windows color (decimal): -53184 or 4206847. OLE color: 4206847.
HSL color Cylindrical-coordinate representation of color #FF3040: hue angle of 355.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3040 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 64 | - |
| CMYK | 0 | 0.81 | 0.75 | 0 |
| HSL | 355.36º | 1% | 0.59% | - |
| HSV(B) | 355.36º | 0.81% | 1% | - |
| XYZ | 43.22 | 23.74 | 7.16 | - |
| YUV | 111.72 | 101.08 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 64 | 0 | 0.81 | 0.75 | 0 | 355.36 | 1 | 0.59 |
| Hex | FF | 30 | 40 | 0 | 51 | 4B | 0 | 163 | 64 | 3B |
| Octal | 377 | 60 | 100 | 0 | 121 | 113 | 0 | 543 | 144 | 73 |
| Binary | 11111111 | 110000 | 1000000 | 0 | 1010001 | 1001011 | 0 | 101100011 | 1100100 | 111011 |
Color Harmonies of #FF3040
Complementary color
Monochromatic Colors of #FF3040
Black with #FF3040
Text Example
Text Example
White with #FF3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3040; }
p { color: rgb(255,48,64); }
H1.HeaderClassName
{
color: #FF3040;
}
.AnyTagClassName
{
color: #FF3040;
}
</style>
background-color css
<style>
a { background-color: #FF3040; }
a { background-color: rgb(255,48,64); }
div.DivClassName
{
background-color: #FF3040;
}
.BgClassName
{
background-color: #FF3040;
}
</style>
border-color css
<style>
span { border-color: #FF3040; }
span { border-color: rgb(255,48,64); }
td.TdClassName
{
border-color: #FF3040;
}
.TagClassName
{
border-color: #FF3040;
}
</style>