Shades of Alizarin #F43338
Tints of Alizarin #F43338
RGB
CMYK
RGB Variations
Color information
#F43338 (or 0xF43338) is known color: Alizarin. HEX triplet: F4, 33 and 38. RGB value is (244,51,56). Sum of RGB (Red+Green+Blue) = 244+51+56=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F43338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43338 is #0BCCC7. Grayscale: #6D6D6D. Windows color (decimal): -773320 or 3683316. OLE color: 3683316.
HSL color Cylindrical-coordinate representation of color #F43338: hue angle of 358.45º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43338 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 56 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.04 |
| HSL | 358.45º | 0.9% | 0.58% | - |
| HSV(B) | 358.45º | 0.79% | 0.96% | - |
| XYZ | 39.21 | 21.89 | 5.9 | - |
| YUV | 109.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 56 | 0 | 0.79 | 0.77 | 0.04 | 358.45 | 0.9 | 0.58 |
| Hex | F4 | 33 | 38 | 0 | 4F | 4D | 4 | 166 | 5A | 3A |
| Octal | 364 | 63 | 70 | 0 | 117 | 115 | 4 | 546 | 132 | 72 |
| Binary | 11110100 | 110011 | 111000 | 0 | 1001111 | 1001101 | 100 | 101100110 | 1011010 | 111010 |
Color Harmonies of #F43338
Complementary color
Monochromatic Colors of #F43338
Black with #F43338
Text Example
Text Example
White with #F43338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43338; }
p { color: rgb(244,51,56); }
H1.HeaderClassName
{
color: #F43338;
}
.AnyTagClassName
{
color: #F43338;
}
</style>
background-color css
<style>
a { background-color: #F43338; }
a { background-color: rgb(244,51,56); }
div.DivClassName
{
background-color: #F43338;
}
.BgClassName
{
background-color: #F43338;
}
</style>
border-color css
<style>
span { border-color: #F43338; }
span { border-color: rgb(244,51,56); }
td.TdClassName
{
border-color: #F43338;
}
.TagClassName
{
border-color: #F43338;
}
</style>