Shades of Alizarin #F62730
Tints of Alizarin #F62730
RGB
CMYK
RGB Variations
Color information
#F62730 (or 0xF62730) is known color: Alizarin. HEX triplet: F6, 27 and 30. RGB value is (246,39,48). Sum of RGB (Red+Green+Blue) = 246+39+48=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F62730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62730 is #09D8CF. Grayscale: #666666. Windows color (decimal): -645328 or 3155958. OLE color: 3155958.
HSL color Cylindrical-coordinate representation of color #F62730: hue angle of 357.39º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62730 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 48 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.04 |
| HSL | 357.39º | 0.92% | 0.56% | - |
| HSV(B) | 357.39º | 0.84% | 0.96% | - |
| XYZ | 39.27 | 21.26 | 4.83 | - |
| YUV | 101.92 | 97.58 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 48 | 0 | 0.84 | 0.80 | 0.04 | 357.39 | 0.92 | 0.56 |
| Hex | F6 | 27 | 30 | 0 | 54 | 50 | 4 | 165 | 5C | 38 |
| Octal | 366 | 47 | 60 | 0 | 124 | 120 | 4 | 545 | 134 | 70 |
| Binary | 11110110 | 100111 | 110000 | 0 | 1010100 | 1010000 | 100 | 101100101 | 1011100 | 111000 |
Color Harmonies of #F62730
Complementary color
Monochromatic Colors of #F62730
Black with #F62730
Text Example
Text Example
White with #F62730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62730; }
p { color: rgb(246,39,48); }
H1.HeaderClassName
{
color: #F62730;
}
.AnyTagClassName
{
color: #F62730;
}
</style>
background-color css
<style>
a { background-color: #F62730; }
a { background-color: rgb(246,39,48); }
div.DivClassName
{
background-color: #F62730;
}
.BgClassName
{
background-color: #F62730;
}
</style>
border-color css
<style>
span { border-color: #F62730; }
span { border-color: rgb(246,39,48); }
td.TdClassName
{
border-color: #F62730;
}
.TagClassName
{
border-color: #F62730;
}
</style>