Shades of Cinnabar #F04D27
Tints of Cinnabar #F04D27
RGB
CMYK
RGB Variations
Color information
#F04D27 (or 0xF04D27) is known color: Cinnabar. HEX triplet: F0, 4D and 27. RGB value is (240,77,39). Sum of RGB (Red+Green+Blue) = 240+77+39=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D27 is #0FB2D8. Grayscale: #797979. Windows color (decimal): -1028825 or 2575856. OLE color: 2575856.
HSL color Cylindrical-coordinate representation of color #F04D27: hue angle of 11.34º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F04D27 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 39 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.06 |
| HSL | 11.34º | 0.87% | 0.55% | - |
| HSV(B) | 11.34º | 0.84% | 0.94% | - |
| XYZ | 38.96 | 23.98 | 4.49 | - |
| YUV | 121.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 39 | 0 | 0.68 | 0.84 | 0.06 | 11.34 | 0.87 | 0.55 |
| Hex | F0 | 4D | 27 | 0 | 44 | 54 | 6 | B | 57 | 37 |
| Octal | 360 | 115 | 47 | 0 | 104 | 124 | 6 | 13 | 127 | 67 |
| Binary | 11110000 | 1001101 | 100111 | 0 | 1000100 | 1010100 | 110 | 1011 | 1010111 | 110111 |
Color Harmonies of #F04D27
Complementary color
Monochromatic Colors of #F04D27
Black with #F04D27
Text Example
Text Example
White with #F04D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D27; }
p { color: rgb(240,77,39); }
H1.HeaderClassName
{
color: #F04D27;
}
.AnyTagClassName
{
color: #F04D27;
}
</style>
background-color css
<style>
a { background-color: #F04D27; }
a { background-color: rgb(240,77,39); }
div.DivClassName
{
background-color: #F04D27;
}
.BgClassName
{
background-color: #F04D27;
}
</style>
border-color css
<style>
span { border-color: #F04D27; }
span { border-color: rgb(240,77,39); }
td.TdClassName
{
border-color: #F04D27;
}
.TagClassName
{
border-color: #F04D27;
}
</style>