Shades of Cinnabar #F14D28
Tints of Cinnabar #F14D28
RGB
CMYK
RGB Variations
Color information
#F14D28 (or 0xF14D28) is known color: Cinnabar. HEX triplet: F1, 4D and 28. RGB value is (241,77,40). Sum of RGB (Red+Green+Blue) = 241+77+40=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D28 is #0EB2D7. Grayscale: #7A7A7A. Windows color (decimal): -963288 or 2641393. OLE color: 2641393.
HSL color Cylindrical-coordinate representation of color #F14D28: hue angle of 11.04º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F14D28 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 40 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.05 |
| HSL | 11.04º | 0.88% | 0.55% | - |
| HSV(B) | 11.04º | 0.83% | 0.95% | - |
| XYZ | 39.31 | 24.16 | 4.6 | - |
| YUV | 121.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 40 | 0 | 0.68 | 0.83 | 0.05 | 11.04 | 0.88 | 0.55 |
| Hex | F1 | 4D | 28 | 0 | 44 | 53 | 5 | B | 58 | 37 |
| Octal | 361 | 115 | 50 | 0 | 104 | 123 | 5 | 13 | 130 | 67 |
| Binary | 11110001 | 1001101 | 101000 | 0 | 1000100 | 1010011 | 101 | 1011 | 1011000 | 110111 |
Color Harmonies of #F14D28
Complementary color
Monochromatic Colors of #F14D28
Black with #F14D28
Text Example
Text Example
White with #F14D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D28; }
p { color: rgb(241,77,40); }
H1.HeaderClassName
{
color: #F14D28;
}
.AnyTagClassName
{
color: #F14D28;
}
</style>
background-color css
<style>
a { background-color: #F14D28; }
a { background-color: rgb(241,77,40); }
div.DivClassName
{
background-color: #F14D28;
}
.BgClassName
{
background-color: #F14D28;
}
</style>
border-color css
<style>
span { border-color: #F14D28; }
span { border-color: rgb(241,77,40); }
td.TdClassName
{
border-color: #F14D28;
}
.TagClassName
{
border-color: #F14D28;
}
</style>