Shades of Alizarin #FF3031
Tints of Alizarin #FF3031
RGB
CMYK
RGB Variations
Color information
#FF3031 (or 0xFF3031) is known color: Alizarin. HEX triplet: FF, 30 and 31. RGB value is (255,48,49). Sum of RGB (Red+Green+Blue) = 255+48+49=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3031 is #00CFCE. Grayscale: #6E6E6E. Windows color (decimal): -53199 or 3223807. OLE color: 3223807.
HSL color Cylindrical-coordinate representation of color #FF3031: hue angle of 359.71º 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 #FF3031 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 49 | - |
| CMYK | 0 | 0.81 | 0.81 | 0 |
| HSL | 359.71º | 1% | 0.59% | - |
| HSV(B) | 359.71º | 0.81% | 1% | - |
| XYZ | 42.85 | 23.6 | 5.2 | - |
| YUV | 110.01 | 93.58 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 49 | 0 | 0.81 | 0.81 | 0 | 359.71 | 1 | 0.59 |
| Hex | FF | 30 | 31 | 0 | 51 | 51 | 0 | 168 | 64 | 3B |
| Octal | 377 | 60 | 61 | 0 | 121 | 121 | 0 | 550 | 144 | 73 |
| Binary | 11111111 | 110000 | 110001 | 0 | 1010001 | 1010001 | 0 | 101101000 | 1100100 | 111011 |
Color Harmonies of #FF3031
Complementary color
Monochromatic Colors of #FF3031
Black with #FF3031
Text Example
Text Example
White with #FF3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3031; }
p { color: rgb(255,48,49); }
H1.HeaderClassName
{
color: #FF3031;
}
.AnyTagClassName
{
color: #FF3031;
}
</style>
background-color css
<style>
a { background-color: #FF3031; }
a { background-color: rgb(255,48,49); }
div.DivClassName
{
background-color: #FF3031;
}
.BgClassName
{
background-color: #FF3031;
}
</style>
border-color css
<style>
span { border-color: #FF3031; }
span { border-color: rgb(255,48,49); }
td.TdClassName
{
border-color: #FF3031;
}
.TagClassName
{
border-color: #FF3031;
}
</style>