Shades of Cinnabar #F1412D
Tints of Cinnabar #F1412D
RGB
CMYK
RGB Variations
Color information
#F1412D (or 0xF1412D) is known color: Cinnabar. HEX triplet: F1, 41 and 2D. RGB value is (241,65,45). Sum of RGB (Red+Green+Blue) = 241+65+45=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1412D is #0EBED2. Grayscale: #737373. Windows color (decimal): -966355 or 2966001. OLE color: 2966001.
HSL color Cylindrical-coordinate representation of color #F1412D: hue angle of 6.12º 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 #F1412D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.05 |
| HSL | 6.12º | 0.88% | 0.56% | - |
| HSV(B) | 6.12º | 0.81% | 0.95% | - |
| XYZ | 38.64 | 22.67 | 4.82 | - |
| YUV | 115.34 | 88.31 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 45 | 0 | 0.73 | 0.81 | 0.05 | 6.12 | 0.88 | 0.56 |
| Hex | F1 | 41 | 2D | 0 | 49 | 51 | 5 | 6 | 58 | 38 |
| Octal | 361 | 101 | 55 | 0 | 111 | 121 | 5 | 6 | 130 | 70 |
| Binary | 11110001 | 1000001 | 101101 | 0 | 1001001 | 1010001 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F1412D
Complementary color
Monochromatic Colors of #F1412D
Black with #F1412D
Text Example
Text Example
White with #F1412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1412D; }
p { color: rgb(241,65,45); }
H1.HeaderClassName
{
color: #F1412D;
}
.AnyTagClassName
{
color: #F1412D;
}
</style>
background-color css
<style>
a { background-color: #F1412D; }
a { background-color: rgb(241,65,45); }
div.DivClassName
{
background-color: #F1412D;
}
.BgClassName
{
background-color: #F1412D;
}
</style>
border-color css
<style>
span { border-color: #F1412D; }
span { border-color: rgb(241,65,45); }
td.TdClassName
{
border-color: #F1412D;
}
.TagClassName
{
border-color: #F1412D;
}
</style>