Shades of Cinnabar #F0432C
Tints of Cinnabar #F0432C
RGB
CMYK
RGB Variations
Color information
#F0432C (or 0xF0432C) is known color: Cinnabar. HEX triplet: F0, 43 and 2C. RGB value is (240,67,44). Sum of RGB (Red+Green+Blue) = 240+67+44=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0432C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0432C is #0FBCD3. Grayscale: #747474. Windows color (decimal): -1031380 or 2900976. OLE color: 2900976.
HSL color Cylindrical-coordinate representation of color #F0432C: hue angle of 7.04º 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 #F0432C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 44 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.06 |
| HSL | 7.04º | 0.87% | 0.56% | - |
| HSV(B) | 7.04º | 0.82% | 0.94% | - |
| XYZ | 38.4 | 22.72 | 4.74 | - |
| YUV | 116.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 44 | 0 | 0.72 | 0.82 | 0.06 | 7.04 | 0.87 | 0.56 |
| Hex | F0 | 43 | 2C | 0 | 48 | 52 | 6 | 7 | 57 | 38 |
| Octal | 360 | 103 | 54 | 0 | 110 | 122 | 6 | 7 | 127 | 70 |
| Binary | 11110000 | 1000011 | 101100 | 0 | 1001000 | 1010010 | 110 | 111 | 1010111 | 111000 |
Color Harmonies of #F0432C
Complementary color
Monochromatic Colors of #F0432C
Black with #F0432C
Text Example
Text Example
White with #F0432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0432C; }
p { color: rgb(240,67,44); }
H1.HeaderClassName
{
color: #F0432C;
}
.AnyTagClassName
{
color: #F0432C;
}
</style>
background-color css
<style>
a { background-color: #F0432C; }
a { background-color: rgb(240,67,44); }
div.DivClassName
{
background-color: #F0432C;
}
.BgClassName
{
background-color: #F0432C;
}
</style>
border-color css
<style>
span { border-color: #F0432C; }
span { border-color: rgb(240,67,44); }
td.TdClassName
{
border-color: #F0432C;
}
.TagClassName
{
border-color: #F0432C;
}
</style>