Shades of Alizarin #F32930
Tints of Alizarin #F32930
RGB
CMYK
RGB Variations
Color information
#F32930 (or 0xF32930) is known color: Alizarin. HEX triplet: F3, 29 and 30. RGB value is (243,41,48). Sum of RGB (Red+Green+Blue) = 243+41+48=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32930 is #0CD6CF. Grayscale: #666666. Windows color (decimal): -841424 or 3156467. OLE color: 3156467.
HSL color Cylindrical-coordinate representation of color #F32930: hue angle of 357.92º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32930 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 48 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.05 |
| HSL | 357.92º | 0.89% | 0.56% | - |
| HSV(B) | 357.92º | 0.83% | 0.95% | - |
| XYZ | 38.29 | 20.85 | 4.8 | - |
| YUV | 102.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 48 | 0 | 0.83 | 0.80 | 0.05 | 357.92 | 0.89 | 0.56 |
| Hex | F3 | 29 | 30 | 0 | 53 | 50 | 5 | 166 | 59 | 38 |
| Octal | 363 | 51 | 60 | 0 | 123 | 120 | 5 | 546 | 131 | 70 |
| Binary | 11110011 | 101001 | 110000 | 0 | 1010011 | 1010000 | 101 | 101100110 | 1011001 | 111000 |
Color Harmonies of #F32930
Complementary color
Monochromatic Colors of #F32930
Black with #F32930
Text Example
Text Example
White with #F32930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32930; }
p { color: rgb(243,41,48); }
H1.HeaderClassName
{
color: #F32930;
}
.AnyTagClassName
{
color: #F32930;
}
</style>
background-color css
<style>
a { background-color: #F32930; }
a { background-color: rgb(243,41,48); }
div.DivClassName
{
background-color: #F32930;
}
.BgClassName
{
background-color: #F32930;
}
</style>
border-color css
<style>
span { border-color: #F32930; }
span { border-color: rgb(243,41,48); }
td.TdClassName
{
border-color: #F32930;
}
.TagClassName
{
border-color: #F32930;
}
</style>