Shades of Cinnabar #F04D2C
Tints of Cinnabar #F04D2C
RGB
CMYK
RGB Variations
Color information
#F04D2C (or 0xF04D2C) is known color: Cinnabar. HEX triplet: F0, 4D and 2C. RGB value is (240,77,44). Sum of RGB (Red+Green+Blue) = 240+77+44=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D2C is #0FB2D3. Grayscale: #7A7A7A. Windows color (decimal): -1028820 or 2903536. OLE color: 2903536.
HSL color Cylindrical-coordinate representation of color #F04D2C: hue angle of 10.1º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F04D2C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 44 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.06 |
| HSL | 10.1º | 0.87% | 0.56% | - |
| HSV(B) | 10.1º | 0.82% | 0.94% | - |
| XYZ | 39.04 | 24.01 | 4.96 | - |
| YUV | 121.98 | 84 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 44 | 0 | 0.68 | 0.82 | 0.06 | 10.1 | 0.87 | 0.56 |
| Hex | F0 | 4D | 2C | 0 | 44 | 52 | 6 | A | 57 | 38 |
| Octal | 360 | 115 | 54 | 0 | 104 | 122 | 6 | 12 | 127 | 70 |
| Binary | 11110000 | 1001101 | 101100 | 0 | 1000100 | 1010010 | 110 | 1010 | 1010111 | 111000 |
Color Harmonies of #F04D2C
Complementary color
Monochromatic Colors of #F04D2C
Black with #F04D2C
Text Example
Text Example
White with #F04D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D2C; }
p { color: rgb(240,77,44); }
H1.HeaderClassName
{
color: #F04D2C;
}
.AnyTagClassName
{
color: #F04D2C;
}
</style>
background-color css
<style>
a { background-color: #F04D2C; }
a { background-color: rgb(240,77,44); }
div.DivClassName
{
background-color: #F04D2C;
}
.BgClassName
{
background-color: #F04D2C;
}
</style>
border-color css
<style>
span { border-color: #F04D2C; }
span { border-color: rgb(240,77,44); }
td.TdClassName
{
border-color: #F04D2C;
}
.TagClassName
{
border-color: #F04D2C;
}
</style>