Shades of Cinnabar #F1441C
Tints of Cinnabar #F1441C
RGB
CMYK
RGB Variations
Color information
#F1441C (or 0xF1441C) is known color: Cinnabar. HEX triplet: F1, 44 and 1C. RGB value is (241,68,28). Sum of RGB (Red+Green+Blue) = 241+68+28=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1441C is #0EBBE3. Grayscale: #737373. Windows color (decimal): -965604 or 1852657. OLE color: 1852657.
HSL color Cylindrical-coordinate representation of color #F1441C: hue angle of 11.27º 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 #F1441C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 11.27º | 0.88% | 0.53% | - |
| HSV(B) | 11.27º | 0.88% | 0.95% | - |
| XYZ | 38.55 | 22.92 | 3.49 | - |
| YUV | 115.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 28 | 0 | 0.72 | 0.88 | 0.05 | 11.27 | 0.88 | 0.53 |
| Hex | F1 | 44 | 1C | 0 | 48 | 58 | 5 | B | 58 | 35 |
| Octal | 361 | 104 | 34 | 0 | 110 | 130 | 5 | 13 | 130 | 65 |
| Binary | 11110001 | 1000100 | 11100 | 0 | 1001000 | 1011000 | 101 | 1011 | 1011000 | 110101 |
Color Harmonies of #F1441C
Complementary color
Monochromatic Colors of #F1441C
Black with #F1441C
Text Example
Text Example
White with #F1441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1441C; }
p { color: rgb(241,68,28); }
H1.HeaderClassName
{
color: #F1441C;
}
.AnyTagClassName
{
color: #F1441C;
}
</style>
background-color css
<style>
a { background-color: #F1441C; }
a { background-color: rgb(241,68,28); }
div.DivClassName
{
background-color: #F1441C;
}
.BgClassName
{
background-color: #F1441C;
}
</style>
border-color css
<style>
span { border-color: #F1441C; }
span { border-color: rgb(241,68,28); }
td.TdClassName
{
border-color: #F1441C;
}
.TagClassName
{
border-color: #F1441C;
}
</style>