Shades of Alizarin #F3263D
Tints of Alizarin #F3263D
RGB
CMYK
RGB Variations
Color information
#F3263D (or 0xF3263D) is known color: Alizarin. HEX triplet: F3, 26 and 3D. RGB value is (243,38,61). Sum of RGB (Red+Green+Blue) = 243+38+61=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3263D is #0CD9C2. Grayscale: #666666. Windows color (decimal): -842179 or 4007667. OLE color: 4007667.
HSL color Cylindrical-coordinate representation of color #F3263D: hue angle of 353.27º 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 #F3263D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.05 |
| HSL | 353.27º | 0.9% | 0.55% | - |
| HSV(B) | 353.27º | 0.84% | 0.95% | - |
| XYZ | 38.5 | 20.78 | 6.4 | - |
| YUV | 101.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 61 | 0 | 0.84 | 0.75 | 0.05 | 353.27 | 0.9 | 0.55 |
| Hex | F3 | 26 | 3D | 0 | 54 | 4B | 5 | 161 | 5A | 37 |
| Octal | 363 | 46 | 75 | 0 | 124 | 113 | 5 | 541 | 132 | 67 |
| Binary | 11110011 | 100110 | 111101 | 0 | 1010100 | 1001011 | 101 | 101100001 | 1011010 | 110111 |
Color Harmonies of #F3263D
Complementary color
Monochromatic Colors of #F3263D
Black with #F3263D
Text Example
Text Example
White with #F3263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3263D; }
p { color: rgb(243,38,61); }
H1.HeaderClassName
{
color: #F3263D;
}
.AnyTagClassName
{
color: #F3263D;
}
</style>
background-color css
<style>
a { background-color: #F3263D; }
a { background-color: rgb(243,38,61); }
div.DivClassName
{
background-color: #F3263D;
}
.BgClassName
{
background-color: #F3263D;
}
</style>
border-color css
<style>
span { border-color: #F3263D; }
span { border-color: rgb(243,38,61); }
td.TdClassName
{
border-color: #F3263D;
}
.TagClassName
{
border-color: #F3263D;
}
</style>