Shades of Cinnabar #F0412D
Tints of Cinnabar #F0412D
RGB
CMYK
RGB Variations
Color information
#F0412D (or 0xF0412D) is known color: Cinnabar. HEX triplet: F0, 41 and 2D. RGB value is (240,65,45). Sum of RGB (Red+Green+Blue) = 240+65+45=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0412D is #0FBED2. Grayscale: #737373. Windows color (decimal): -1031891 or 2966000. OLE color: 2966000.
HSL color Cylindrical-coordinate representation of color #F0412D: hue angle of 6.15º 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 #F0412D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.06 |
| HSL | 6.15º | 0.87% | 0.56% | - |
| HSV(B) | 6.15º | 0.81% | 0.94% | - |
| XYZ | 38.3 | 22.5 | 4.81 | - |
| YUV | 115.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 45 | 0 | 0.73 | 0.81 | 0.06 | 6.15 | 0.87 | 0.56 |
| Hex | F0 | 41 | 2D | 0 | 49 | 51 | 6 | 6 | 57 | 38 |
| Octal | 360 | 101 | 55 | 0 | 111 | 121 | 6 | 6 | 127 | 70 |
| Binary | 11110000 | 1000001 | 101101 | 0 | 1001001 | 1010001 | 110 | 110 | 1010111 | 111000 |
Color Harmonies of #F0412D
Complementary color
Monochromatic Colors of #F0412D
Black with #F0412D
Text Example
Text Example
White with #F0412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0412D; }
p { color: rgb(240,65,45); }
H1.HeaderClassName
{
color: #F0412D;
}
.AnyTagClassName
{
color: #F0412D;
}
</style>
background-color css
<style>
a { background-color: #F0412D; }
a { background-color: rgb(240,65,45); }
div.DivClassName
{
background-color: #F0412D;
}
.BgClassName
{
background-color: #F0412D;
}
</style>
border-color css
<style>
span { border-color: #F0412D; }
span { border-color: rgb(240,65,45); }
td.TdClassName
{
border-color: #F0412D;
}
.TagClassName
{
border-color: #F0412D;
}
</style>