Shades of Cinnabar #F04C37
Tints of Cinnabar #F04C37
RGB
CMYK
RGB Variations
Color information
#F04C37 (or 0xF04C37) is known color: Cinnabar. HEX triplet: F0, 4C and 37. RGB value is (240,76,55). Sum of RGB (Red+Green+Blue) = 240+76+55=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C37 is #0FB3C8. Grayscale: #7A7A7A. Windows color (decimal): -1029065 or 3624176. OLE color: 3624176.
HSL color Cylindrical-coordinate representation of color #F04C37: hue angle of 6.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F04C37 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 55 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.06 |
| HSL | 6.81º | 0.86% | 0.58% | - |
| HSV(B) | 6.81º | 0.77% | 0.94% | - |
| XYZ | 39.21 | 23.97 | 6.17 | - |
| YUV | 122.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 55 | 0 | 0.68 | 0.77 | 0.06 | 6.81 | 0.86 | 0.58 |
| Hex | F0 | 4C | 37 | 0 | 44 | 4D | 6 | 7 | 56 | 3A |
| Octal | 360 | 114 | 67 | 0 | 104 | 115 | 6 | 7 | 126 | 72 |
| Binary | 11110000 | 1001100 | 110111 | 0 | 1000100 | 1001101 | 110 | 111 | 1010110 | 111010 |
Color Harmonies of #F04C37
Complementary color
Monochromatic Colors of #F04C37
Black with #F04C37
Text Example
Text Example
White with #F04C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C37; }
p { color: rgb(240,76,55); }
H1.HeaderClassName
{
color: #F04C37;
}
.AnyTagClassName
{
color: #F04C37;
}
</style>
background-color css
<style>
a { background-color: #F04C37; }
a { background-color: rgb(240,76,55); }
div.DivClassName
{
background-color: #F04C37;
}
.BgClassName
{
background-color: #F04C37;
}
</style>
border-color css
<style>
span { border-color: #F04C37; }
span { border-color: rgb(240,76,55); }
td.TdClassName
{
border-color: #F04C37;
}
.TagClassName
{
border-color: #F04C37;
}
</style>