Shades of Alizarin #F32533
Tints of Alizarin #F32533
RGB
CMYK
RGB Variations
Color information
#F32533 (or 0xF32533) is known color: Alizarin. HEX triplet: F3, 25 and 33. RGB value is (243,37,51). Sum of RGB (Red+Green+Blue) = 243+37+51=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32533 is #0CDACC. Grayscale: #646464. Windows color (decimal): -842445 or 3352051. OLE color: 3352051.
HSL color Cylindrical-coordinate representation of color #F32533: hue angle of 355.92º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32533 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 51 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.05 |
| HSL | 355.92º | 0.9% | 0.55% | - |
| HSV(B) | 355.92º | 0.85% | 0.95% | - |
| XYZ | 38.22 | 20.62 | 5.1 | - |
| YUV | 100.19 | 100.25 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 51 | 0 | 0.85 | 0.79 | 0.05 | 355.92 | 0.9 | 0.55 |
| Hex | F3 | 25 | 33 | 0 | 55 | 4F | 5 | 164 | 5A | 37 |
| Octal | 363 | 45 | 63 | 0 | 125 | 117 | 5 | 544 | 132 | 67 |
| Binary | 11110011 | 100101 | 110011 | 0 | 1010101 | 1001111 | 101 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F32533
Complementary color
Monochromatic Colors of #F32533
Black with #F32533
Text Example
Text Example
White with #F32533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32533; }
p { color: rgb(243,37,51); }
H1.HeaderClassName
{
color: #F32533;
}
.AnyTagClassName
{
color: #F32533;
}
</style>
background-color css
<style>
a { background-color: #F32533; }
a { background-color: rgb(243,37,51); }
div.DivClassName
{
background-color: #F32533;
}
.BgClassName
{
background-color: #F32533;
}
</style>
border-color css
<style>
span { border-color: #F32533; }
span { border-color: rgb(243,37,51); }
td.TdClassName
{
border-color: #F32533;
}
.TagClassName
{
border-color: #F32533;
}
</style>