Shades of Alizarin #F62328
Tints of Alizarin #F62328
RGB
CMYK
RGB Variations
Color information
#F62328 (or 0xF62328) is known color: Alizarin. HEX triplet: F6, 23 and 28. RGB value is (246,35,40). Sum of RGB (Red+Green+Blue) = 246+35+40=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F62328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62328 is #09DCD7. Grayscale: #626262. Windows color (decimal): -646360 or 2630646. OLE color: 2630646.
HSL color Cylindrical-coordinate representation of color #F62328: hue angle of 358.58º degrees, saturation: 0.92, 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 #F62328 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 40 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.04 |
| HSL | 358.58º | 0.92% | 0.55% | - |
| HSV(B) | 358.58º | 0.86% | 0.96% | - |
| XYZ | 38.99 | 20.95 | 4 | - |
| YUV | 98.66 | 94.9 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 40 | 0 | 0.86 | 0.84 | 0.04 | 358.58 | 0.92 | 0.55 |
| Hex | F6 | 23 | 28 | 0 | 56 | 54 | 4 | 167 | 5C | 37 |
| Octal | 366 | 43 | 50 | 0 | 126 | 124 | 4 | 547 | 134 | 67 |
| Binary | 11110110 | 100011 | 101000 | 0 | 1010110 | 1010100 | 100 | 101100111 | 1011100 | 110111 |
Color Harmonies of #F62328
Complementary color
Monochromatic Colors of #F62328
Black with #F62328
Text Example
Text Example
White with #F62328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62328; }
p { color: rgb(246,35,40); }
H1.HeaderClassName
{
color: #F62328;
}
.AnyTagClassName
{
color: #F62328;
}
</style>
background-color css
<style>
a { background-color: #F62328; }
a { background-color: rgb(246,35,40); }
div.DivClassName
{
background-color: #F62328;
}
.BgClassName
{
background-color: #F62328;
}
</style>
border-color css
<style>
span { border-color: #F62328; }
span { border-color: rgb(246,35,40); }
td.TdClassName
{
border-color: #F62328;
}
.TagClassName
{
border-color: #F62328;
}
</style>