Shades of Cinnabar #F14B2D
Tints of Cinnabar #F14B2D
RGB
CMYK
RGB Variations
Color information
#F14B2D (or 0xF14B2D) is known color: Cinnabar. HEX triplet: F1, 4B and 2D. RGB value is (241,75,45). Sum of RGB (Red+Green+Blue) = 241+75+45=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B2D is #0EB4D2. Grayscale: #797979. Windows color (decimal): -963795 or 2968561. OLE color: 2968561.
HSL color Cylindrical-coordinate representation of color #F14B2D: hue angle of 9.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F14B2D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 45 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.05 |
| HSL | 9.18º | 0.88% | 0.56% | - |
| HSV(B) | 9.18º | 0.81% | 0.95% | - |
| XYZ | 39.27 | 23.92 | 5.03 | - |
| YUV | 121.21 | 85 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 45 | 0 | 0.69 | 0.81 | 0.05 | 9.18 | 0.88 | 0.56 |
| Hex | F1 | 4B | 2D | 0 | 45 | 51 | 5 | 9 | 58 | 38 |
| Octal | 361 | 113 | 55 | 0 | 105 | 121 | 5 | 11 | 130 | 70 |
| Binary | 11110001 | 1001011 | 101101 | 0 | 1000101 | 1010001 | 101 | 1001 | 1011000 | 111000 |
Color Harmonies of #F14B2D
Complementary color
Monochromatic Colors of #F14B2D
Black with #F14B2D
Text Example
Text Example
White with #F14B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14B2D; }
p { color: rgb(241,75,45); }
H1.HeaderClassName
{
color: #F14B2D;
}
.AnyTagClassName
{
color: #F14B2D;
}
</style>
background-color css
<style>
a { background-color: #F14B2D; }
a { background-color: rgb(241,75,45); }
div.DivClassName
{
background-color: #F14B2D;
}
.BgClassName
{
background-color: #F14B2D;
}
</style>
border-color css
<style>
span { border-color: #F14B2D; }
span { border-color: rgb(241,75,45); }
td.TdClassName
{
border-color: #F14B2D;
}
.TagClassName
{
border-color: #F14B2D;
}
</style>