Shades of Cinnabar #F03F2E
Tints of Cinnabar #F03F2E
RGB
CMYK
RGB Variations
Color information
#F03F2E (or 0xF03F2E) is known color: Cinnabar. HEX triplet: F0, 3F and 2E. RGB value is (240,63,46). Sum of RGB (Red+Green+Blue) = 240+63+46=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F2E is #0FC0D1. Grayscale: #727272. Windows color (decimal): -1032402 or 3031024. OLE color: 3031024.
HSL color Cylindrical-coordinate representation of color #F03F2E: hue angle of 5.26º 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 #F03F2E is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 46 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.06 |
| HSL | 5.26º | 0.87% | 0.56% | - |
| HSV(B) | 5.26º | 0.81% | 0.94% | - |
| XYZ | 38.21 | 22.28 | 4.87 | - |
| YUV | 113.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 46 | 0 | 0.74 | 0.81 | 0.06 | 5.26 | 0.87 | 0.56 |
| Hex | F0 | 3F | 2E | 0 | 4A | 51 | 6 | 5 | 57 | 38 |
| Octal | 360 | 77 | 56 | 0 | 112 | 121 | 6 | 5 | 127 | 70 |
| Binary | 11110000 | 111111 | 101110 | 0 | 1001010 | 1010001 | 110 | 101 | 1010111 | 111000 |
Color Harmonies of #F03F2E
Complementary color
Monochromatic Colors of #F03F2E
Black with #F03F2E
Text Example
Text Example
White with #F03F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F2E; }
p { color: rgb(240,63,46); }
H1.HeaderClassName
{
color: #F03F2E;
}
.AnyTagClassName
{
color: #F03F2E;
}
</style>
background-color css
<style>
a { background-color: #F03F2E; }
a { background-color: rgb(240,63,46); }
div.DivClassName
{
background-color: #F03F2E;
}
.BgClassName
{
background-color: #F03F2E;
}
</style>
border-color css
<style>
span { border-color: #F03F2E; }
span { border-color: rgb(240,63,46); }
td.TdClassName
{
border-color: #F03F2E;
}
.TagClassName
{
border-color: #F03F2E;
}
</style>