Shades of Cinnabar #F03A2D
Tints of Cinnabar #F03A2D
RGB
CMYK
RGB Variations
Color information
#F03A2D (or 0xF03A2D) is known color: Cinnabar. HEX triplet: F0, 3A and 2D. RGB value is (240,58,45). Sum of RGB (Red+Green+Blue) = 240+58+45=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A2D is #0FC5D2. Grayscale: #6F6F6F. Windows color (decimal): -1033683 or 2964208. OLE color: 2964208.
HSL color Cylindrical-coordinate representation of color #F03A2D: hue angle of 4º 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 #F03A2D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.06 |
| HSL | 4º | 0.87% | 0.56% | - |
| HSV(B) | 4º | 0.81% | 0.94% | - |
| XYZ | 37.92 | 21.74 | 4.68 | - |
| YUV | 110.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 45 | 0 | 0.76 | 0.81 | 0.06 | 4 | 0.87 | 0.56 |
| Hex | F0 | 3A | 2D | 0 | 4C | 51 | 6 | 4 | 57 | 38 |
| Octal | 360 | 72 | 55 | 0 | 114 | 121 | 6 | 4 | 127 | 70 |
| Binary | 11110000 | 111010 | 101101 | 0 | 1001100 | 1010001 | 110 | 100 | 1010111 | 111000 |
Color Harmonies of #F03A2D
Complementary color
Monochromatic Colors of #F03A2D
Black with #F03A2D
Text Example
Text Example
White with #F03A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A2D; }
p { color: rgb(240,58,45); }
H1.HeaderClassName
{
color: #F03A2D;
}
.AnyTagClassName
{
color: #F03A2D;
}
</style>
background-color css
<style>
a { background-color: #F03A2D; }
a { background-color: rgb(240,58,45); }
div.DivClassName
{
background-color: #F03A2D;
}
.BgClassName
{
background-color: #F03A2D;
}
</style>
border-color css
<style>
span { border-color: #F03A2D; }
span { border-color: rgb(240,58,45); }
td.TdClassName
{
border-color: #F03A2D;
}
.TagClassName
{
border-color: #F03A2D;
}
</style>