Shades of Cinnabar #F04431
Tints of Cinnabar #F04431
RGB
CMYK
RGB Variations
Color information
#F04431 (or 0xF04431) is known color: Cinnabar. HEX triplet: F0, 44 and 31. RGB value is (240,68,49). Sum of RGB (Red+Green+Blue) = 240+68+49=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F04431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04431 is #0FBBCE. Grayscale: #757575. Windows color (decimal): -1031119 or 3228912. OLE color: 3228912.
HSL color Cylindrical-coordinate representation of color #F04431: hue angle of 5.97º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F04431 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 49 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.06 |
| HSL | 5.97º | 0.86% | 0.57% | - |
| HSV(B) | 5.97º | 0.8% | 0.94% | - |
| XYZ | 38.56 | 22.88 | 5.29 | - |
| YUV | 117.26 | 89.48 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 49 | 0 | 0.72 | 0.80 | 0.06 | 5.97 | 0.86 | 0.57 |
| Hex | F0 | 44 | 31 | 0 | 48 | 50 | 6 | 6 | 56 | 39 |
| Octal | 360 | 104 | 61 | 0 | 110 | 120 | 6 | 6 | 126 | 71 |
| Binary | 11110000 | 1000100 | 110001 | 0 | 1001000 | 1010000 | 110 | 110 | 1010110 | 111001 |
Color Harmonies of #F04431
Complementary color
Monochromatic Colors of #F04431
Black with #F04431
Text Example
Text Example
White with #F04431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04431; }
p { color: rgb(240,68,49); }
H1.HeaderClassName
{
color: #F04431;
}
.AnyTagClassName
{
color: #F04431;
}
</style>
background-color css
<style>
a { background-color: #F04431; }
a { background-color: rgb(240,68,49); }
div.DivClassName
{
background-color: #F04431;
}
.BgClassName
{
background-color: #F04431;
}
</style>
border-color css
<style>
span { border-color: #F04431; }
span { border-color: rgb(240,68,49); }
td.TdClassName
{
border-color: #F04431;
}
.TagClassName
{
border-color: #F04431;
}
</style>