Shades of Alizarin #F52628
Tints of Alizarin #F52628
RGB
CMYK
RGB Variations
Color information
#F52628 (or 0xF52628) is known color: Alizarin. HEX triplet: F5, 26 and 28. RGB value is (245,38,40). Sum of RGB (Red+Green+Blue) = 245+38+40=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F52628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52628 is #0AD9D7. Grayscale: #646464. Windows color (decimal): -711128 or 2631413. OLE color: 2631413.
HSL color Cylindrical-coordinate representation of color #F52628: hue angle of 359.42º 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 #F52628 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.04 |
| HSL | 359.42º | 0.91% | 0.55% | - |
| HSV(B) | 359.42º | 0.84% | 0.96% | - |
| XYZ | 38.73 | 20.95 | 4.01 | - |
| YUV | 100.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 40 | 0 | 0.84 | 0.84 | 0.04 | 359.42 | 0.91 | 0.55 |
| Hex | F5 | 26 | 28 | 0 | 54 | 54 | 4 | 167 | 5B | 37 |
| Octal | 365 | 46 | 50 | 0 | 124 | 124 | 4 | 547 | 133 | 67 |
| Binary | 11110101 | 100110 | 101000 | 0 | 1010100 | 1010100 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F52628
Complementary color
Monochromatic Colors of #F52628
Black with #F52628
Text Example
Text Example
White with #F52628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52628; }
p { color: rgb(245,38,40); }
H1.HeaderClassName
{
color: #F52628;
}
.AnyTagClassName
{
color: #F52628;
}
</style>
background-color css
<style>
a { background-color: #F52628; }
a { background-color: rgb(245,38,40); }
div.DivClassName
{
background-color: #F52628;
}
.BgClassName
{
background-color: #F52628;
}
</style>
border-color css
<style>
span { border-color: #F52628; }
span { border-color: rgb(245,38,40); }
td.TdClassName
{
border-color: #F52628;
}
.TagClassName
{
border-color: #F52628;
}
</style>