Shades of Crimson #F01547
Tints of Crimson #F01547
RGB
CMYK
RGB Variations
Color information
#F01547 (or 0xF01547) is known color: Crimson. HEX triplet: F0, 15 and 47. RGB value is (240,21,71). Sum of RGB (Red+Green+Blue) = 240+21+71=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F01547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01547 is #0FEAB8. Grayscale: #5C5C5C. Windows color (decimal): -1043129 or 4658672. OLE color: 4658672.
HSL color Cylindrical-coordinate representation of color #F01547: hue angle of 346.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01547 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 71 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.06 |
| HSL | 346.3º | 0.88% | 0.51% | - |
| HSV(B) | 346.3º | 0.91% | 0.94% | - |
| XYZ | 37.34 | 19.52 | 7.76 | - |
| YUV | 92.18 | 116.05 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 71 | 0 | 0.91 | 0.70 | 0.06 | 346.3 | 0.88 | 0.51 |
| Hex | F0 | 15 | 47 | 0 | 5B | 46 | 6 | 15A | 58 | 33 |
| Octal | 360 | 25 | 107 | 0 | 133 | 106 | 6 | 532 | 130 | 63 |
| Binary | 11110000 | 10101 | 1000111 | 0 | 1011011 | 1000110 | 110 | 101011010 | 1011000 | 110011 |
Color Harmonies of #F01547
Complementary color
Monochromatic Colors of #F01547
Black with #F01547
Text Example
Text Example
White with #F01547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01547; }
p { color: rgb(240,21,71); }
H1.HeaderClassName
{
color: #F01547;
}
.AnyTagClassName
{
color: #F01547;
}
</style>
background-color css
<style>
a { background-color: #F01547; }
a { background-color: rgb(240,21,71); }
div.DivClassName
{
background-color: #F01547;
}
.BgClassName
{
background-color: #F01547;
}
</style>
border-color css
<style>
span { border-color: #F01547; }
span { border-color: rgb(240,21,71); }
td.TdClassName
{
border-color: #F01547;
}
.TagClassName
{
border-color: #F01547;
}
</style>