Shades of Cinnabar #F04B2D
Tints of Cinnabar #F04B2D
RGB
CMYK
RGB Variations
Color information
#F04B2D (or 0xF04B2D) is known color: Cinnabar. HEX triplet: F0, 4B and 2D. RGB value is (240,75,45). Sum of RGB (Red+Green+Blue) = 240+75+45=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04B2D is #0FB4D2. Grayscale: #797979. Windows color (decimal): -1029331 or 2968560. OLE color: 2968560.
HSL color Cylindrical-coordinate representation of color #F04B2D: hue angle of 9.23º 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 #F04B2D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 45 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.06 |
| HSL | 9.23º | 0.87% | 0.56% | - |
| HSV(B) | 9.23º | 0.81% | 0.94% | - |
| XYZ | 38.92 | 23.75 | 5.01 | - |
| YUV | 120.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 45 | 0 | 0.69 | 0.81 | 0.06 | 9.23 | 0.87 | 0.56 |
| Hex | F0 | 4B | 2D | 0 | 45 | 51 | 6 | 9 | 57 | 38 |
| Octal | 360 | 113 | 55 | 0 | 105 | 121 | 6 | 11 | 127 | 70 |
| Binary | 11110000 | 1001011 | 101101 | 0 | 1000101 | 1010001 | 110 | 1001 | 1010111 | 111000 |
Color Harmonies of #F04B2D
Complementary color
Monochromatic Colors of #F04B2D
Black with #F04B2D
Text Example
Text Example
White with #F04B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B2D; }
p { color: rgb(240,75,45); }
H1.HeaderClassName
{
color: #F04B2D;
}
.AnyTagClassName
{
color: #F04B2D;
}
</style>
background-color css
<style>
a { background-color: #F04B2D; }
a { background-color: rgb(240,75,45); }
div.DivClassName
{
background-color: #F04B2D;
}
.BgClassName
{
background-color: #F04B2D;
}
</style>
border-color css
<style>
span { border-color: #F04B2D; }
span { border-color: rgb(240,75,45); }
td.TdClassName
{
border-color: #F04B2D;
}
.TagClassName
{
border-color: #F04B2D;
}
</style>