Shades of Cinnabar #F24731
Tints of Cinnabar #F24731
RGB
CMYK
RGB Variations
Color information
#F24731 (or 0xF24731) is known color: Cinnabar. HEX triplet: F2, 47 and 31. RGB value is (242,71,49). Sum of RGB (Red+Green+Blue) = 242+71+49=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F24731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24731 is #0DB8CE. Grayscale: #777777. Windows color (decimal): -899279 or 3229682. OLE color: 3229682.
HSL color Cylindrical-coordinate representation of color #F24731: hue angle of 6.84º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F24731 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.05 |
| HSL | 6.84º | 0.88% | 0.57% | - |
| HSV(B) | 6.84º | 0.8% | 0.95% | - |
| XYZ | 39.43 | 23.61 | 5.38 | - |
| YUV | 119.62 | 88.15 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 49 | 0 | 0.71 | 0.80 | 0.05 | 6.84 | 0.88 | 0.57 |
| Hex | F2 | 47 | 31 | 0 | 47 | 50 | 5 | 7 | 58 | 39 |
| Octal | 362 | 107 | 61 | 0 | 107 | 120 | 5 | 7 | 130 | 71 |
| Binary | 11110010 | 1000111 | 110001 | 0 | 1000111 | 1010000 | 101 | 111 | 1011000 | 111001 |
Color Harmonies of #F24731
Complementary color
Monochromatic Colors of #F24731
Black with #F24731
Text Example
Text Example
White with #F24731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24731; }
p { color: rgb(242,71,49); }
H1.HeaderClassName
{
color: #F24731;
}
.AnyTagClassName
{
color: #F24731;
}
</style>
background-color css
<style>
a { background-color: #F24731; }
a { background-color: rgb(242,71,49); }
div.DivClassName
{
background-color: #F24731;
}
.BgClassName
{
background-color: #F24731;
}
</style>
border-color css
<style>
span { border-color: #F24731; }
span { border-color: rgb(242,71,49); }
td.TdClassName
{
border-color: #F24731;
}
.TagClassName
{
border-color: #F24731;
}
</style>