Shades of Cinnabar #F24A1D
Tints of Cinnabar #F24A1D
RGB
CMYK
RGB Variations
Color information
#F24A1D (or 0xF24A1D) is known color: Cinnabar. HEX triplet: F2, 4A and 1D. RGB value is (242,74,29). Sum of RGB (Red+Green+Blue) = 242+74+29=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A1D is #0DB5E2. Grayscale: #777777. Windows color (decimal): -898531 or 1919730. OLE color: 1919730.
HSL color Cylindrical-coordinate representation of color #F24A1D: hue angle of 12.68º 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 #F24A1D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 29 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.05 |
| HSL | 12.68º | 0.89% | 0.53% | - |
| HSV(B) | 12.68º | 0.88% | 0.95% | - |
| XYZ | 39.29 | 23.86 | 3.7 | - |
| YUV | 119.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 29 | 0 | 0.69 | 0.88 | 0.05 | 12.68 | 0.89 | 0.53 |
| Hex | F2 | 4A | 1D | 0 | 45 | 58 | 5 | D | 59 | 35 |
| Octal | 362 | 112 | 35 | 0 | 105 | 130 | 5 | 15 | 131 | 65 |
| Binary | 11110010 | 1001010 | 11101 | 0 | 1000101 | 1011000 | 101 | 1101 | 1011001 | 110101 |
Color Harmonies of #F24A1D
Complementary color
Monochromatic Colors of #F24A1D
Black with #F24A1D
Text Example
Text Example
White with #F24A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A1D; }
p { color: rgb(242,74,29); }
H1.HeaderClassName
{
color: #F24A1D;
}
.AnyTagClassName
{
color: #F24A1D;
}
</style>
background-color css
<style>
a { background-color: #F24A1D; }
a { background-color: rgb(242,74,29); }
div.DivClassName
{
background-color: #F24A1D;
}
.BgClassName
{
background-color: #F24A1D;
}
</style>
border-color css
<style>
span { border-color: #F24A1D; }
span { border-color: rgb(242,74,29); }
td.TdClassName
{
border-color: #F24A1D;
}
.TagClassName
{
border-color: #F24A1D;
}
</style>