Shades of Alizarin #F4273D
Tints of Alizarin #F4273D
RGB
CMYK
RGB Variations
Color information
#F4273D (or 0xF4273D) is known color: Alizarin. HEX triplet: F4, 27 and 3D. RGB value is (244,39,61). Sum of RGB (Red+Green+Blue) = 244+39+61=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4273D is #0BD8C2. Grayscale: #666666. Windows color (decimal): -776387 or 4007924. OLE color: 4007924.
HSL color Cylindrical-coordinate representation of color #F4273D: hue angle of 353.56º 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 #F4273D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.56º | 0.9% | 0.55% | - |
| HSV(B) | 353.56º | 0.84% | 0.96% | - |
| XYZ | 38.88 | 21.02 | 6.42 | - |
| YUV | 102.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 61 | 0 | 0.84 | 0.75 | 0.04 | 353.56 | 0.9 | 0.55 |
| Hex | F4 | 27 | 3D | 0 | 54 | 4B | 4 | 162 | 5A | 37 |
| Octal | 364 | 47 | 75 | 0 | 124 | 113 | 4 | 542 | 132 | 67 |
| Binary | 11110100 | 100111 | 111101 | 0 | 1010100 | 1001011 | 100 | 101100010 | 1011010 | 110111 |
Color Harmonies of #F4273D
Complementary color
Monochromatic Colors of #F4273D
Black with #F4273D
Text Example
Text Example
White with #F4273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4273D; }
p { color: rgb(244,39,61); }
H1.HeaderClassName
{
color: #F4273D;
}
.AnyTagClassName
{
color: #F4273D;
}
</style>
background-color css
<style>
a { background-color: #F4273D; }
a { background-color: rgb(244,39,61); }
div.DivClassName
{
background-color: #F4273D;
}
.BgClassName
{
background-color: #F4273D;
}
</style>
border-color css
<style>
span { border-color: #F4273D; }
span { border-color: rgb(244,39,61); }
td.TdClassName
{
border-color: #F4273D;
}
.TagClassName
{
border-color: #F4273D;
}
</style>