Shades of Alizarin #F21C1F
Tints of Alizarin #F21C1F
RGB
CMYK
RGB Variations
Color information
#F21C1F (or 0xF21C1F) is known color: Alizarin. HEX triplet: F2, 1C and 1F. RGB value is (242,28,31). Sum of RGB (Red+Green+Blue) = 242+28+31=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C1F is #0DE3E0. Grayscale: #5C5C5C. Windows color (decimal): -910305 or 2039026. OLE color: 2039026.
HSL color Cylindrical-coordinate representation of color #F21C1F: hue angle of 359.16º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.05 |
| HSL | 359.16º | 0.89% | 0.53% | - |
| HSV(B) | 359.16º | 0.88% | 0.95% | - |
| XYZ | 37.28 | 19.81 | 3.15 | - |
| YUV | 92.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 31 | 0 | 0.88 | 0.87 | 0.05 | 359.16 | 0.89 | 0.53 |
| Hex | F2 | 1C | 1F | 0 | 58 | 57 | 5 | 167 | 59 | 35 |
| Octal | 362 | 34 | 37 | 0 | 130 | 127 | 5 | 547 | 131 | 65 |
| Binary | 11110010 | 11100 | 11111 | 0 | 1011000 | 1010111 | 101 | 101100111 | 1011001 | 110101 |
Color Harmonies of #F21C1F
Complementary color
Monochromatic Colors of #F21C1F
Black with #F21C1F
Text Example
Text Example
White with #F21C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C1F; }
p { color: rgb(242,28,31); }
H1.HeaderClassName
{
color: #F21C1F;
}
.AnyTagClassName
{
color: #F21C1F;
}
</style>
background-color css
<style>
a { background-color: #F21C1F; }
a { background-color: rgb(242,28,31); }
div.DivClassName
{
background-color: #F21C1F;
}
.BgClassName
{
background-color: #F21C1F;
}
</style>
border-color css
<style>
span { border-color: #F21C1F; }
span { border-color: rgb(242,28,31); }
td.TdClassName
{
border-color: #F21C1F;
}
.TagClassName
{
border-color: #F21C1F;
}
</style>