Shades of Crimson #F01847
Tints of Crimson #F01847
RGB
CMYK
RGB Variations
Color information
#F01847 (or 0xF01847) is known color: Crimson. HEX triplet: F0, 18 and 47. RGB value is (240,24,71). Sum of RGB (Red+Green+Blue) = 240+24+71=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F01847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01847 is #0FE7B8. Grayscale: #5D5D5D. Windows color (decimal): -1042361 or 4659440. OLE color: 4659440.
HSL color Cylindrical-coordinate representation of color #F01847: hue angle of 346.94º 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 #F01847 is Cyan = 0, Magento = 0.9, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 71 | - |
| CMYK | 0 | 0.9 | 0.70 | 0.06 |
| HSL | 346.94º | 0.88% | 0.52% | - |
| HSV(B) | 346.94º | 0.9% | 0.94% | - |
| XYZ | 37.4 | 19.63 | 7.78 | - |
| YUV | 93.94 | 115.06 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 71 | 0 | 0.9 | 0.70 | 0.06 | 346.94 | 0.88 | 0.52 |
| Hex | F0 | 18 | 47 | 0 | 5A | 46 | 6 | 15B | 58 | 34 |
| Octal | 360 | 30 | 107 | 0 | 132 | 106 | 6 | 533 | 130 | 64 |
| Binary | 11110000 | 11000 | 1000111 | 0 | 1011010 | 1000110 | 110 | 101011011 | 1011000 | 110100 |
Color Harmonies of #F01847
Complementary color
Monochromatic Colors of #F01847
Black with #F01847
Text Example
Text Example
White with #F01847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01847; }
p { color: rgb(240,24,71); }
H1.HeaderClassName
{
color: #F01847;
}
.AnyTagClassName
{
color: #F01847;
}
</style>
background-color css
<style>
a { background-color: #F01847; }
a { background-color: rgb(240,24,71); }
div.DivClassName
{
background-color: #F01847;
}
.BgClassName
{
background-color: #F01847;
}
</style>
border-color css
<style>
span { border-color: #F01847; }
span { border-color: rgb(240,24,71); }
td.TdClassName
{
border-color: #F01847;
}
.TagClassName
{
border-color: #F01847;
}
</style>