Shades of Alizarin #F42123
Tints of Alizarin #F42123
RGB
CMYK
RGB Variations
Color information
#F42123 (or 0xF42123) is known color: Alizarin. HEX triplet: F4, 21 and 23. RGB value is (244,33,35). Sum of RGB (Red+Green+Blue) = 244+33+35=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F42123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42123 is #0BDEDC. Grayscale: #606060. Windows color (decimal): -777949 or 2302452. OLE color: 2302452.
HSL color Cylindrical-coordinate representation of color #F42123: hue angle of 359.43º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42123 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.04 |
| HSL | 359.43º | 0.91% | 0.54% | - |
| HSV(B) | 359.43º | 0.86% | 0.96% | - |
| XYZ | 38.16 | 20.44 | 3.52 | - |
| YUV | 96.32 | 93.4 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 35 | 0 | 0.86 | 0.86 | 0.04 | 359.43 | 0.91 | 0.54 |
| Hex | F4 | 21 | 23 | 0 | 56 | 56 | 4 | 167 | 5B | 36 |
| Octal | 364 | 41 | 43 | 0 | 126 | 126 | 4 | 547 | 133 | 66 |
| Binary | 11110100 | 100001 | 100011 | 0 | 1010110 | 1010110 | 100 | 101100111 | 1011011 | 110110 |
Color Harmonies of #F42123
Complementary color
Monochromatic Colors of #F42123
Black with #F42123
Text Example
Text Example
White with #F42123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42123; }
p { color: rgb(244,33,35); }
H1.HeaderClassName
{
color: #F42123;
}
.AnyTagClassName
{
color: #F42123;
}
</style>
background-color css
<style>
a { background-color: #F42123; }
a { background-color: rgb(244,33,35); }
div.DivClassName
{
background-color: #F42123;
}
.BgClassName
{
background-color: #F42123;
}
</style>
border-color css
<style>
span { border-color: #F42123; }
span { border-color: rgb(244,33,35); }
td.TdClassName
{
border-color: #F42123;
}
.TagClassName
{
border-color: #F42123;
}
</style>