Shades of Alizarin #F62535
Tints of Alizarin #F62535
RGB
CMYK
RGB Variations
Color information
#F62535 (or 0xF62535) is known color: Alizarin. HEX triplet: F6, 25 and 35. RGB value is (246,37,53). Sum of RGB (Red+Green+Blue) = 246+37+53=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F62535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62535 is #09DACA. Grayscale: #656565. Windows color (decimal): -645835 or 3483126. OLE color: 3483126.
HSL color Cylindrical-coordinate representation of color #F62535: hue angle of 355.41º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62535 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 53 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 355.41º | 0.92% | 0.55% | - |
| HSV(B) | 355.41º | 0.85% | 0.96% | - |
| XYZ | 39.31 | 21.17 | 5.38 | - |
| YUV | 101.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 53 | 0 | 0.85 | 0.78 | 0.04 | 355.41 | 0.92 | 0.55 |
| Hex | F6 | 25 | 35 | 0 | 55 | 4E | 4 | 163 | 5C | 37 |
| Octal | 366 | 45 | 65 | 0 | 125 | 116 | 4 | 543 | 134 | 67 |
| Binary | 11110110 | 100101 | 110101 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011100 | 110111 |
Color Harmonies of #F62535
Complementary color
Monochromatic Colors of #F62535
Black with #F62535
Text Example
Text Example
White with #F62535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62535; }
p { color: rgb(246,37,53); }
H1.HeaderClassName
{
color: #F62535;
}
.AnyTagClassName
{
color: #F62535;
}
</style>
background-color css
<style>
a { background-color: #F62535; }
a { background-color: rgb(246,37,53); }
div.DivClassName
{
background-color: #F62535;
}
.BgClassName
{
background-color: #F62535;
}
</style>
border-color css
<style>
span { border-color: #F62535; }
span { border-color: rgb(246,37,53); }
td.TdClassName
{
border-color: #F62535;
}
.TagClassName
{
border-color: #F62535;
}
</style>