Shades of Alizarin #F72430
Tints of Alizarin #F72430
RGB
CMYK
RGB Variations
Color information
#F72430 (or 0xF72430) is known color: Alizarin. HEX triplet: F7, 24 and 30. RGB value is (247,36,48). Sum of RGB (Red+Green+Blue) = 247+36+48=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F72430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72430 is #08DBCF. Grayscale: #646464. Windows color (decimal): -580560 or 3155191. OLE color: 3155191.
HSL color Cylindrical-coordinate representation of color #F72430: hue angle of 356.59º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72430 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 48 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.03 |
| HSL | 356.59º | 0.93% | 0.55% | - |
| HSV(B) | 356.59º | 0.85% | 0.97% | - |
| XYZ | 39.52 | 21.25 | 4.81 | - |
| YUV | 100.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 48 | 0 | 0.85 | 0.81 | 0.03 | 356.59 | 0.93 | 0.55 |
| Hex | F7 | 24 | 30 | 0 | 55 | 51 | 3 | 165 | 5D | 37 |
| Octal | 367 | 44 | 60 | 0 | 125 | 121 | 3 | 545 | 135 | 67 |
| Binary | 11110111 | 100100 | 110000 | 0 | 1010101 | 1010001 | 11 | 101100101 | 1011101 | 110111 |
Color Harmonies of #F72430
Complementary color
Monochromatic Colors of #F72430
Black with #F72430
Text Example
Text Example
White with #F72430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72430; }
p { color: rgb(247,36,48); }
H1.HeaderClassName
{
color: #F72430;
}
.AnyTagClassName
{
color: #F72430;
}
</style>
background-color css
<style>
a { background-color: #F72430; }
a { background-color: rgb(247,36,48); }
div.DivClassName
{
background-color: #F72430;
}
.BgClassName
{
background-color: #F72430;
}
</style>
border-color css
<style>
span { border-color: #F72430; }
span { border-color: rgb(247,36,48); }
td.TdClassName
{
border-color: #F72430;
}
.TagClassName
{
border-color: #F72430;
}
</style>