Shades of Cinnabar #F03B1B
Tints of Cinnabar #F03B1B
RGB
CMYK
RGB Variations
Color information
#F03B1B (or 0xF03B1B) is known color: Cinnabar. HEX triplet: F0, 3B and 1B. RGB value is (240,59,27). Sum of RGB (Red+Green+Blue) = 240+59+27=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03B1B is #0FC4E4. Grayscale: #6D6D6D. Windows color (decimal): -1033445 or 1784816. OLE color: 1784816.
HSL color Cylindrical-coordinate representation of color #F03B1B: hue angle of 9.01º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F03B1B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 27 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.06 |
| HSL | 9.01º | 0.88% | 0.52% | - |
| HSV(B) | 9.01º | 0.89% | 0.94% | - |
| XYZ | 37.7 | 21.73 | 3.24 | - |
| YUV | 109.47 | 81.47 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 27 | 0 | 0.75 | 0.89 | 0.06 | 9.01 | 0.88 | 0.52 |
| Hex | F0 | 3B | 1B | 0 | 4B | 59 | 6 | 9 | 58 | 34 |
| Octal | 360 | 73 | 33 | 0 | 113 | 131 | 6 | 11 | 130 | 64 |
| Binary | 11110000 | 111011 | 11011 | 0 | 1001011 | 1011001 | 110 | 1001 | 1011000 | 110100 |
Color Harmonies of #F03B1B
Complementary color
Monochromatic Colors of #F03B1B
Black with #F03B1B
Text Example
Text Example
White with #F03B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03B1B; }
p { color: rgb(240,59,27); }
H1.HeaderClassName
{
color: #F03B1B;
}
.AnyTagClassName
{
color: #F03B1B;
}
</style>
background-color css
<style>
a { background-color: #F03B1B; }
a { background-color: rgb(240,59,27); }
div.DivClassName
{
background-color: #F03B1B;
}
.BgClassName
{
background-color: #F03B1B;
}
</style>
border-color css
<style>
span { border-color: #F03B1B; }
span { border-color: rgb(240,59,27); }
td.TdClassName
{
border-color: #F03B1B;
}
.TagClassName
{
border-color: #F03B1B;
}
</style>