Shades of Cinnabar #F0382C
Tints of Cinnabar #F0382C
RGB
CMYK
RGB Variations
Color information
#F0382C (or 0xF0382C) is known color: Cinnabar. HEX triplet: F0, 38 and 2C. RGB value is (240,56,44). Sum of RGB (Red+Green+Blue) = 240+56+44=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0382C is #0FC7D3. Grayscale: #6D6D6D. Windows color (decimal): -1034196 or 2898160. OLE color: 2898160.
HSL color Cylindrical-coordinate representation of color #F0382C: hue angle of 3.67º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0382C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 44 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.06 |
| HSL | 3.67º | 0.87% | 0.56% | - |
| HSV(B) | 3.67º | 0.82% | 0.94% | - |
| XYZ | 37.8 | 21.54 | 4.55 | - |
| YUV | 109.65 | 90.96 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 44 | 0 | 0.77 | 0.82 | 0.06 | 3.67 | 0.87 | 0.56 |
| Hex | F0 | 38 | 2C | 0 | 4D | 52 | 6 | 4 | 57 | 38 |
| Octal | 360 | 70 | 54 | 0 | 115 | 122 | 6 | 4 | 127 | 70 |
| Binary | 11110000 | 111000 | 101100 | 0 | 1001101 | 1010010 | 110 | 100 | 1010111 | 111000 |
Color Harmonies of #F0382C
Complementary color
Monochromatic Colors of #F0382C
Black with #F0382C
Text Example
Text Example
White with #F0382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0382C; }
p { color: rgb(240,56,44); }
H1.HeaderClassName
{
color: #F0382C;
}
.AnyTagClassName
{
color: #F0382C;
}
</style>
background-color css
<style>
a { background-color: #F0382C; }
a { background-color: rgb(240,56,44); }
div.DivClassName
{
background-color: #F0382C;
}
.BgClassName
{
background-color: #F0382C;
}
</style>
border-color css
<style>
span { border-color: #F0382C; }
span { border-color: rgb(240,56,44); }
td.TdClassName
{
border-color: #F0382C;
}
.TagClassName
{
border-color: #F0382C;
}
</style>