Shades of Cinnabar #F0402D
Tints of Cinnabar #F0402D
RGB
CMYK
RGB Variations
Color information
#F0402D (or 0xF0402D) is known color: Cinnabar. HEX triplet: F0, 40 and 2D. RGB value is (240,64,45). Sum of RGB (Red+Green+Blue) = 240+64+45=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0402D is #0FBFD2. Grayscale: #727272. Windows color (decimal): -1032147 or 2965744. OLE color: 2965744.
HSL color Cylindrical-coordinate representation of color #F0402D: hue angle of 5.85º 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 #F0402D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.06 |
| HSL | 5.85º | 0.87% | 0.56% | - |
| HSV(B) | 5.85º | 0.81% | 0.94% | - |
| XYZ | 38.24 | 22.38 | 4.79 | - |
| YUV | 114.46 | 88.81 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 45 | 0 | 0.73 | 0.81 | 0.06 | 5.85 | 0.87 | 0.56 |
| Hex | F0 | 40 | 2D | 0 | 49 | 51 | 6 | 6 | 57 | 38 |
| Octal | 360 | 100 | 55 | 0 | 111 | 121 | 6 | 6 | 127 | 70 |
| Binary | 11110000 | 1000000 | 101101 | 0 | 1001001 | 1010001 | 110 | 110 | 1010111 | 111000 |
Color Harmonies of #F0402D
Complementary color
Monochromatic Colors of #F0402D
Black with #F0402D
Text Example
Text Example
White with #F0402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0402D; }
p { color: rgb(240,64,45); }
H1.HeaderClassName
{
color: #F0402D;
}
.AnyTagClassName
{
color: #F0402D;
}
</style>
background-color css
<style>
a { background-color: #F0402D; }
a { background-color: rgb(240,64,45); }
div.DivClassName
{
background-color: #F0402D;
}
.BgClassName
{
background-color: #F0402D;
}
</style>
border-color css
<style>
span { border-color: #F0402D; }
span { border-color: rgb(240,64,45); }
td.TdClassName
{
border-color: #F0402D;
}
.TagClassName
{
border-color: #F0402D;
}
</style>