Shades of Cinnabar #F04237
Tints of Cinnabar #F04237
RGB
CMYK
RGB Variations
Color information
#F04237 (or 0xF04237) is known color: Cinnabar. HEX triplet: F0, 42 and 37. RGB value is (240,66,55). Sum of RGB (Red+Green+Blue) = 240+66+55=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04237 is #0FBDC8. Grayscale: #747474. Windows color (decimal): -1031625 or 3621616. OLE color: 3621616.
HSL color Cylindrical-coordinate representation of color #F04237: hue angle of 3.57º 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 #F04237 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 55 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.06 |
| HSL | 3.57º | 0.86% | 0.58% | - |
| HSV(B) | 3.57º | 0.77% | 0.94% | - |
| XYZ | 38.57 | 22.7 | 5.96 | - |
| YUV | 116.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 55 | 0 | 0.72 | 0.77 | 0.06 | 3.57 | 0.86 | 0.58 |
| Hex | F0 | 42 | 37 | 0 | 48 | 4D | 6 | 4 | 56 | 3A |
| Octal | 360 | 102 | 67 | 0 | 110 | 115 | 6 | 4 | 126 | 72 |
| Binary | 11110000 | 1000010 | 110111 | 0 | 1001000 | 1001101 | 110 | 100 | 1010110 | 111010 |
Color Harmonies of #F04237
Complementary color
Monochromatic Colors of #F04237
Black with #F04237
Text Example
Text Example
White with #F04237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04237; }
p { color: rgb(240,66,55); }
H1.HeaderClassName
{
color: #F04237;
}
.AnyTagClassName
{
color: #F04237;
}
</style>
background-color css
<style>
a { background-color: #F04237; }
a { background-color: rgb(240,66,55); }
div.DivClassName
{
background-color: #F04237;
}
.BgClassName
{
background-color: #F04237;
}
</style>
border-color css
<style>
span { border-color: #F04237; }
span { border-color: rgb(240,66,55); }
td.TdClassName
{
border-color: #F04237;
}
.TagClassName
{
border-color: #F04237;
}
</style>