Shades of Alizarin #F32628
Tints of Alizarin #F32628
RGB
CMYK
RGB Variations
Color information
#F32628 (or 0xF32628) is known color: Alizarin. HEX triplet: F3, 26 and 28. RGB value is (243,38,40). Sum of RGB (Red+Green+Blue) = 243+38+40=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F32628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32628 is #0CD9D7. Grayscale: #636363. Windows color (decimal): -842200 or 2631411. OLE color: 2631411.
HSL color Cylindrical-coordinate representation of color #F32628: hue angle of 359.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32628 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.05 |
| HSL | 359.41º | 0.9% | 0.55% | - |
| HSV(B) | 359.41º | 0.84% | 0.95% | - |
| XYZ | 38.04 | 20.59 | 3.98 | - |
| YUV | 99.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 40 | 0 | 0.84 | 0.84 | 0.05 | 359.41 | 0.9 | 0.55 |
| Hex | F3 | 26 | 28 | 0 | 54 | 54 | 5 | 167 | 5A | 37 |
| Octal | 363 | 46 | 50 | 0 | 124 | 124 | 5 | 547 | 132 | 67 |
| Binary | 11110011 | 100110 | 101000 | 0 | 1010100 | 1010100 | 101 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F32628
Complementary color
Monochromatic Colors of #F32628
Black with #F32628
Text Example
Text Example
White with #F32628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32628; }
p { color: rgb(243,38,40); }
H1.HeaderClassName
{
color: #F32628;
}
.AnyTagClassName
{
color: #F32628;
}
</style>
background-color css
<style>
a { background-color: #F32628; }
a { background-color: rgb(243,38,40); }
div.DivClassName
{
background-color: #F32628;
}
.BgClassName
{
background-color: #F32628;
}
</style>
border-color css
<style>
span { border-color: #F32628; }
span { border-color: rgb(243,38,40); }
td.TdClassName
{
border-color: #F32628;
}
.TagClassName
{
border-color: #F32628;
}
</style>