Shades of Cinnabar #F24D32
Tints of Cinnabar #F24D32
RGB
CMYK
RGB Variations
Color information
#F24D32 (or 0xF24D32) is known color: Cinnabar. HEX triplet: F2, 4D and 32. RGB value is (242,77,50). Sum of RGB (Red+Green+Blue) = 242+77+50=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D32 is #0DB2CD. Grayscale: #7B7B7B. Windows color (decimal): -897742 or 3296754. OLE color: 3296754.
HSL color Cylindrical-coordinate representation of color #F24D32: hue angle of 8.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24D32 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 50 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.05 |
| HSL | 8.44º | 0.88% | 0.57% | - |
| HSV(B) | 8.44º | 0.79% | 0.95% | - |
| XYZ | 39.85 | 24.42 | 5.63 | - |
| YUV | 123.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 50 | 0 | 0.68 | 0.79 | 0.05 | 8.44 | 0.88 | 0.57 |
| Hex | F2 | 4D | 32 | 0 | 44 | 4F | 5 | 8 | 58 | 39 |
| Octal | 362 | 115 | 62 | 0 | 104 | 117 | 5 | 10 | 130 | 71 |
| Binary | 11110010 | 1001101 | 110010 | 0 | 1000100 | 1001111 | 101 | 1000 | 1011000 | 111001 |
Color Harmonies of #F24D32
Complementary color
Monochromatic Colors of #F24D32
Black with #F24D32
Text Example
Text Example
White with #F24D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D32; }
p { color: rgb(242,77,50); }
H1.HeaderClassName
{
color: #F24D32;
}
.AnyTagClassName
{
color: #F24D32;
}
</style>
background-color css
<style>
a { background-color: #F24D32; }
a { background-color: rgb(242,77,50); }
div.DivClassName
{
background-color: #F24D32;
}
.BgClassName
{
background-color: #F24D32;
}
</style>
border-color css
<style>
span { border-color: #F24D32; }
span { border-color: rgb(242,77,50); }
td.TdClassName
{
border-color: #F24D32;
}
.TagClassName
{
border-color: #F24D32;
}
</style>