Shades of Cinnabar #F03719
Tints of Cinnabar #F03719
RGB
CMYK
RGB Variations
Color information
#F03719 (or 0xF03719) is known color: Cinnabar. HEX triplet: F0, 37 and 19. RGB value is (240,55,25). Sum of RGB (Red+Green+Blue) = 240+55+25=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F03719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03719 is #0FC8E6. Grayscale: #6B6B6B. Windows color (decimal): -1034471 or 1652720. OLE color: 1652720.
HSL color Cylindrical-coordinate representation of color #F03719: hue angle of 8.37º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03719 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 25 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.06 |
| HSL | 8.37º | 0.88% | 0.52% | - |
| HSV(B) | 8.37º | 0.9% | 0.94% | - |
| XYZ | 37.48 | 21.33 | 3.06 | - |
| YUV | 106.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 25 | 0 | 0.77 | 0.90 | 0.06 | 8.37 | 0.88 | 0.52 |
| Hex | F0 | 37 | 19 | 0 | 4D | 5A | 6 | 8 | 58 | 34 |
| Octal | 360 | 67 | 31 | 0 | 115 | 132 | 6 | 10 | 130 | 64 |
| Binary | 11110000 | 110111 | 11001 | 0 | 1001101 | 1011010 | 110 | 1000 | 1011000 | 110100 |
Color Harmonies of #F03719
Complementary color
Monochromatic Colors of #F03719
Black with #F03719
Text Example
Text Example
White with #F03719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03719; }
p { color: rgb(240,55,25); }
H1.HeaderClassName
{
color: #F03719;
}
.AnyTagClassName
{
color: #F03719;
}
</style>
background-color css
<style>
a { background-color: #F03719; }
a { background-color: rgb(240,55,25); }
div.DivClassName
{
background-color: #F03719;
}
.BgClassName
{
background-color: #F03719;
}
</style>
border-color css
<style>
span { border-color: #F03719; }
span { border-color: rgb(240,55,25); }
td.TdClassName
{
border-color: #F03719;
}
.TagClassName
{
border-color: #F03719;
}
</style>