Shades of Cinnabar #F2431C
Tints of Cinnabar #F2431C
RGB
CMYK
RGB Variations
Color information
#F2431C (or 0xF2431C) is known color: Cinnabar. HEX triplet: F2, 43 and 1C. RGB value is (242,67,28). Sum of RGB (Red+Green+Blue) = 242+67+28=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2431C is #0DBCE3. Grayscale: #737373. Windows color (decimal): -900324 or 1852402. OLE color: 1852402.
HSL color Cylindrical-coordinate representation of color #F2431C: hue angle of 10.93º 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 #F2431C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 10.93º | 0.89% | 0.53% | - |
| HSV(B) | 10.93º | 0.88% | 0.95% | - |
| XYZ | 38.83 | 22.98 | 3.49 | - |
| YUV | 114.88 | 78.98 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 28 | 0 | 0.72 | 0.88 | 0.05 | 10.93 | 0.89 | 0.53 |
| Hex | F2 | 43 | 1C | 0 | 48 | 58 | 5 | B | 59 | 35 |
| Octal | 362 | 103 | 34 | 0 | 110 | 130 | 5 | 13 | 131 | 65 |
| Binary | 11110010 | 1000011 | 11100 | 0 | 1001000 | 1011000 | 101 | 1011 | 1011001 | 110101 |
Color Harmonies of #F2431C
Complementary color
Monochromatic Colors of #F2431C
Black with #F2431C
Text Example
Text Example
White with #F2431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2431C; }
p { color: rgb(242,67,28); }
H1.HeaderClassName
{
color: #F2431C;
}
.AnyTagClassName
{
color: #F2431C;
}
</style>
background-color css
<style>
a { background-color: #F2431C; }
a { background-color: rgb(242,67,28); }
div.DivClassName
{
background-color: #F2431C;
}
.BgClassName
{
background-color: #F2431C;
}
</style>
border-color css
<style>
span { border-color: #F2431C; }
span { border-color: rgb(242,67,28); }
td.TdClassName
{
border-color: #F2431C;
}
.TagClassName
{
border-color: #F2431C;
}
</style>