Shades of Cinnabar #F2482D
Tints of Cinnabar #F2482D
RGB
CMYK
RGB Variations
Color information
#F2482D (or 0xF2482D) is known color: Cinnabar. HEX triplet: F2, 48 and 2D. RGB value is (242,72,45). Sum of RGB (Red+Green+Blue) = 242+72+45=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2482D is #0DB7D2. Grayscale: #787878. Windows color (decimal): -899027 or 2967794. OLE color: 2967794.
HSL color Cylindrical-coordinate representation of color #F2482D: hue angle of 8.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2482D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.05 |
| HSL | 8.22º | 0.88% | 0.56% | - |
| HSV(B) | 8.22º | 0.81% | 0.95% | - |
| XYZ | 39.41 | 23.7 | 4.98 | - |
| YUV | 119.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 45 | 0 | 0.70 | 0.81 | 0.05 | 8.22 | 0.88 | 0.56 |
| Hex | F2 | 48 | 2D | 0 | 46 | 51 | 5 | 8 | 58 | 38 |
| Octal | 362 | 110 | 55 | 0 | 106 | 121 | 5 | 10 | 130 | 70 |
| Binary | 11110010 | 1001000 | 101101 | 0 | 1000110 | 1010001 | 101 | 1000 | 1011000 | 111000 |
Color Harmonies of #F2482D
Complementary color
Monochromatic Colors of #F2482D
Black with #F2482D
Text Example
Text Example
White with #F2482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2482D; }
p { color: rgb(242,72,45); }
H1.HeaderClassName
{
color: #F2482D;
}
.AnyTagClassName
{
color: #F2482D;
}
</style>
background-color css
<style>
a { background-color: #F2482D; }
a { background-color: rgb(242,72,45); }
div.DivClassName
{
background-color: #F2482D;
}
.BgClassName
{
background-color: #F2482D;
}
</style>
border-color css
<style>
span { border-color: #F2482D; }
span { border-color: rgb(242,72,45); }
td.TdClassName
{
border-color: #F2482D;
}
.TagClassName
{
border-color: #F2482D;
}
</style>