Shades of Cinnabar #F05130
Tints of Cinnabar #F05130
RGB
CMYK
RGB Variations
Color information
#F05130 (or 0xF05130) is known color: Cinnabar. HEX triplet: F0, 51 and 30. RGB value is (240,81,48). Sum of RGB (Red+Green+Blue) = 240+81+48=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F05130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05130 is #0FAECF. Grayscale: #7D7D7D. Windows color (decimal): -1027792 or 3166704. OLE color: 3166704.
HSL color Cylindrical-coordinate representation of color #F05130: hue angle of 10.31º 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 #F05130 is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 48 | - |
| CMYK | 0 | 0.66 | 0.8 | 0.06 |
| HSL | 10.31º | 0.86% | 0.56% | - |
| HSV(B) | 10.31º | 0.8% | 0.94% | - |
| XYZ | 39.41 | 24.62 | 5.47 | - |
| YUV | 124.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 48 | 0 | 0.66 | 0.8 | 0.06 | 10.31 | 0.86 | 0.56 |
| Hex | F0 | 51 | 30 | 0 | 42 | 50 | 6 | A | 56 | 38 |
| Octal | 360 | 121 | 60 | 0 | 102 | 120 | 6 | 12 | 126 | 70 |
| Binary | 11110000 | 1010001 | 110000 | 0 | 1000010 | 1010000 | 110 | 1010 | 1010110 | 111000 |
Color Harmonies of #F05130
Complementary color
Monochromatic Colors of #F05130
Black with #F05130
Text Example
Text Example
White with #F05130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05130; }
p { color: rgb(240,81,48); }
H1.HeaderClassName
{
color: #F05130;
}
.AnyTagClassName
{
color: #F05130;
}
</style>
background-color css
<style>
a { background-color: #F05130; }
a { background-color: rgb(240,81,48); }
div.DivClassName
{
background-color: #F05130;
}
.BgClassName
{
background-color: #F05130;
}
</style>
border-color css
<style>
span { border-color: #F05130; }
span { border-color: rgb(240,81,48); }
td.TdClassName
{
border-color: #F05130;
}
.TagClassName
{
border-color: #F05130;
}
</style>