Shades of Cinnabar #F03D1D
Tints of Cinnabar #F03D1D
RGB
CMYK
RGB Variations
Color information
#F03D1D (or 0xF03D1D) is known color: Cinnabar. HEX triplet: F0, 3D and 1D. RGB value is (240,61,29). Sum of RGB (Red+Green+Blue) = 240+61+29=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D1D is #0FC2E2. Grayscale: #6F6F6F. Windows color (decimal): -1032931 or 1916400. OLE color: 1916400.
HSL color Cylindrical-coordinate representation of color #F03D1D: hue angle of 9.1º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F03D1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 29 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.06 |
| HSL | 9.1º | 0.88% | 0.53% | - |
| HSV(B) | 9.1º | 0.88% | 0.94% | - |
| XYZ | 37.83 | 21.95 | 3.41 | - |
| YUV | 110.87 | 81.8 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 29 | 0 | 0.75 | 0.88 | 0.06 | 9.1 | 0.88 | 0.53 |
| Hex | F0 | 3D | 1D | 0 | 4B | 58 | 6 | 9 | 58 | 35 |
| Octal | 360 | 75 | 35 | 0 | 113 | 130 | 6 | 11 | 130 | 65 |
| Binary | 11110000 | 111101 | 11101 | 0 | 1001011 | 1011000 | 110 | 1001 | 1011000 | 110101 |
Color Harmonies of #F03D1D
Complementary color
Monochromatic Colors of #F03D1D
Black with #F03D1D
Text Example
Text Example
White with #F03D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D1D; }
p { color: rgb(240,61,29); }
H1.HeaderClassName
{
color: #F03D1D;
}
.AnyTagClassName
{
color: #F03D1D;
}
</style>
background-color css
<style>
a { background-color: #F03D1D; }
a { background-color: rgb(240,61,29); }
div.DivClassName
{
background-color: #F03D1D;
}
.BgClassName
{
background-color: #F03D1D;
}
</style>
border-color css
<style>
span { border-color: #F03D1D; }
span { border-color: rgb(240,61,29); }
td.TdClassName
{
border-color: #F03D1D;
}
.TagClassName
{
border-color: #F03D1D;
}
</style>