Shades of Cinnabar #F04E2D
Tints of Cinnabar #F04E2D
RGB
CMYK
RGB Variations
Color information
#F04E2D (or 0xF04E2D) is known color: Cinnabar. HEX triplet: F0, 4E and 2D. RGB value is (240,78,45). Sum of RGB (Red+Green+Blue) = 240+78+45=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E2D is #0FB1D2. Grayscale: #7A7A7A. Windows color (decimal): -1028563 or 2969328. OLE color: 2969328.
HSL color Cylindrical-coordinate representation of color #F04E2D: hue angle of 10.15º 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 #F04E2D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 45 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.06 |
| HSL | 10.15º | 0.87% | 0.56% | - |
| HSV(B) | 10.15º | 0.81% | 0.94% | - |
| XYZ | 39.13 | 24.16 | 5.08 | - |
| YUV | 122.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 45 | 0 | 0.68 | 0.81 | 0.06 | 10.15 | 0.87 | 0.56 |
| Hex | F0 | 4E | 2D | 0 | 44 | 51 | 6 | A | 57 | 38 |
| Octal | 360 | 116 | 55 | 0 | 104 | 121 | 6 | 12 | 127 | 70 |
| Binary | 11110000 | 1001110 | 101101 | 0 | 1000100 | 1010001 | 110 | 1010 | 1010111 | 111000 |
Color Harmonies of #F04E2D
Complementary color
Monochromatic Colors of #F04E2D
Black with #F04E2D
Text Example
Text Example
White with #F04E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E2D; }
p { color: rgb(240,78,45); }
H1.HeaderClassName
{
color: #F04E2D;
}
.AnyTagClassName
{
color: #F04E2D;
}
</style>
background-color css
<style>
a { background-color: #F04E2D; }
a { background-color: rgb(240,78,45); }
div.DivClassName
{
background-color: #F04E2D;
}
.BgClassName
{
background-color: #F04E2D;
}
</style>
border-color css
<style>
span { border-color: #F04E2D; }
span { border-color: rgb(240,78,45); }
td.TdClassName
{
border-color: #F04E2D;
}
.TagClassName
{
border-color: #F04E2D;
}
</style>