Shades of Cinnabar #F14D32
Tints of Cinnabar #F14D32
RGB
CMYK
RGB Variations
Color information
#F14D32 (or 0xF14D32) is known color: Cinnabar. HEX triplet: F1, 4D and 32. RGB value is (241,77,50). Sum of RGB (Red+Green+Blue) = 241+77+50=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D32 is #0EB2CD. Grayscale: #7B7B7B. Windows color (decimal): -963278 or 3296753. OLE color: 3296753.
HSL color Cylindrical-coordinate representation of color #F14D32: hue angle of 8.48º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F14D32 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 50 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.05 |
| HSL | 8.48º | 0.87% | 0.57% | - |
| HSV(B) | 8.48º | 0.79% | 0.95% | - |
| XYZ | 39.51 | 24.24 | 5.61 | - |
| YUV | 122.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 50 | 0 | 0.68 | 0.79 | 0.05 | 8.48 | 0.87 | 0.57 |
| Hex | F1 | 4D | 32 | 0 | 44 | 4F | 5 | 8 | 57 | 39 |
| Octal | 361 | 115 | 62 | 0 | 104 | 117 | 5 | 10 | 127 | 71 |
| Binary | 11110001 | 1001101 | 110010 | 0 | 1000100 | 1001111 | 101 | 1000 | 1010111 | 111001 |
Color Harmonies of #F14D32
Complementary color
Monochromatic Colors of #F14D32
Black with #F14D32
Text Example
Text Example
White with #F14D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D32; }
p { color: rgb(241,77,50); }
H1.HeaderClassName
{
color: #F14D32;
}
.AnyTagClassName
{
color: #F14D32;
}
</style>
background-color css
<style>
a { background-color: #F14D32; }
a { background-color: rgb(241,77,50); }
div.DivClassName
{
background-color: #F14D32;
}
.BgClassName
{
background-color: #F14D32;
}
</style>
border-color css
<style>
span { border-color: #F14D32; }
span { border-color: rgb(241,77,50); }
td.TdClassName
{
border-color: #F14D32;
}
.TagClassName
{
border-color: #F14D32;
}
</style>