Shades of Alizarin #F4263D
Tints of Alizarin #F4263D
RGB
CMYK
RGB Variations
Color information
#F4263D (or 0xF4263D) is known color: Alizarin. HEX triplet: F4, 26 and 3D. RGB value is (244,38,61). Sum of RGB (Red+Green+Blue) = 244+38+61=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F4263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4263D is #0BD9C2. Grayscale: #666666. Windows color (decimal): -776643 or 4007668. OLE color: 4007668.
HSL color Cylindrical-coordinate representation of color #F4263D: hue angle of 353.3º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4263D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.3º | 0.9% | 0.55% | - |
| HSV(B) | 353.3º | 0.84% | 0.96% | - |
| XYZ | 38.84 | 20.96 | 6.41 | - |
| YUV | 102.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 61 | 0 | 0.84 | 0.75 | 0.04 | 353.3 | 0.9 | 0.55 |
| Hex | F4 | 26 | 3D | 0 | 54 | 4B | 4 | 161 | 5A | 37 |
| Octal | 364 | 46 | 75 | 0 | 124 | 113 | 4 | 541 | 132 | 67 |
| Binary | 11110100 | 100110 | 111101 | 0 | 1010100 | 1001011 | 100 | 101100001 | 1011010 | 110111 |
Color Harmonies of #F4263D
Complementary color
Monochromatic Colors of #F4263D
Black with #F4263D
Text Example
Text Example
White with #F4263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4263D; }
p { color: rgb(244,38,61); }
H1.HeaderClassName
{
color: #F4263D;
}
.AnyTagClassName
{
color: #F4263D;
}
</style>
background-color css
<style>
a { background-color: #F4263D; }
a { background-color: rgb(244,38,61); }
div.DivClassName
{
background-color: #F4263D;
}
.BgClassName
{
background-color: #F4263D;
}
</style>
border-color css
<style>
span { border-color: #F4263D; }
span { border-color: rgb(244,38,61); }
td.TdClassName
{
border-color: #F4263D;
}
.TagClassName
{
border-color: #F4263D;
}
</style>