Shades of Cinnabar #F13C1B
Tints of Cinnabar #F13C1B
RGB
CMYK
RGB Variations
Color information
#F13C1B (or 0xF13C1B) is known color: Cinnabar. HEX triplet: F1, 3C and 1B. RGB value is (241,60,27). Sum of RGB (Red+Green+Blue) = 241+60+27=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C1B is #0EC3E4. Grayscale: #6E6E6E. Windows color (decimal): -967653 or 1785073. OLE color: 1785073.
HSL color Cylindrical-coordinate representation of color #F13C1B: hue angle of 9.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F13C1B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 27 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.05 |
| HSL | 9.25º | 0.88% | 0.53% | - |
| HSV(B) | 9.25º | 0.89% | 0.95% | - |
| XYZ | 38.09 | 22.01 | 3.28 | - |
| YUV | 110.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 27 | 0 | 0.75 | 0.89 | 0.05 | 9.25 | 0.88 | 0.53 |
| Hex | F1 | 3C | 1B | 0 | 4B | 59 | 5 | 9 | 58 | 35 |
| Octal | 361 | 74 | 33 | 0 | 113 | 131 | 5 | 11 | 130 | 65 |
| Binary | 11110001 | 111100 | 11011 | 0 | 1001011 | 1011001 | 101 | 1001 | 1011000 | 110101 |
Color Harmonies of #F13C1B
Complementary color
Monochromatic Colors of #F13C1B
Black with #F13C1B
Text Example
Text Example
White with #F13C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C1B; }
p { color: rgb(241,60,27); }
H1.HeaderClassName
{
color: #F13C1B;
}
.AnyTagClassName
{
color: #F13C1B;
}
</style>
background-color css
<style>
a { background-color: #F13C1B; }
a { background-color: rgb(241,60,27); }
div.DivClassName
{
background-color: #F13C1B;
}
.BgClassName
{
background-color: #F13C1B;
}
</style>
border-color css
<style>
span { border-color: #F13C1B; }
span { border-color: rgb(241,60,27); }
td.TdClassName
{
border-color: #F13C1B;
}
.TagClassName
{
border-color: #F13C1B;
}
</style>