Shades of Alizarin #F23237
Tints of Alizarin #F23237
RGB
CMYK
RGB Variations
Color information
#F23237 (or 0xF23237) is known color: Alizarin. HEX triplet: F2, 32 and 37. RGB value is (242,50,55). Sum of RGB (Red+Green+Blue) = 242+50+55=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23237 is #0DCDC8. Grayscale: #6C6C6C. Windows color (decimal): -904649 or 3617522. OLE color: 3617522.
HSL color Cylindrical-coordinate representation of color #F23237: hue angle of 358.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23237 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 55 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.05 |
| HSL | 358.44º | 0.88% | 0.57% | - |
| HSV(B) | 358.44º | 0.79% | 0.95% | - |
| XYZ | 38.45 | 21.43 | 5.73 | - |
| YUV | 107.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 55 | 0 | 0.79 | 0.77 | 0.05 | 358.44 | 0.88 | 0.57 |
| Hex | F2 | 32 | 37 | 0 | 4F | 4D | 5 | 166 | 58 | 39 |
| Octal | 362 | 62 | 67 | 0 | 117 | 115 | 5 | 546 | 130 | 71 |
| Binary | 11110010 | 110010 | 110111 | 0 | 1001111 | 1001101 | 101 | 101100110 | 1011000 | 111001 |
Color Harmonies of #F23237
Complementary color
Monochromatic Colors of #F23237
Black with #F23237
Text Example
Text Example
White with #F23237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23237; }
p { color: rgb(242,50,55); }
H1.HeaderClassName
{
color: #F23237;
}
.AnyTagClassName
{
color: #F23237;
}
</style>
background-color css
<style>
a { background-color: #F23237; }
a { background-color: rgb(242,50,55); }
div.DivClassName
{
background-color: #F23237;
}
.BgClassName
{
background-color: #F23237;
}
</style>
border-color css
<style>
span { border-color: #F23237; }
span { border-color: rgb(242,50,55); }
td.TdClassName
{
border-color: #F23237;
}
.TagClassName
{
border-color: #F23237;
}
</style>