Shades of Alizarin #F32632
Tints of Alizarin #F32632
RGB
CMYK
RGB Variations
Color information
#F32632 (or 0xF32632) is known color: Alizarin. HEX triplet: F3, 26 and 32. RGB value is (243,38,50). Sum of RGB (Red+Green+Blue) = 243+38+50=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32632 is #0CD9CD. Grayscale: #646464. Windows color (decimal): -842190 or 3286771. OLE color: 3286771.
HSL color Cylindrical-coordinate representation of color #F32632: hue angle of 356.49º degrees, saturation: 0.9, 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 #F32632 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 50 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.05 |
| HSL | 356.49º | 0.9% | 0.55% | - |
| HSV(B) | 356.49º | 0.84% | 0.95% | - |
| XYZ | 38.23 | 20.67 | 4.99 | - |
| YUV | 100.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 50 | 0 | 0.84 | 0.79 | 0.05 | 356.49 | 0.9 | 0.55 |
| Hex | F3 | 26 | 32 | 0 | 54 | 4F | 5 | 164 | 5A | 37 |
| Octal | 363 | 46 | 62 | 0 | 124 | 117 | 5 | 544 | 132 | 67 |
| Binary | 11110011 | 100110 | 110010 | 0 | 1010100 | 1001111 | 101 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F32632
Complementary color
Monochromatic Colors of #F32632
Black with #F32632
Text Example
Text Example
White with #F32632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32632; }
p { color: rgb(243,38,50); }
H1.HeaderClassName
{
color: #F32632;
}
.AnyTagClassName
{
color: #F32632;
}
</style>
background-color css
<style>
a { background-color: #F32632; }
a { background-color: rgb(243,38,50); }
div.DivClassName
{
background-color: #F32632;
}
.BgClassName
{
background-color: #F32632;
}
</style>
border-color css
<style>
span { border-color: #F32632; }
span { border-color: rgb(243,38,50); }
td.TdClassName
{
border-color: #F32632;
}
.TagClassName
{
border-color: #F32632;
}
</style>