Shades of Cinnabar #F2431D
Tints of Cinnabar #F2431D
RGB
CMYK
RGB Variations
Color information
#F2431D (or 0xF2431D) is known color: Cinnabar. HEX triplet: F2, 43 and 1D. RGB value is (242,67,29). Sum of RGB (Red+Green+Blue) = 242+67+29=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2431D is #0DBCE2. Grayscale: #737373. Windows color (decimal): -900323 or 1917938. OLE color: 1917938.
HSL color Cylindrical-coordinate representation of color #F2431D: hue angle of 10.7º degrees, saturation: 0.89, 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 #F2431D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 10.7º | 0.89% | 0.53% | - |
| HSV(B) | 10.7º | 0.88% | 0.95% | - |
| XYZ | 38.85 | 22.98 | 3.55 | - |
| YUV | 114.99 | 79.48 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 29 | 0 | 0.72 | 0.88 | 0.05 | 10.7 | 0.89 | 0.53 |
| Hex | F2 | 43 | 1D | 0 | 48 | 58 | 5 | B | 59 | 35 |
| Octal | 362 | 103 | 35 | 0 | 110 | 130 | 5 | 13 | 131 | 65 |
| Binary | 11110010 | 1000011 | 11101 | 0 | 1001000 | 1011000 | 101 | 1011 | 1011001 | 110101 |
Color Harmonies of #F2431D
Complementary color
Monochromatic Colors of #F2431D
Black with #F2431D
Text Example
Text Example
White with #F2431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2431D; }
p { color: rgb(242,67,29); }
H1.HeaderClassName
{
color: #F2431D;
}
.AnyTagClassName
{
color: #F2431D;
}
</style>
background-color css
<style>
a { background-color: #F2431D; }
a { background-color: rgb(242,67,29); }
div.DivClassName
{
background-color: #F2431D;
}
.BgClassName
{
background-color: #F2431D;
}
</style>
border-color css
<style>
span { border-color: #F2431D; }
span { border-color: rgb(242,67,29); }
td.TdClassName
{
border-color: #F2431D;
}
.TagClassName
{
border-color: #F2431D;
}
</style>