Shades of Cinnabar #F03A25
Tints of Cinnabar #F03A25
RGB
CMYK
RGB Variations
Color information
#F03A25 (or 0xF03A25) is known color: Cinnabar. HEX triplet: F0, 3A and 25. RGB value is (240,58,37). Sum of RGB (Red+Green+Blue) = 240+58+37=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A25 is #0FC5DA. Grayscale: #6E6E6E. Windows color (decimal): -1033691 or 2439920. OLE color: 2439920.
HSL color Cylindrical-coordinate representation of color #F03A25: hue angle of 6.21º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F03A25 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 37 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.06 |
| HSL | 6.21º | 0.87% | 0.54% | - |
| HSV(B) | 6.21º | 0.85% | 0.94% | - |
| XYZ | 37.78 | 21.68 | 3.94 | - |
| YUV | 110.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 37 | 0 | 0.76 | 0.85 | 0.06 | 6.21 | 0.87 | 0.54 |
| Hex | F0 | 3A | 25 | 0 | 4C | 55 | 6 | 6 | 57 | 36 |
| Octal | 360 | 72 | 45 | 0 | 114 | 125 | 6 | 6 | 127 | 66 |
| Binary | 11110000 | 111010 | 100101 | 0 | 1001100 | 1010101 | 110 | 110 | 1010111 | 110110 |
Color Harmonies of #F03A25
Complementary color
Monochromatic Colors of #F03A25
Black with #F03A25
Text Example
Text Example
White with #F03A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A25; }
p { color: rgb(240,58,37); }
H1.HeaderClassName
{
color: #F03A25;
}
.AnyTagClassName
{
color: #F03A25;
}
</style>
background-color css
<style>
a { background-color: #F03A25; }
a { background-color: rgb(240,58,37); }
div.DivClassName
{
background-color: #F03A25;
}
.BgClassName
{
background-color: #F03A25;
}
</style>
border-color css
<style>
span { border-color: #F03A25; }
span { border-color: rgb(240,58,37); }
td.TdClassName
{
border-color: #F03A25;
}
.TagClassName
{
border-color: #F03A25;
}
</style>