Shades of Alizarin #F32730
Tints of Alizarin #F32730
RGB
CMYK
RGB Variations
Color information
#F32730 (or 0xF32730) is known color: Alizarin. HEX triplet: F3, 27 and 30. RGB value is (243,39,48). Sum of RGB (Red+Green+Blue) = 243+39+48=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32730 is #0CD8CF. Grayscale: #656565. Windows color (decimal): -841936 or 3155955. OLE color: 3155955.
HSL color Cylindrical-coordinate representation of color #F32730: hue angle of 357.35º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32730 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 48 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.05 |
| HSL | 357.35º | 0.89% | 0.55% | - |
| HSV(B) | 357.35º | 0.84% | 0.95% | - |
| XYZ | 38.22 | 20.72 | 4.78 | - |
| YUV | 101.02 | 98.09 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 48 | 0 | 0.84 | 0.80 | 0.05 | 357.35 | 0.89 | 0.55 |
| Hex | F3 | 27 | 30 | 0 | 54 | 50 | 5 | 165 | 59 | 37 |
| Octal | 363 | 47 | 60 | 0 | 124 | 120 | 5 | 545 | 131 | 67 |
| Binary | 11110011 | 100111 | 110000 | 0 | 1010100 | 1010000 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F32730
Complementary color
Monochromatic Colors of #F32730
Black with #F32730
Text Example
Text Example
White with #F32730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32730; }
p { color: rgb(243,39,48); }
H1.HeaderClassName
{
color: #F32730;
}
.AnyTagClassName
{
color: #F32730;
}
</style>
background-color css
<style>
a { background-color: #F32730; }
a { background-color: rgb(243,39,48); }
div.DivClassName
{
background-color: #F32730;
}
.BgClassName
{
background-color: #F32730;
}
</style>
border-color css
<style>
span { border-color: #F32730; }
span { border-color: rgb(243,39,48); }
td.TdClassName
{
border-color: #F32730;
}
.TagClassName
{
border-color: #F32730;
}
</style>