Shades of Cinnabar #F24D2B
Tints of Cinnabar #F24D2B
RGB
CMYK
RGB Variations
Color information
#F24D2B (or 0xF24D2B) is known color: Cinnabar. HEX triplet: F2, 4D and 2B. RGB value is (242,77,43). Sum of RGB (Red+Green+Blue) = 242+77+43=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D2B is #0DB2D4. Grayscale: #7A7A7A. Windows color (decimal): -897749 or 2838002. OLE color: 2838002.
HSL color Cylindrical-coordinate representation of color #F24D2B: hue angle of 10.25º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F24D2B is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 43 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.05 |
| HSL | 10.25º | 0.88% | 0.56% | - |
| HSV(B) | 10.25º | 0.82% | 0.95% | - |
| XYZ | 39.71 | 24.36 | 4.89 | - |
| YUV | 122.46 | 83.16 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 43 | 0 | 0.68 | 0.82 | 0.05 | 10.25 | 0.88 | 0.56 |
| Hex | F2 | 4D | 2B | 0 | 44 | 52 | 5 | A | 58 | 38 |
| Octal | 362 | 115 | 53 | 0 | 104 | 122 | 5 | 12 | 130 | 70 |
| Binary | 11110010 | 1001101 | 101011 | 0 | 1000100 | 1010010 | 101 | 1010 | 1011000 | 111000 |
Color Harmonies of #F24D2B
Complementary color
Monochromatic Colors of #F24D2B
Black with #F24D2B
Text Example
Text Example
White with #F24D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D2B; }
p { color: rgb(242,77,43); }
H1.HeaderClassName
{
color: #F24D2B;
}
.AnyTagClassName
{
color: #F24D2B;
}
</style>
background-color css
<style>
a { background-color: #F24D2B; }
a { background-color: rgb(242,77,43); }
div.DivClassName
{
background-color: #F24D2B;
}
.BgClassName
{
background-color: #F24D2B;
}
</style>
border-color css
<style>
span { border-color: #F24D2B; }
span { border-color: rgb(242,77,43); }
td.TdClassName
{
border-color: #F24D2B;
}
.TagClassName
{
border-color: #F24D2B;
}
</style>