Shades of Alizarin #F62325
Tints of Alizarin #F62325
RGB
CMYK
RGB Variations
Color information
#F62325 (or 0xF62325) is known color: Alizarin. HEX triplet: F6, 23 and 25. RGB value is (246,35,37). Sum of RGB (Red+Green+Blue) = 246+35+37=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F62325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62325 is #09DCDA. Grayscale: #626262. Windows color (decimal): -646363 or 2434038. OLE color: 2434038.
HSL color Cylindrical-coordinate representation of color #F62325: hue angle of 359.43º 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 #F62325 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.04 |
| HSL | 359.43º | 0.92% | 0.55% | - |
| HSV(B) | 359.43º | 0.86% | 0.96% | - |
| XYZ | 38.94 | 20.93 | 3.74 | - |
| YUV | 98.32 | 93.4 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 37 | 0 | 0.86 | 0.85 | 0.04 | 359.43 | 0.92 | 0.55 |
| Hex | F6 | 23 | 25 | 0 | 56 | 55 | 4 | 167 | 5C | 37 |
| Octal | 366 | 43 | 45 | 0 | 126 | 125 | 4 | 547 | 134 | 67 |
| Binary | 11110110 | 100011 | 100101 | 0 | 1010110 | 1010101 | 100 | 101100111 | 1011100 | 110111 |
Color Harmonies of #F62325
Complementary color
Monochromatic Colors of #F62325
Black with #F62325
Text Example
Text Example
White with #F62325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62325; }
p { color: rgb(246,35,37); }
H1.HeaderClassName
{
color: #F62325;
}
.AnyTagClassName
{
color: #F62325;
}
</style>
background-color css
<style>
a { background-color: #F62325; }
a { background-color: rgb(246,35,37); }
div.DivClassName
{
background-color: #F62325;
}
.BgClassName
{
background-color: #F62325;
}
</style>
border-color css
<style>
span { border-color: #F62325; }
span { border-color: rgb(246,35,37); }
td.TdClassName
{
border-color: #F62325;
}
.TagClassName
{
border-color: #F62325;
}
</style>