Shades of Cinnabar #F13F2D
Tints of Cinnabar #F13F2D
RGB
CMYK
RGB Variations
Color information
#F13F2D (or 0xF13F2D) is known color: Cinnabar. HEX triplet: F1, 3F and 2D. RGB value is (241,63,45). Sum of RGB (Red+Green+Blue) = 241+63+45=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F2D is #0EC0D2. Grayscale: #727272. Windows color (decimal): -966867 or 2965489. OLE color: 2965489.
HSL color Cylindrical-coordinate representation of color #F13F2D: hue angle of 5.51º 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 #F13F2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 45 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.05 |
| HSL | 5.51º | 0.88% | 0.56% | - |
| HSV(B) | 5.51º | 0.81% | 0.95% | - |
| XYZ | 38.53 | 22.45 | 4.78 | - |
| YUV | 114.17 | 88.97 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 45 | 0 | 0.74 | 0.81 | 0.05 | 5.51 | 0.88 | 0.56 |
| Hex | F1 | 3F | 2D | 0 | 4A | 51 | 5 | 6 | 58 | 38 |
| Octal | 361 | 77 | 55 | 0 | 112 | 121 | 5 | 6 | 130 | 70 |
| Binary | 11110001 | 111111 | 101101 | 0 | 1001010 | 1010001 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F13F2D
Complementary color
Monochromatic Colors of #F13F2D
Black with #F13F2D
Text Example
Text Example
White with #F13F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F2D; }
p { color: rgb(241,63,45); }
H1.HeaderClassName
{
color: #F13F2D;
}
.AnyTagClassName
{
color: #F13F2D;
}
</style>
background-color css
<style>
a { background-color: #F13F2D; }
a { background-color: rgb(241,63,45); }
div.DivClassName
{
background-color: #F13F2D;
}
.BgClassName
{
background-color: #F13F2D;
}
</style>
border-color css
<style>
span { border-color: #F13F2D; }
span { border-color: rgb(241,63,45); }
td.TdClassName
{
border-color: #F13F2D;
}
.TagClassName
{
border-color: #F13F2D;
}
</style>