Shades of Alizarin #FF3039
Tints of Alizarin #FF3039
RGB
CMYK
RGB Variations
Color information
#FF3039 (or 0xFF3039) is known color: Alizarin. HEX triplet: FF, 30 and 39. RGB value is (255,48,57). Sum of RGB (Red+Green+Blue) = 255+48+57=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3039 is #00CFC6. Grayscale: #6F6F6F. Windows color (decimal): -53191 or 3748095. OLE color: 3748095.
HSL color Cylindrical-coordinate representation of color #FF3039: hue angle of 357.39º 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 #FF3039 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 57 | - |
| CMYK | 0 | 0.81 | 0.78 | 0 |
| HSL | 357.39º | 1% | 0.59% | - |
| HSV(B) | 357.39º | 0.81% | 1% | - |
| XYZ | 43.04 | 23.67 | 6.17 | - |
| YUV | 110.92 | 97.58 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 57 | 0 | 0.81 | 0.78 | 0 | 357.39 | 1 | 0.59 |
| Hex | FF | 30 | 39 | 0 | 51 | 4E | 0 | 165 | 64 | 3B |
| Octal | 377 | 60 | 71 | 0 | 121 | 116 | 0 | 545 | 144 | 73 |
| Binary | 11111111 | 110000 | 111001 | 0 | 1010001 | 1001110 | 0 | 101100101 | 1100100 | 111011 |
Color Harmonies of #FF3039
Complementary color
Monochromatic Colors of #FF3039
Black with #FF3039
Text Example
Text Example
White with #FF3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3039; }
p { color: rgb(255,48,57); }
H1.HeaderClassName
{
color: #FF3039;
}
.AnyTagClassName
{
color: #FF3039;
}
</style>
background-color css
<style>
a { background-color: #FF3039; }
a { background-color: rgb(255,48,57); }
div.DivClassName
{
background-color: #FF3039;
}
.BgClassName
{
background-color: #FF3039;
}
</style>
border-color css
<style>
span { border-color: #FF3039; }
span { border-color: rgb(255,48,57); }
td.TdClassName
{
border-color: #FF3039;
}
.TagClassName
{
border-color: #FF3039;
}
</style>