Shades of Cinnabar #F04C2B
Tints of Cinnabar #F04C2B
RGB
CMYK
RGB Variations
Color information
#F04C2B (or 0xF04C2B) is known color: Cinnabar. HEX triplet: F0, 4C and 2B. RGB value is (240,76,43). Sum of RGB (Red+Green+Blue) = 240+76+43=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C2B is #0FB3D4. Grayscale: #797979. Windows color (decimal): -1029077 or 2837744. OLE color: 2837744.
HSL color Cylindrical-coordinate representation of color #F04C2B: hue angle of 10.05º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F04C2B is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 43 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.06 |
| HSL | 10.05º | 0.87% | 0.55% | - |
| HSV(B) | 10.05º | 0.82% | 0.94% | - |
| XYZ | 38.96 | 23.87 | 4.84 | - |
| YUV | 121.27 | 83.83 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 43 | 0 | 0.68 | 0.82 | 0.06 | 10.05 | 0.87 | 0.55 |
| Hex | F0 | 4C | 2B | 0 | 44 | 52 | 6 | A | 57 | 37 |
| Octal | 360 | 114 | 53 | 0 | 104 | 122 | 6 | 12 | 127 | 67 |
| Binary | 11110000 | 1001100 | 101011 | 0 | 1000100 | 1010010 | 110 | 1010 | 1010111 | 110111 |
Color Harmonies of #F04C2B
Complementary color
Monochromatic Colors of #F04C2B
Black with #F04C2B
Text Example
Text Example
White with #F04C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C2B; }
p { color: rgb(240,76,43); }
H1.HeaderClassName
{
color: #F04C2B;
}
.AnyTagClassName
{
color: #F04C2B;
}
</style>
background-color css
<style>
a { background-color: #F04C2B; }
a { background-color: rgb(240,76,43); }
div.DivClassName
{
background-color: #F04C2B;
}
.BgClassName
{
background-color: #F04C2B;
}
</style>
border-color css
<style>
span { border-color: #F04C2B; }
span { border-color: rgb(240,76,43); }
td.TdClassName
{
border-color: #F04C2B;
}
.TagClassName
{
border-color: #F04C2B;
}
</style>