Shades of Cinnabar #F03727
Tints of Cinnabar #F03727
RGB
CMYK
RGB Variations
Color information
#F03727 (or 0xF03727) is known color: Cinnabar. HEX triplet: F0, 37 and 27. RGB value is (240,55,39). Sum of RGB (Red+Green+Blue) = 240+55+39=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F03727 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03727 is #0FC8D8. Grayscale: #6C6C6C. Windows color (decimal): -1034457 or 2570224. OLE color: 2570224.
HSL color Cylindrical-coordinate representation of color #F03727: hue angle of 4.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F03727 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 39 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.06 |
| HSL | 4.78º | 0.87% | 0.55% | - |
| HSV(B) | 4.78º | 0.84% | 0.94% | - |
| XYZ | 37.67 | 21.4 | 4.07 | - |
| YUV | 108.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 39 | 0 | 0.77 | 0.84 | 0.06 | 4.78 | 0.87 | 0.55 |
| Hex | F0 | 37 | 27 | 0 | 4D | 54 | 6 | 5 | 57 | 37 |
| Octal | 360 | 67 | 47 | 0 | 115 | 124 | 6 | 5 | 127 | 67 |
| Binary | 11110000 | 110111 | 100111 | 0 | 1001101 | 1010100 | 110 | 101 | 1010111 | 110111 |
Color Harmonies of #F03727
Complementary color
Monochromatic Colors of #F03727
Black with #F03727
Text Example
Text Example
White with #F03727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03727; }
p { color: rgb(240,55,39); }
H1.HeaderClassName
{
color: #F03727;
}
.AnyTagClassName
{
color: #F03727;
}
</style>
background-color css
<style>
a { background-color: #F03727; }
a { background-color: rgb(240,55,39); }
div.DivClassName
{
background-color: #F03727;
}
.BgClassName
{
background-color: #F03727;
}
</style>
border-color css
<style>
span { border-color: #F03727; }
span { border-color: rgb(240,55,39); }
td.TdClassName
{
border-color: #F03727;
}
.TagClassName
{
border-color: #F03727;
}
</style>