Shades of Cinnabar #F03D20
Tints of Cinnabar #F03D20
RGB
CMYK
RGB Variations
Color information
#F03D20 (or 0xF03D20) is known color: Cinnabar. HEX triplet: F0, 3D and 20. RGB value is (240,61,32). Sum of RGB (Red+Green+Blue) = 240+61+32=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D20 is #0FC2DF. Grayscale: #6F6F6F. Windows color (decimal): -1032928 or 2113008. OLE color: 2113008.
HSL color Cylindrical-coordinate representation of color #F03D20: hue angle of 8.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F03D20 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 32 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.06 |
| HSL | 8.37º | 0.87% | 0.53% | - |
| HSV(B) | 8.37º | 0.87% | 0.94% | - |
| XYZ | 37.86 | 21.97 | 3.61 | - |
| YUV | 111.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 32 | 0 | 0.75 | 0.87 | 0.06 | 8.37 | 0.87 | 0.53 |
| Hex | F0 | 3D | 20 | 0 | 4B | 57 | 6 | 8 | 57 | 35 |
| Octal | 360 | 75 | 40 | 0 | 113 | 127 | 6 | 10 | 127 | 65 |
| Binary | 11110000 | 111101 | 100000 | 0 | 1001011 | 1010111 | 110 | 1000 | 1010111 | 110101 |
Color Harmonies of #F03D20
Complementary color
Monochromatic Colors of #F03D20
Black with #F03D20
Text Example
Text Example
White with #F03D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D20; }
p { color: rgb(240,61,32); }
H1.HeaderClassName
{
color: #F03D20;
}
.AnyTagClassName
{
color: #F03D20;
}
</style>
background-color css
<style>
a { background-color: #F03D20; }
a { background-color: rgb(240,61,32); }
div.DivClassName
{
background-color: #F03D20;
}
.BgClassName
{
background-color: #F03D20;
}
</style>
border-color css
<style>
span { border-color: #F03D20; }
span { border-color: rgb(240,61,32); }
td.TdClassName
{
border-color: #F03D20;
}
.TagClassName
{
border-color: #F03D20;
}
</style>