Shades of Cinnabar #F1421D
Tints of Cinnabar #F1421D
RGB
CMYK
RGB Variations
Color information
#F1421D (or 0xF1421D) is known color: Cinnabar. HEX triplet: F1, 42 and 1D. RGB value is (241,66,29). Sum of RGB (Red+Green+Blue) = 241+66+29=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1421D is #0EBDE2. Grayscale: #727272. Windows color (decimal): -966115 or 1917681. OLE color: 1917681.
HSL color Cylindrical-coordinate representation of color #F1421D: hue angle of 10.47º 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 #F1421D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.05 |
| HSL | 10.47º | 0.88% | 0.53% | - |
| HSV(B) | 10.47º | 0.88% | 0.95% | - |
| XYZ | 38.45 | 22.69 | 3.51 | - |
| YUV | 114.11 | 79.98 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 29 | 0 | 0.73 | 0.88 | 0.05 | 10.47 | 0.88 | 0.53 |
| Hex | F1 | 42 | 1D | 0 | 49 | 58 | 5 | A | 58 | 35 |
| Octal | 361 | 102 | 35 | 0 | 111 | 130 | 5 | 12 | 130 | 65 |
| Binary | 11110001 | 1000010 | 11101 | 0 | 1001001 | 1011000 | 101 | 1010 | 1011000 | 110101 |
Color Harmonies of #F1421D
Complementary color
Monochromatic Colors of #F1421D
Black with #F1421D
Text Example
Text Example
White with #F1421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1421D; }
p { color: rgb(241,66,29); }
H1.HeaderClassName
{
color: #F1421D;
}
.AnyTagClassName
{
color: #F1421D;
}
</style>
background-color css
<style>
a { background-color: #F1421D; }
a { background-color: rgb(241,66,29); }
div.DivClassName
{
background-color: #F1421D;
}
.BgClassName
{
background-color: #F1421D;
}
</style>
border-color css
<style>
span { border-color: #F1421D; }
span { border-color: rgb(241,66,29); }
td.TdClassName
{
border-color: #F1421D;
}
.TagClassName
{
border-color: #F1421D;
}
</style>