Shades of Cinnabar #F04F2D
Tints of Cinnabar #F04F2D
RGB
CMYK
RGB Variations
Color information
#F04F2D (or 0xF04F2D) is known color: Cinnabar. HEX triplet: F0, 4F and 2D. RGB value is (240,79,45). Sum of RGB (Red+Green+Blue) = 240+79+45=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F2D is #0FB0D2. Grayscale: #7B7B7B. Windows color (decimal): -1028307 or 2969584. OLE color: 2969584.
HSL color Cylindrical-coordinate representation of color #F04F2D: hue angle of 10.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F04F2D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.06 |
| HSL | 10.46º | 0.87% | 0.56% | - |
| HSV(B) | 10.46º | 0.81% | 0.94% | - |
| XYZ | 39.2 | 24.31 | 5.11 | - |
| YUV | 123.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 45 | 0 | 0.67 | 0.81 | 0.06 | 10.46 | 0.87 | 0.56 |
| Hex | F0 | 4F | 2D | 0 | 43 | 51 | 6 | A | 57 | 38 |
| Octal | 360 | 117 | 55 | 0 | 103 | 121 | 6 | 12 | 127 | 70 |
| Binary | 11110000 | 1001111 | 101101 | 0 | 1000011 | 1010001 | 110 | 1010 | 1010111 | 111000 |
Color Harmonies of #F04F2D
Complementary color
Monochromatic Colors of #F04F2D
Black with #F04F2D
Text Example
Text Example
White with #F04F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F2D; }
p { color: rgb(240,79,45); }
H1.HeaderClassName
{
color: #F04F2D;
}
.AnyTagClassName
{
color: #F04F2D;
}
</style>
background-color css
<style>
a { background-color: #F04F2D; }
a { background-color: rgb(240,79,45); }
div.DivClassName
{
background-color: #F04F2D;
}
.BgClassName
{
background-color: #F04F2D;
}
</style>
border-color css
<style>
span { border-color: #F04F2D; }
span { border-color: rgb(240,79,45); }
td.TdClassName
{
border-color: #F04F2D;
}
.TagClassName
{
border-color: #F04F2D;
}
</style>