Shades of Cinnabar #F14321
Tints of Cinnabar #F14321
RGB
CMYK
RGB Variations
Color information
#F14321 (or 0xF14321) is known color: Cinnabar. HEX triplet: F1, 43 and 21. RGB value is (241,67,33). Sum of RGB (Red+Green+Blue) = 241+67+33=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F14321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14321 is #0EBCDE. Grayscale: #737373. Windows color (decimal): -965855 or 2180081. OLE color: 2180081.
HSL color Cylindrical-coordinate representation of color #F14321: hue angle of 9.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F14321 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.05 |
| HSL | 9.81º | 0.88% | 0.54% | - |
| HSV(B) | 9.81º | 0.86% | 0.95% | - |
| XYZ | 38.56 | 22.82 | 3.81 | - |
| YUV | 115.15 | 81.65 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 33 | 0 | 0.72 | 0.86 | 0.05 | 9.81 | 0.88 | 0.54 |
| Hex | F1 | 43 | 21 | 0 | 48 | 56 | 5 | A | 58 | 36 |
| Octal | 361 | 103 | 41 | 0 | 110 | 126 | 5 | 12 | 130 | 66 |
| Binary | 11110001 | 1000011 | 100001 | 0 | 1001000 | 1010110 | 101 | 1010 | 1011000 | 110110 |
Color Harmonies of #F14321
Complementary color
Monochromatic Colors of #F14321
Black with #F14321
Text Example
Text Example
White with #F14321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14321; }
p { color: rgb(241,67,33); }
H1.HeaderClassName
{
color: #F14321;
}
.AnyTagClassName
{
color: #F14321;
}
</style>
background-color css
<style>
a { background-color: #F14321; }
a { background-color: rgb(241,67,33); }
div.DivClassName
{
background-color: #F14321;
}
.BgClassName
{
background-color: #F14321;
}
</style>
border-color css
<style>
span { border-color: #F14321; }
span { border-color: rgb(241,67,33); }
td.TdClassName
{
border-color: #F14321;
}
.TagClassName
{
border-color: #F14321;
}
</style>