Shades of Alizarin #F52334
Tints of Alizarin #F52334
RGB
CMYK
RGB Variations
Color information
#F52334 (or 0xF52334) is known color: Alizarin. HEX triplet: F5, 23 and 34. RGB value is (245,35,52). Sum of RGB (Red+Green+Blue) = 245+35+52=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F52334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52334 is #0ADCCB. Grayscale: #636363. Windows color (decimal): -711884 or 3417077. OLE color: 3417077.
HSL color Cylindrical-coordinate representation of color #F52334: hue angle of 355.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52334 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.04 |
| HSL | 355.14º | 0.91% | 0.55% | - |
| HSV(B) | 355.14º | 0.86% | 0.96% | - |
| XYZ | 38.88 | 20.86 | 5.23 | - |
| YUV | 99.73 | 101.07 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 52 | 0 | 0.86 | 0.79 | 0.04 | 355.14 | 0.91 | 0.55 |
| Hex | F5 | 23 | 34 | 0 | 56 | 4F | 4 | 163 | 5B | 37 |
| Octal | 365 | 43 | 64 | 0 | 126 | 117 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100011 | 110100 | 0 | 1010110 | 1001111 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52334
Complementary color
Monochromatic Colors of #F52334
Black with #F52334
Text Example
Text Example
White with #F52334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52334; }
p { color: rgb(245,35,52); }
H1.HeaderClassName
{
color: #F52334;
}
.AnyTagClassName
{
color: #F52334;
}
</style>
background-color css
<style>
a { background-color: #F52334; }
a { background-color: rgb(245,35,52); }
div.DivClassName
{
background-color: #F52334;
}
.BgClassName
{
background-color: #F52334;
}
</style>
border-color css
<style>
span { border-color: #F52334; }
span { border-color: rgb(245,35,52); }
td.TdClassName
{
border-color: #F52334;
}
.TagClassName
{
border-color: #F52334;
}
</style>