Shades of Alizarin #F23639
Tints of Alizarin #F23639
RGB
CMYK
RGB Variations
Color information
#F23639 (or 0xF23639) is known color: Alizarin. HEX triplet: F2, 36 and 39. RGB value is (242,54,57). Sum of RGB (Red+Green+Blue) = 242+54+57=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F23639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23639 is #0DC9C6. Grayscale: #6E6E6E. Windows color (decimal): -903623 or 3749618. OLE color: 3749618.
HSL color Cylindrical-coordinate representation of color #F23639: hue angle of 359.04º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23639 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 57 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.05 |
| HSL | 359.04º | 0.88% | 0.58% | - |
| HSV(B) | 359.04º | 0.78% | 0.95% | - |
| XYZ | 38.68 | 21.81 | 6.04 | - |
| YUV | 110.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 57 | 0 | 0.78 | 0.76 | 0.05 | 359.04 | 0.88 | 0.58 |
| Hex | F2 | 36 | 39 | 0 | 4E | 4C | 5 | 167 | 58 | 3A |
| Octal | 362 | 66 | 71 | 0 | 116 | 114 | 5 | 547 | 130 | 72 |
| Binary | 11110010 | 110110 | 111001 | 0 | 1001110 | 1001100 | 101 | 101100111 | 1011000 | 111010 |
Color Harmonies of #F23639
Complementary color
Monochromatic Colors of #F23639
Black with #F23639
Text Example
Text Example
White with #F23639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23639; }
p { color: rgb(242,54,57); }
H1.HeaderClassName
{
color: #F23639;
}
.AnyTagClassName
{
color: #F23639;
}
</style>
background-color css
<style>
a { background-color: #F23639; }
a { background-color: rgb(242,54,57); }
div.DivClassName
{
background-color: #F23639;
}
.BgClassName
{
background-color: #F23639;
}
</style>
border-color css
<style>
span { border-color: #F23639; }
span { border-color: rgb(242,54,57); }
td.TdClassName
{
border-color: #F23639;
}
.TagClassName
{
border-color: #F23639;
}
</style>