Shades of Alizarin #F52633
Tints of Alizarin #F52633
RGB
CMYK
RGB Variations
Color information
#F52633 (or 0xF52633) is known color: Alizarin. HEX triplet: F5, 26 and 33. RGB value is (245,38,51). Sum of RGB (Red+Green+Blue) = 245+38+51=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F52633 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52633 is #0AD9CC. Grayscale: #656565. Windows color (decimal): -711117 or 3352309. OLE color: 3352309.
HSL color Cylindrical-coordinate representation of color #F52633: hue angle of 356.23º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52633 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 51 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.04 |
| HSL | 356.23º | 0.91% | 0.55% | - |
| HSV(B) | 356.23º | 0.84% | 0.96% | - |
| XYZ | 38.95 | 21.04 | 5.14 | - |
| YUV | 101.38 | 99.58 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 51 | 0 | 0.84 | 0.79 | 0.04 | 356.23 | 0.91 | 0.55 |
| Hex | F5 | 26 | 33 | 0 | 54 | 4F | 4 | 164 | 5B | 37 |
| Octal | 365 | 46 | 63 | 0 | 124 | 117 | 4 | 544 | 133 | 67 |
| Binary | 11110101 | 100110 | 110011 | 0 | 1010100 | 1001111 | 100 | 101100100 | 1011011 | 110111 |
Color Harmonies of #F52633
Complementary color
Monochromatic Colors of #F52633
Black with #F52633
Text Example
Text Example
White with #F52633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52633; }
p { color: rgb(245,38,51); }
H1.HeaderClassName
{
color: #F52633;
}
.AnyTagClassName
{
color: #F52633;
}
</style>
background-color css
<style>
a { background-color: #F52633; }
a { background-color: rgb(245,38,51); }
div.DivClassName
{
background-color: #F52633;
}
.BgClassName
{
background-color: #F52633;
}
</style>
border-color css
<style>
span { border-color: #F52633; }
span { border-color: rgb(245,38,51); }
td.TdClassName
{
border-color: #F52633;
}
.TagClassName
{
border-color: #F52633;
}
</style>