Shades of Alizarin #F32B30
Tints of Alizarin #F32B30
RGB
CMYK
RGB Variations
Color information
#F32B30 (or 0xF32B30) is known color: Alizarin. HEX triplet: F3, 2B and 30. RGB value is (243,43,48). Sum of RGB (Red+Green+Blue) = 243+43+48=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B30 is #0CD4CF. Grayscale: #676767. Windows color (decimal): -840912 or 3156979. OLE color: 3156979.
HSL color Cylindrical-coordinate representation of color #F32B30: hue angle of 358.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B30 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 48 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.05 |
| HSL | 358.5º | 0.89% | 0.56% | - |
| HSV(B) | 358.5º | 0.82% | 0.95% | - |
| XYZ | 38.36 | 21 | 4.83 | - |
| YUV | 103.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 48 | 0 | 0.82 | 0.80 | 0.05 | 358.5 | 0.89 | 0.56 |
| Hex | F3 | 2B | 30 | 0 | 52 | 50 | 5 | 166 | 59 | 38 |
| Octal | 363 | 53 | 60 | 0 | 122 | 120 | 5 | 546 | 131 | 70 |
| Binary | 11110011 | 101011 | 110000 | 0 | 1010010 | 1010000 | 101 | 101100110 | 1011001 | 111000 |
Color Harmonies of #F32B30
Complementary color
Monochromatic Colors of #F32B30
Black with #F32B30
Text Example
Text Example
White with #F32B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B30; }
p { color: rgb(243,43,48); }
H1.HeaderClassName
{
color: #F32B30;
}
.AnyTagClassName
{
color: #F32B30;
}
</style>
background-color css
<style>
a { background-color: #F32B30; }
a { background-color: rgb(243,43,48); }
div.DivClassName
{
background-color: #F32B30;
}
.BgClassName
{
background-color: #F32B30;
}
</style>
border-color css
<style>
span { border-color: #F32B30; }
span { border-color: rgb(243,43,48); }
td.TdClassName
{
border-color: #F32B30;
}
.TagClassName
{
border-color: #F32B30;
}
</style>