Shades of Alizarin #F4262F
Tints of Alizarin #F4262F
RGB
CMYK
RGB Variations
Color information
#F4262F (or 0xF4262F) is known color: Alizarin. HEX triplet: F4, 26 and 2F. RGB value is (244,38,47). Sum of RGB (Red+Green+Blue) = 244+38+47=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F4262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4262F is #0BD9D0. Grayscale: #646464. Windows color (decimal): -776657 or 3090164. OLE color: 3090164.
HSL color Cylindrical-coordinate representation of color #F4262F: hue angle of 357.38º 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 #F4262F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.04 |
| HSL | 357.38º | 0.9% | 0.55% | - |
| HSV(B) | 357.38º | 0.84% | 0.96% | - |
| XYZ | 38.51 | 20.82 | 4.68 | - |
| YUV | 100.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 47 | 0 | 0.84 | 0.81 | 0.04 | 357.38 | 0.9 | 0.55 |
| Hex | F4 | 26 | 2F | 0 | 54 | 51 | 4 | 165 | 5A | 37 |
| Octal | 364 | 46 | 57 | 0 | 124 | 121 | 4 | 545 | 132 | 67 |
| Binary | 11110100 | 100110 | 101111 | 0 | 1010100 | 1010001 | 100 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F4262F
Complementary color
Monochromatic Colors of #F4262F
Black with #F4262F
Text Example
Text Example
White with #F4262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4262F; }
p { color: rgb(244,38,47); }
H1.HeaderClassName
{
color: #F4262F;
}
.AnyTagClassName
{
color: #F4262F;
}
</style>
background-color css
<style>
a { background-color: #F4262F; }
a { background-color: rgb(244,38,47); }
div.DivClassName
{
background-color: #F4262F;
}
.BgClassName
{
background-color: #F4262F;
}
</style>
border-color css
<style>
span { border-color: #F4262F; }
span { border-color: rgb(244,38,47); }
td.TdClassName
{
border-color: #F4262F;
}
.TagClassName
{
border-color: #F4262F;
}
</style>