Shades of Cinnabar #F1441D
Tints of Cinnabar #F1441D
RGB
CMYK
RGB Variations
Color information
#F1441D (or 0xF1441D) is known color: Cinnabar. HEX triplet: F1, 44 and 1D. RGB value is (241,68,29). Sum of RGB (Red+Green+Blue) = 241+68+29=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1441D is #0EBBE2. Grayscale: #737373. Windows color (decimal): -965603 or 1918193. OLE color: 1918193.
HSL color Cylindrical-coordinate representation of color #F1441D: hue angle of 11.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1441D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 11.04º | 0.88% | 0.53% | - |
| HSV(B) | 11.04º | 0.88% | 0.95% | - |
| XYZ | 38.56 | 22.92 | 3.55 | - |
| YUV | 115.28 | 79.31 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 29 | 0 | 0.72 | 0.88 | 0.05 | 11.04 | 0.88 | 0.53 |
| Hex | F1 | 44 | 1D | 0 | 48 | 58 | 5 | B | 58 | 35 |
| Octal | 361 | 104 | 35 | 0 | 110 | 130 | 5 | 13 | 130 | 65 |
| Binary | 11110001 | 1000100 | 11101 | 0 | 1001000 | 1011000 | 101 | 1011 | 1011000 | 110101 |
Color Harmonies of #F1441D
Complementary color
Monochromatic Colors of #F1441D
Black with #F1441D
Text Example
Text Example
White with #F1441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1441D; }
p { color: rgb(241,68,29); }
H1.HeaderClassName
{
color: #F1441D;
}
.AnyTagClassName
{
color: #F1441D;
}
</style>
background-color css
<style>
a { background-color: #F1441D; }
a { background-color: rgb(241,68,29); }
div.DivClassName
{
background-color: #F1441D;
}
.BgClassName
{
background-color: #F1441D;
}
</style>
border-color css
<style>
span { border-color: #F1441D; }
span { border-color: rgb(241,68,29); }
td.TdClassName
{
border-color: #F1441D;
}
.TagClassName
{
border-color: #F1441D;
}
</style>