Shades of Alizarin #F42330
Tints of Alizarin #F42330
RGB
CMYK
RGB Variations
Color information
#F42330 (or 0xF42330) is known color: Alizarin. HEX triplet: F4, 23 and 30. RGB value is (244,35,48). Sum of RGB (Red+Green+Blue) = 244+35+48=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F42330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42330 is #0BDCCF. Grayscale: #636363. Windows color (decimal): -777424 or 3154932. OLE color: 3154932.
HSL color Cylindrical-coordinate representation of color #F42330: hue angle of 356.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42330 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 48 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.04 |
| HSL | 356.27º | 0.9% | 0.55% | - |
| HSV(B) | 356.27º | 0.86% | 0.96% | - |
| XYZ | 38.44 | 20.65 | 4.76 | - |
| YUV | 98.97 | 99.24 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 48 | 0 | 0.86 | 0.80 | 0.04 | 356.27 | 0.9 | 0.55 |
| Hex | F4 | 23 | 30 | 0 | 56 | 50 | 4 | 164 | 5A | 37 |
| Octal | 364 | 43 | 60 | 0 | 126 | 120 | 4 | 544 | 132 | 67 |
| Binary | 11110100 | 100011 | 110000 | 0 | 1010110 | 1010000 | 100 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F42330
Complementary color
Monochromatic Colors of #F42330
Black with #F42330
Text Example
Text Example
White with #F42330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42330; }
p { color: rgb(244,35,48); }
H1.HeaderClassName
{
color: #F42330;
}
.AnyTagClassName
{
color: #F42330;
}
</style>
background-color css
<style>
a { background-color: #F42330; }
a { background-color: rgb(244,35,48); }
div.DivClassName
{
background-color: #F42330;
}
.BgClassName
{
background-color: #F42330;
}
</style>
border-color css
<style>
span { border-color: #F42330; }
span { border-color: rgb(244,35,48); }
td.TdClassName
{
border-color: #F42330;
}
.TagClassName
{
border-color: #F42330;
}
</style>