Shades of Cinnabar #F2431B
Tints of Cinnabar #F2431B
RGB
CMYK
RGB Variations
Color information
#F2431B (or 0xF2431B) is known color: Cinnabar. HEX triplet: F2, 43 and 1B. RGB value is (242,67,27). Sum of RGB (Red+Green+Blue) = 242+67+27=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2431B is #0DBCE4. Grayscale: #737373. Windows color (decimal): -900325 or 1786866. OLE color: 1786866.
HSL color Cylindrical-coordinate representation of color #F2431B: hue angle of 11.16º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2431B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.05 |
| HSL | 11.16º | 0.89% | 0.53% | - |
| HSV(B) | 11.16º | 0.89% | 0.95% | - |
| XYZ | 38.82 | 22.97 | 3.42 | - |
| YUV | 114.77 | 78.48 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 27 | 0 | 0.72 | 0.89 | 0.05 | 11.16 | 0.89 | 0.53 |
| Hex | F2 | 43 | 1B | 0 | 48 | 59 | 5 | B | 59 | 35 |
| Octal | 362 | 103 | 33 | 0 | 110 | 131 | 5 | 13 | 131 | 65 |
| Binary | 11110010 | 1000011 | 11011 | 0 | 1001000 | 1011001 | 101 | 1011 | 1011001 | 110101 |
Color Harmonies of #F2431B
Complementary color
Monochromatic Colors of #F2431B
Black with #F2431B
Text Example
Text Example
White with #F2431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2431B; }
p { color: rgb(242,67,27); }
H1.HeaderClassName
{
color: #F2431B;
}
.AnyTagClassName
{
color: #F2431B;
}
</style>
background-color css
<style>
a { background-color: #F2431B; }
a { background-color: rgb(242,67,27); }
div.DivClassName
{
background-color: #F2431B;
}
.BgClassName
{
background-color: #F2431B;
}
</style>
border-color css
<style>
span { border-color: #F2431B; }
span { border-color: rgb(242,67,27); }
td.TdClassName
{
border-color: #F2431B;
}
.TagClassName
{
border-color: #F2431B;
}
</style>