Shades of Alizarin #F23738
Tints of Alizarin #F23738
RGB
CMYK
RGB Variations
Color information
#F23738 (or 0xF23738) is known color: Alizarin. HEX triplet: F2, 37 and 38. RGB value is (242,55,56). Sum of RGB (Red+Green+Blue) = 242+55+56=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F23738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23738 is #0DC8C7. Grayscale: #6F6F6F. Windows color (decimal): -903368 or 3684338. OLE color: 3684338.
HSL color Cylindrical-coordinate representation of color #F23738: hue angle of 359.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23738 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 56 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.05 |
| HSL | 359.68º | 0.88% | 0.58% | - |
| HSV(B) | 359.68º | 0.77% | 0.95% | - |
| XYZ | 38.7 | 21.9 | 5.93 | - |
| YUV | 111.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 56 | 0 | 0.77 | 0.77 | 0.05 | 359.68 | 0.88 | 0.58 |
| Hex | F2 | 37 | 38 | 0 | 4D | 4D | 5 | 168 | 58 | 3A |
| Octal | 362 | 67 | 70 | 0 | 115 | 115 | 5 | 550 | 130 | 72 |
| Binary | 11110010 | 110111 | 111000 | 0 | 1001101 | 1001101 | 101 | 101101000 | 1011000 | 111010 |
Color Harmonies of #F23738
Complementary color
Monochromatic Colors of #F23738
Black with #F23738
Text Example
Text Example
White with #F23738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23738; }
p { color: rgb(242,55,56); }
H1.HeaderClassName
{
color: #F23738;
}
.AnyTagClassName
{
color: #F23738;
}
</style>
background-color css
<style>
a { background-color: #F23738; }
a { background-color: rgb(242,55,56); }
div.DivClassName
{
background-color: #F23738;
}
.BgClassName
{
background-color: #F23738;
}
</style>
border-color css
<style>
span { border-color: #F23738; }
span { border-color: rgb(242,55,56); }
td.TdClassName
{
border-color: #F23738;
}
.TagClassName
{
border-color: #F23738;
}
</style>