Shades of Crimson #F01844
Tints of Crimson #F01844
RGB
CMYK
RGB Variations
Color information
#F01844 (or 0xF01844) is known color: Crimson. HEX triplet: F0, 18 and 44. RGB value is (240,24,68). Sum of RGB (Red+Green+Blue) = 240+24+68=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F01844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01844 is #0FE7BB. Grayscale: #5D5D5D. Windows color (decimal): -1042364 or 4462832. OLE color: 4462832.
HSL color Cylindrical-coordinate representation of color #F01844: hue angle of 347.78º 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 #F01844 is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 68 | - |
| CMYK | 0 | 0.9 | 0.72 | 0.06 |
| HSL | 347.78º | 0.88% | 0.52% | - |
| HSV(B) | 347.78º | 0.9% | 0.94% | - |
| XYZ | 37.31 | 19.6 | 7.29 | - |
| YUV | 93.6 | 113.56 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 68 | 0 | 0.9 | 0.72 | 0.06 | 347.78 | 0.88 | 0.52 |
| Hex | F0 | 18 | 44 | 0 | 5A | 48 | 6 | 15C | 58 | 34 |
| Octal | 360 | 30 | 104 | 0 | 132 | 110 | 6 | 534 | 130 | 64 |
| Binary | 11110000 | 11000 | 1000100 | 0 | 1011010 | 1001000 | 110 | 101011100 | 1011000 | 110100 |
Color Harmonies of #F01844
Complementary color
Monochromatic Colors of #F01844
Black with #F01844
Text Example
Text Example
White with #F01844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01844; }
p { color: rgb(240,24,68); }
H1.HeaderClassName
{
color: #F01844;
}
.AnyTagClassName
{
color: #F01844;
}
</style>
background-color css
<style>
a { background-color: #F01844; }
a { background-color: rgb(240,24,68); }
div.DivClassName
{
background-color: #F01844;
}
.BgClassName
{
background-color: #F01844;
}
</style>
border-color css
<style>
span { border-color: #F01844; }
span { border-color: rgb(240,24,68); }
td.TdClassName
{
border-color: #F01844;
}
.TagClassName
{
border-color: #F01844;
}
</style>