Shades of Cinnabar #F03C2B
Tints of Cinnabar #F03C2B
RGB
CMYK
RGB Variations
Color information
#F03C2B (or 0xF03C2B) is known color: Cinnabar. HEX triplet: F0, 3C and 2B. RGB value is (240,60,43). Sum of RGB (Red+Green+Blue) = 240+60+43=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C2B is #0FC3D4. Grayscale: #707070. Windows color (decimal): -1033173 or 2833648. OLE color: 2833648.
HSL color Cylindrical-coordinate representation of color #F03C2B: hue angle of 5.18º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F03C2B is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 43 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.06 |
| HSL | 5.18º | 0.87% | 0.55% | - |
| HSV(B) | 5.18º | 0.82% | 0.94% | - |
| XYZ | 37.99 | 21.93 | 4.52 | - |
| YUV | 111.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 43 | 0 | 0.75 | 0.82 | 0.06 | 5.18 | 0.87 | 0.55 |
| Hex | F0 | 3C | 2B | 0 | 4B | 52 | 6 | 5 | 57 | 37 |
| Octal | 360 | 74 | 53 | 0 | 113 | 122 | 6 | 5 | 127 | 67 |
| Binary | 11110000 | 111100 | 101011 | 0 | 1001011 | 1010010 | 110 | 101 | 1010111 | 110111 |
Color Harmonies of #F03C2B
Complementary color
Monochromatic Colors of #F03C2B
Black with #F03C2B
Text Example
Text Example
White with #F03C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C2B; }
p { color: rgb(240,60,43); }
H1.HeaderClassName
{
color: #F03C2B;
}
.AnyTagClassName
{
color: #F03C2B;
}
</style>
background-color css
<style>
a { background-color: #F03C2B; }
a { background-color: rgb(240,60,43); }
div.DivClassName
{
background-color: #F03C2B;
}
.BgClassName
{
background-color: #F03C2B;
}
</style>
border-color css
<style>
span { border-color: #F03C2B; }
span { border-color: rgb(240,60,43); }
td.TdClassName
{
border-color: #F03C2B;
}
.TagClassName
{
border-color: #F03C2B;
}
</style>