Shades of Alizarin #F5223D
Tints of Alizarin #F5223D
RGB
CMYK
RGB Variations
Color information
#F5223D (or 0xF5223D) is known color: Alizarin. HEX triplet: F5, 22 and 3D. RGB value is (245,34,61). Sum of RGB (Red+Green+Blue) = 245+34+61=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5223D is #0ADDC2. Grayscale: #646464. Windows color (decimal): -712131 or 4006645. OLE color: 4006645.
HSL color Cylindrical-coordinate representation of color #F5223D: hue angle of 352.32º 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 #F5223D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 61 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.04 |
| HSL | 352.32º | 0.91% | 0.55% | - |
| HSV(B) | 352.32º | 0.86% | 0.96% | - |
| XYZ | 39.07 | 20.89 | 6.39 | - |
| YUV | 100.17 | 105.9 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 61 | 0 | 0.86 | 0.75 | 0.04 | 352.32 | 0.91 | 0.55 |
| Hex | F5 | 22 | 3D | 0 | 56 | 4B | 4 | 160 | 5B | 37 |
| Octal | 365 | 42 | 75 | 0 | 126 | 113 | 4 | 540 | 133 | 67 |
| Binary | 11110101 | 100010 | 111101 | 0 | 1010110 | 1001011 | 100 | 101100000 | 1011011 | 110111 |
Color Harmonies of #F5223D
Complementary color
Monochromatic Colors of #F5223D
Black with #F5223D
Text Example
Text Example
White with #F5223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5223D; }
p { color: rgb(245,34,61); }
H1.HeaderClassName
{
color: #F5223D;
}
.AnyTagClassName
{
color: #F5223D;
}
</style>
background-color css
<style>
a { background-color: #F5223D; }
a { background-color: rgb(245,34,61); }
div.DivClassName
{
background-color: #F5223D;
}
.BgClassName
{
background-color: #F5223D;
}
</style>
border-color css
<style>
span { border-color: #F5223D; }
span { border-color: rgb(245,34,61); }
td.TdClassName
{
border-color: #F5223D;
}
.TagClassName
{
border-color: #F5223D;
}
</style>