Shades of Crimson #F01946
Tints of Crimson #F01946
RGB
CMYK
RGB Variations
Color information
#F01946 (or 0xF01946) is known color: Crimson. HEX triplet: F0, 19 and 46. RGB value is (240,25,70). Sum of RGB (Red+Green+Blue) = 240+25+70=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F01946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01946 is #0FE6B9. Grayscale: #5E5E5E. Windows color (decimal): -1042106 or 4594160. OLE color: 4594160.
HSL color Cylindrical-coordinate representation of color #F01946: hue angle of 347.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01946 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 70 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.06 |
| HSL | 347.44º | 0.88% | 0.52% | - |
| HSV(B) | 347.44º | 0.9% | 0.94% | - |
| XYZ | 37.39 | 19.66 | 7.62 | - |
| YUV | 94.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 70 | 0 | 0.90 | 0.71 | 0.06 | 347.44 | 0.88 | 0.52 |
| Hex | F0 | 19 | 46 | 0 | 5A | 47 | 6 | 15B | 58 | 34 |
| Octal | 360 | 31 | 106 | 0 | 132 | 107 | 6 | 533 | 130 | 64 |
| Binary | 11110000 | 11001 | 1000110 | 0 | 1011010 | 1000111 | 110 | 101011011 | 1011000 | 110100 |
Color Harmonies of #F01946
Complementary color
Monochromatic Colors of #F01946
Black with #F01946
Text Example
Text Example
White with #F01946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01946; }
p { color: rgb(240,25,70); }
H1.HeaderClassName
{
color: #F01946;
}
.AnyTagClassName
{
color: #F01946;
}
</style>
background-color css
<style>
a { background-color: #F01946; }
a { background-color: rgb(240,25,70); }
div.DivClassName
{
background-color: #F01946;
}
.BgClassName
{
background-color: #F01946;
}
</style>
border-color css
<style>
span { border-color: #F01946; }
span { border-color: rgb(240,25,70); }
td.TdClassName
{
border-color: #F01946;
}
.TagClassName
{
border-color: #F01946;
}
</style>