Shades of Alizarin #F23033
Tints of Alizarin #F23033
RGB
CMYK
RGB Variations
Color information
#F23033 (or 0xF23033) is known color: Alizarin. HEX triplet: F2, 30 and 33. RGB value is (242,48,51). Sum of RGB (Red+Green+Blue) = 242+48+51=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F23033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23033 is #0DCFCC. Grayscale: #6A6A6A. Windows color (decimal): -905165 or 3354866. OLE color: 3354866.
HSL color Cylindrical-coordinate representation of color #F23033: 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 #F23033 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 51 | - |
| 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.27 | 21.23 | 5.21 | - |
| YUV | 106.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 51 | 0 | 0.80 | 0.79 | 0.05 | 359.07 | 0.88 | 0.57 |
| Hex | F2 | 30 | 33 | 0 | 50 | 4F | 5 | 167 | 58 | 39 |
| Octal | 362 | 60 | 63 | 0 | 120 | 117 | 5 | 547 | 130 | 71 |
| Binary | 11110010 | 110000 | 110011 | 0 | 1010000 | 1001111 | 101 | 101100111 | 1011000 | 111001 |
Color Harmonies of #F23033
Complementary color
Monochromatic Colors of #F23033
Black with #F23033
Text Example
Text Example
White with #F23033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23033; }
p { color: rgb(242,48,51); }
H1.HeaderClassName
{
color: #F23033;
}
.AnyTagClassName
{
color: #F23033;
}
</style>
background-color css
<style>
a { background-color: #F23033; }
a { background-color: rgb(242,48,51); }
div.DivClassName
{
background-color: #F23033;
}
.BgClassName
{
background-color: #F23033;
}
</style>
border-color css
<style>
span { border-color: #F23033; }
span { border-color: rgb(242,48,51); }
td.TdClassName
{
border-color: #F23033;
}
.TagClassName
{
border-color: #F23033;
}
</style>