Shades of Cinnabar #F0453B
Tints of Cinnabar #F0453B
RGB
CMYK
RGB Variations
Color information
#F0453B (or 0xF0453B) is known color: Cinnabar. HEX triplet: F0, 45 and 3B. RGB value is (240,69,59). Sum of RGB (Red+Green+Blue) = 240+69+59=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0453B is #0FBAC4. Grayscale: #777777. Windows color (decimal): -1030853 or 3884528. OLE color: 3884528.
HSL color Cylindrical-coordinate representation of color #F0453B: hue angle of 3.31º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0453B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 59 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.06 |
| HSL | 3.31º | 0.86% | 0.59% | - |
| HSV(B) | 3.31º | 0.75% | 0.94% | - |
| XYZ | 38.85 | 23.1 | 6.55 | - |
| YUV | 118.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 59 | 0 | 0.71 | 0.75 | 0.06 | 3.31 | 0.86 | 0.59 |
| Hex | F0 | 45 | 3B | 0 | 47 | 4B | 6 | 3 | 56 | 3B |
| Octal | 360 | 105 | 73 | 0 | 107 | 113 | 6 | 3 | 126 | 73 |
| Binary | 11110000 | 1000101 | 111011 | 0 | 1000111 | 1001011 | 110 | 11 | 1010110 | 111011 |
Color Harmonies of #F0453B
Complementary color
Monochromatic Colors of #F0453B
Black with #F0453B
Text Example
Text Example
White with #F0453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0453B; }
p { color: rgb(240,69,59); }
H1.HeaderClassName
{
color: #F0453B;
}
.AnyTagClassName
{
color: #F0453B;
}
</style>
background-color css
<style>
a { background-color: #F0453B; }
a { background-color: rgb(240,69,59); }
div.DivClassName
{
background-color: #F0453B;
}
.BgClassName
{
background-color: #F0453B;
}
</style>
border-color css
<style>
span { border-color: #F0453B; }
span { border-color: rgb(240,69,59); }
td.TdClassName
{
border-color: #F0453B;
}
.TagClassName
{
border-color: #F0453B;
}
</style>