Shades of Alizarin #F3262D
Tints of Alizarin #F3262D
RGB
CMYK
RGB Variations
Color information
#F3262D (or 0xF3262D) is known color: Alizarin. HEX triplet: F3, 26 and 2D. RGB value is (243,38,45). Sum of RGB (Red+Green+Blue) = 243+38+45=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F3262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3262D is #0CD9D2. Grayscale: #646464. Windows color (decimal): -842195 or 2959091. OLE color: 2959091.
HSL color Cylindrical-coordinate representation of color #F3262D: hue angle of 357.95º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3262D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.05 |
| HSL | 357.95º | 0.9% | 0.55% | - |
| HSV(B) | 357.95º | 0.84% | 0.95% | - |
| XYZ | 38.13 | 20.63 | 4.46 | - |
| YUV | 100.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 45 | 0 | 0.84 | 0.81 | 0.05 | 357.95 | 0.9 | 0.55 |
| Hex | F3 | 26 | 2D | 0 | 54 | 51 | 5 | 166 | 5A | 37 |
| Octal | 363 | 46 | 55 | 0 | 124 | 121 | 5 | 546 | 132 | 67 |
| Binary | 11110011 | 100110 | 101101 | 0 | 1010100 | 1010001 | 101 | 101100110 | 1011010 | 110111 |
Color Harmonies of #F3262D
Complementary color
Monochromatic Colors of #F3262D
Black with #F3262D
Text Example
Text Example
White with #F3262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3262D; }
p { color: rgb(243,38,45); }
H1.HeaderClassName
{
color: #F3262D;
}
.AnyTagClassName
{
color: #F3262D;
}
</style>
background-color css
<style>
a { background-color: #F3262D; }
a { background-color: rgb(243,38,45); }
div.DivClassName
{
background-color: #F3262D;
}
.BgClassName
{
background-color: #F3262D;
}
</style>
border-color css
<style>
span { border-color: #F3262D; }
span { border-color: rgb(243,38,45); }
td.TdClassName
{
border-color: #F3262D;
}
.TagClassName
{
border-color: #F3262D;
}
</style>