Shades of Cinnabar #F04630
Tints of Cinnabar #F04630
RGB
CMYK
RGB Variations
Color information
#F04630 (or 0xF04630) is known color: Cinnabar. HEX triplet: F0, 46 and 30. RGB value is (240,70,48). Sum of RGB (Red+Green+Blue) = 240+70+48=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F04630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04630 is #0FB9CF. Grayscale: #767676. Windows color (decimal): -1030608 or 3163888. OLE color: 3163888.
HSL color Cylindrical-coordinate representation of color #F04630: hue angle of 6.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F04630 is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 48 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.06 |
| HSL | 6.88º | 0.86% | 0.56% | - |
| HSV(B) | 6.88º | 0.8% | 0.94% | - |
| XYZ | 38.66 | 23.12 | 5.22 | - |
| YUV | 118.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 48 | 0 | 0.71 | 0.8 | 0.06 | 6.88 | 0.86 | 0.56 |
| Hex | F0 | 46 | 30 | 0 | 47 | 50 | 6 | 7 | 56 | 38 |
| Octal | 360 | 106 | 60 | 0 | 107 | 120 | 6 | 7 | 126 | 70 |
| Binary | 11110000 | 1000110 | 110000 | 0 | 1000111 | 1010000 | 110 | 111 | 1010110 | 111000 |
Color Harmonies of #F04630
Complementary color
Monochromatic Colors of #F04630
Black with #F04630
Text Example
Text Example
White with #F04630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04630; }
p { color: rgb(240,70,48); }
H1.HeaderClassName
{
color: #F04630;
}
.AnyTagClassName
{
color: #F04630;
}
</style>
background-color css
<style>
a { background-color: #F04630; }
a { background-color: rgb(240,70,48); }
div.DivClassName
{
background-color: #F04630;
}
.BgClassName
{
background-color: #F04630;
}
</style>
border-color css
<style>
span { border-color: #F04630; }
span { border-color: rgb(240,70,48); }
td.TdClassName
{
border-color: #F04630;
}
.TagClassName
{
border-color: #F04630;
}
</style>