Shades of Cinnabar #F04D2F
Tints of Cinnabar #F04D2F
RGB
CMYK
RGB Variations
Color information
#F04D2F (or 0xF04D2F) is known color: Cinnabar. HEX triplet: F0, 4D and 2F. RGB value is (240,77,47). Sum of RGB (Red+Green+Blue) = 240+77+47=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D2F is #0FB2D0. Grayscale: #7A7A7A. Windows color (decimal): -1028817 or 3100144. OLE color: 3100144.
HSL color Cylindrical-coordinate representation of color #F04D2F: hue angle of 9.33º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F04D2F is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 47 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.06 |
| HSL | 9.33º | 0.87% | 0.56% | - |
| HSV(B) | 9.33º | 0.8% | 0.94% | - |
| XYZ | 39.1 | 24.04 | 5.27 | - |
| YUV | 122.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 47 | 0 | 0.68 | 0.80 | 0.06 | 9.33 | 0.87 | 0.56 |
| Hex | F0 | 4D | 2F | 0 | 44 | 50 | 6 | 9 | 57 | 38 |
| Octal | 360 | 115 | 57 | 0 | 104 | 120 | 6 | 11 | 127 | 70 |
| Binary | 11110000 | 1001101 | 101111 | 0 | 1000100 | 1010000 | 110 | 1001 | 1010111 | 111000 |
Color Harmonies of #F04D2F
Complementary color
Monochromatic Colors of #F04D2F
Black with #F04D2F
Text Example
Text Example
White with #F04D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D2F; }
p { color: rgb(240,77,47); }
H1.HeaderClassName
{
color: #F04D2F;
}
.AnyTagClassName
{
color: #F04D2F;
}
</style>
background-color css
<style>
a { background-color: #F04D2F; }
a { background-color: rgb(240,77,47); }
div.DivClassName
{
background-color: #F04D2F;
}
.BgClassName
{
background-color: #F04D2F;
}
</style>
border-color css
<style>
span { border-color: #F04D2F; }
span { border-color: rgb(240,77,47); }
td.TdClassName
{
border-color: #F04D2F;
}
.TagClassName
{
border-color: #F04D2F;
}
</style>