Shades of Alizarin #F42B2D
Tints of Alizarin #F42B2D
RGB
CMYK
RGB Variations
Color information
#F42B2D (or 0xF42B2D) is known color: Alizarin. HEX triplet: F4, 2B and 2D. RGB value is (244,43,45). Sum of RGB (Red+Green+Blue) = 244+43+45=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B2D is #0BD4D2. Grayscale: #676767. Windows color (decimal): -775379 or 2960372. OLE color: 2960372.
HSL color Cylindrical-coordinate representation of color #F42B2D: hue angle of 359.4º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42B2D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 45 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.04 |
| HSL | 359.4º | 0.9% | 0.56% | - |
| HSV(B) | 359.4º | 0.82% | 0.96% | - |
| XYZ | 38.65 | 21.15 | 4.53 | - |
| YUV | 103.33 | 95.09 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 45 | 0 | 0.82 | 0.82 | 0.04 | 359.4 | 0.9 | 0.56 |
| Hex | F4 | 2B | 2D | 0 | 52 | 52 | 4 | 167 | 5A | 38 |
| Octal | 364 | 53 | 55 | 0 | 122 | 122 | 4 | 547 | 132 | 70 |
| Binary | 11110100 | 101011 | 101101 | 0 | 1010010 | 1010010 | 100 | 101100111 | 1011010 | 111000 |
Color Harmonies of #F42B2D
Complementary color
Monochromatic Colors of #F42B2D
Black with #F42B2D
Text Example
Text Example
White with #F42B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42B2D; }
p { color: rgb(244,43,45); }
H1.HeaderClassName
{
color: #F42B2D;
}
.AnyTagClassName
{
color: #F42B2D;
}
</style>
background-color css
<style>
a { background-color: #F42B2D; }
a { background-color: rgb(244,43,45); }
div.DivClassName
{
background-color: #F42B2D;
}
.BgClassName
{
background-color: #F42B2D;
}
</style>
border-color css
<style>
span { border-color: #F42B2D; }
span { border-color: rgb(244,43,45); }
td.TdClassName
{
border-color: #F42B2D;
}
.TagClassName
{
border-color: #F42B2D;
}
</style>