Shades of Alizarin #F72D3D
Tints of Alizarin #F72D3D
RGB
CMYK
RGB Variations
Color information
#F72D3D (or 0xF72D3D) is known color: Alizarin. HEX triplet: F7, 2D and 3D. RGB value is (247,45,61). Sum of RGB (Red+Green+Blue) = 247+45+61=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D3D is #08D2C2. Grayscale: #6B6B6B. Windows color (decimal): -578243 or 4009463. OLE color: 4009463.
HSL color Cylindrical-coordinate representation of color #F72D3D: hue angle of 355.25º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72D3D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.03 |
| HSL | 355.25º | 0.93% | 0.57% | - |
| HSV(B) | 355.25º | 0.82% | 0.97% | - |
| XYZ | 40.14 | 21.99 | 6.54 | - |
| YUV | 107.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 61 | 0 | 0.82 | 0.75 | 0.03 | 355.25 | 0.93 | 0.57 |
| Hex | F7 | 2D | 3D | 0 | 52 | 4B | 3 | 163 | 5D | 39 |
| Octal | 367 | 55 | 75 | 0 | 122 | 113 | 3 | 543 | 135 | 71 |
| Binary | 11110111 | 101101 | 111101 | 0 | 1010010 | 1001011 | 11 | 101100011 | 1011101 | 111001 |
Color Harmonies of #F72D3D
Complementary color
Monochromatic Colors of #F72D3D
Black with #F72D3D
Text Example
Text Example
White with #F72D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D3D; }
p { color: rgb(247,45,61); }
H1.HeaderClassName
{
color: #F72D3D;
}
.AnyTagClassName
{
color: #F72D3D;
}
</style>
background-color css
<style>
a { background-color: #F72D3D; }
a { background-color: rgb(247,45,61); }
div.DivClassName
{
background-color: #F72D3D;
}
.BgClassName
{
background-color: #F72D3D;
}
</style>
border-color css
<style>
span { border-color: #F72D3D; }
span { border-color: rgb(247,45,61); }
td.TdClassName
{
border-color: #F72D3D;
}
.TagClassName
{
border-color: #F72D3D;
}
</style>