Shades of Cinnabar #F03D1B
Tints of Cinnabar #F03D1B
RGB
CMYK
RGB Variations
Color information
#F03D1B (or 0xF03D1B) is known color: Cinnabar. HEX triplet: F0, 3D and 1B. RGB value is (240,61,27). Sum of RGB (Red+Green+Blue) = 240+61+27=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D1B is #0FC2E4. Grayscale: #6E6E6E. Windows color (decimal): -1032933 or 1785328. OLE color: 1785328.
HSL color Cylindrical-coordinate representation of color #F03D1B: hue angle of 9.58º 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 #F03D1B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 27 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.06 |
| HSL | 9.58º | 0.88% | 0.52% | - |
| HSV(B) | 9.58º | 0.89% | 0.94% | - |
| XYZ | 37.8 | 21.94 | 3.28 | - |
| YUV | 110.65 | 80.8 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 27 | 0 | 0.75 | 0.89 | 0.06 | 9.58 | 0.88 | 0.52 |
| Hex | F0 | 3D | 1B | 0 | 4B | 59 | 6 | A | 58 | 34 |
| Octal | 360 | 75 | 33 | 0 | 113 | 131 | 6 | 12 | 130 | 64 |
| Binary | 11110000 | 111101 | 11011 | 0 | 1001011 | 1011001 | 110 | 1010 | 1011000 | 110100 |
Color Harmonies of #F03D1B
Complementary color
Monochromatic Colors of #F03D1B
Black with #F03D1B
Text Example
Text Example
White with #F03D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D1B; }
p { color: rgb(240,61,27); }
H1.HeaderClassName
{
color: #F03D1B;
}
.AnyTagClassName
{
color: #F03D1B;
}
</style>
background-color css
<style>
a { background-color: #F03D1B; }
a { background-color: rgb(240,61,27); }
div.DivClassName
{
background-color: #F03D1B;
}
.BgClassName
{
background-color: #F03D1B;
}
</style>
border-color css
<style>
span { border-color: #F03D1B; }
span { border-color: rgb(240,61,27); }
td.TdClassName
{
border-color: #F03D1B;
}
.TagClassName
{
border-color: #F03D1B;
}
</style>