Shades of Cinnabar #F04531
Tints of Cinnabar #F04531
RGB
CMYK
RGB Variations
Color information
#F04531 (or 0xF04531) is known color: Cinnabar. HEX triplet: F0, 45 and 31. RGB value is (240,69,49). Sum of RGB (Red+Green+Blue) = 240+69+49=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F04531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04531 is #0FBACE. Grayscale: #767676. Windows color (decimal): -1030863 or 3229168. OLE color: 3229168.
HSL color Cylindrical-coordinate representation of color #F04531: hue angle of 6.28º 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 #F04531 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.06 |
| HSL | 6.28º | 0.86% | 0.57% | - |
| HSV(B) | 6.28º | 0.8% | 0.94% | - |
| XYZ | 38.62 | 23 | 5.31 | - |
| YUV | 117.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 49 | 0 | 0.71 | 0.80 | 0.06 | 6.28 | 0.86 | 0.57 |
| Hex | F0 | 45 | 31 | 0 | 47 | 50 | 6 | 6 | 56 | 39 |
| Octal | 360 | 105 | 61 | 0 | 107 | 120 | 6 | 6 | 126 | 71 |
| Binary | 11110000 | 1000101 | 110001 | 0 | 1000111 | 1010000 | 110 | 110 | 1010110 | 111001 |
Color Harmonies of #F04531
Complementary color
Monochromatic Colors of #F04531
Black with #F04531
Text Example
Text Example
White with #F04531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04531; }
p { color: rgb(240,69,49); }
H1.HeaderClassName
{
color: #F04531;
}
.AnyTagClassName
{
color: #F04531;
}
</style>
background-color css
<style>
a { background-color: #F04531; }
a { background-color: rgb(240,69,49); }
div.DivClassName
{
background-color: #F04531;
}
.BgClassName
{
background-color: #F04531;
}
</style>
border-color css
<style>
span { border-color: #F04531; }
span { border-color: rgb(240,69,49); }
td.TdClassName
{
border-color: #F04531;
}
.TagClassName
{
border-color: #F04531;
}
</style>