Shades of Cinnabar #F0442D
Tints of Cinnabar #F0442D
RGB
CMYK
RGB Variations
Color information
#F0442D (or 0xF0442D) is known color: Cinnabar. HEX triplet: F0, 44 and 2D. RGB value is (240,68,45). Sum of RGB (Red+Green+Blue) = 240+68+45=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0442D is #0FBBD2. Grayscale: #757575. Windows color (decimal): -1031123 or 2966768. OLE color: 2966768.
HSL color Cylindrical-coordinate representation of color #F0442D: hue angle of 7.08º 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 #F0442D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.06 |
| HSL | 7.08º | 0.87% | 0.56% | - |
| HSV(B) | 7.08º | 0.81% | 0.94% | - |
| XYZ | 38.48 | 22.85 | 4.87 | - |
| YUV | 116.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 45 | 0 | 0.72 | 0.81 | 0.06 | 7.08 | 0.87 | 0.56 |
| Hex | F0 | 44 | 2D | 0 | 48 | 51 | 6 | 7 | 57 | 38 |
| Octal | 360 | 104 | 55 | 0 | 110 | 121 | 6 | 7 | 127 | 70 |
| Binary | 11110000 | 1000100 | 101101 | 0 | 1001000 | 1010001 | 110 | 111 | 1010111 | 111000 |
Color Harmonies of #F0442D
Complementary color
Monochromatic Colors of #F0442D
Black with #F0442D
Text Example
Text Example
White with #F0442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0442D; }
p { color: rgb(240,68,45); }
H1.HeaderClassName
{
color: #F0442D;
}
.AnyTagClassName
{
color: #F0442D;
}
</style>
background-color css
<style>
a { background-color: #F0442D; }
a { background-color: rgb(240,68,45); }
div.DivClassName
{
background-color: #F0442D;
}
.BgClassName
{
background-color: #F0442D;
}
</style>
border-color css
<style>
span { border-color: #F0442D; }
span { border-color: rgb(240,68,45); }
td.TdClassName
{
border-color: #F0442D;
}
.TagClassName
{
border-color: #F0442D;
}
</style>