Shades of Alizarin #F32330
Tints of Alizarin #F32330
RGB
CMYK
RGB Variations
Color information
#F32330 (or 0xF32330) is known color: Alizarin. HEX triplet: F3, 23 and 30. RGB value is (243,35,48). Sum of RGB (Red+Green+Blue) = 243+35+48=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F32330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32330 is #0CDCCF. Grayscale: #626262. Windows color (decimal): -842960 or 3154931. OLE color: 3154931.
HSL color Cylindrical-coordinate representation of color #F32330: hue angle of 356.25º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32330 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 48 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.05 |
| HSL | 356.25º | 0.9% | 0.55% | - |
| HSV(B) | 356.25º | 0.86% | 0.95% | - |
| XYZ | 38.1 | 20.47 | 4.74 | - |
| YUV | 98.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 48 | 0 | 0.86 | 0.80 | 0.05 | 356.25 | 0.9 | 0.55 |
| Hex | F3 | 23 | 30 | 0 | 56 | 50 | 5 | 164 | 5A | 37 |
| Octal | 363 | 43 | 60 | 0 | 126 | 120 | 5 | 544 | 132 | 67 |
| Binary | 11110011 | 100011 | 110000 | 0 | 1010110 | 1010000 | 101 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F32330
Complementary color
Monochromatic Colors of #F32330
Black with #F32330
Text Example
Text Example
White with #F32330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32330; }
p { color: rgb(243,35,48); }
H1.HeaderClassName
{
color: #F32330;
}
.AnyTagClassName
{
color: #F32330;
}
</style>
background-color css
<style>
a { background-color: #F32330; }
a { background-color: rgb(243,35,48); }
div.DivClassName
{
background-color: #F32330;
}
.BgClassName
{
background-color: #F32330;
}
</style>
border-color css
<style>
span { border-color: #F32330; }
span { border-color: rgb(243,35,48); }
td.TdClassName
{
border-color: #F32330;
}
.TagClassName
{
border-color: #F32330;
}
</style>