Shades of Alizarin #F23134
Tints of Alizarin #F23134
RGB
CMYK
RGB Variations
Color information
#F23134 (or 0xF23134) is known color: Alizarin. HEX triplet: F2, 31 and 34. RGB value is (242,49,52). Sum of RGB (Red+Green+Blue) = 242+49+52=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F23134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23134 is #0DCECB. Grayscale: #6B6B6B. Windows color (decimal): -904908 or 3420658. OLE color: 3420658.
HSL color Cylindrical-coordinate representation of color #F23134: hue angle of 359.07º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23134 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 52 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.05 |
| HSL | 359.07º | 0.88% | 0.57% | - |
| HSV(B) | 359.07º | 0.8% | 0.95% | - |
| XYZ | 38.34 | 21.32 | 5.34 | - |
| YUV | 107.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 52 | 0 | 0.80 | 0.79 | 0.05 | 359.07 | 0.88 | 0.57 |
| Hex | F2 | 31 | 34 | 0 | 50 | 4F | 5 | 167 | 58 | 39 |
| Octal | 362 | 61 | 64 | 0 | 120 | 117 | 5 | 547 | 130 | 71 |
| Binary | 11110010 | 110001 | 110100 | 0 | 1010000 | 1001111 | 101 | 101100111 | 1011000 | 111001 |
Color Harmonies of #F23134
Complementary color
Monochromatic Colors of #F23134
Black with #F23134
Text Example
Text Example
White with #F23134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23134; }
p { color: rgb(242,49,52); }
H1.HeaderClassName
{
color: #F23134;
}
.AnyTagClassName
{
color: #F23134;
}
</style>
background-color css
<style>
a { background-color: #F23134; }
a { background-color: rgb(242,49,52); }
div.DivClassName
{
background-color: #F23134;
}
.BgClassName
{
background-color: #F23134;
}
</style>
border-color css
<style>
span { border-color: #F23134; }
span { border-color: rgb(242,49,52); }
td.TdClassName
{
border-color: #F23134;
}
.TagClassName
{
border-color: #F23134;
}
</style>