Shades of Cinnabar #F03D1C
Tints of Cinnabar #F03D1C
RGB
CMYK
RGB Variations
Color information
#F03D1C (or 0xF03D1C) is known color: Cinnabar. HEX triplet: F0, 3D and 1C. RGB value is (240,61,28). Sum of RGB (Red+Green+Blue) = 240+61+28=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D1C is #0FC2E3. Grayscale: #6F6F6F. Windows color (decimal): -1032932 or 1850864. OLE color: 1850864.
HSL color Cylindrical-coordinate representation of color #F03D1C: hue angle of 9.34º 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 #F03D1C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 28 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.06 |
| HSL | 9.34º | 0.88% | 0.53% | - |
| HSV(B) | 9.34º | 0.88% | 0.94% | - |
| XYZ | 37.81 | 21.95 | 3.34 | - |
| YUV | 110.76 | 81.3 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 28 | 0 | 0.75 | 0.88 | 0.06 | 9.34 | 0.88 | 0.53 |
| Hex | F0 | 3D | 1C | 0 | 4B | 58 | 6 | 9 | 58 | 35 |
| Octal | 360 | 75 | 34 | 0 | 113 | 130 | 6 | 11 | 130 | 65 |
| Binary | 11110000 | 111101 | 11100 | 0 | 1001011 | 1011000 | 110 | 1001 | 1011000 | 110101 |
Color Harmonies of #F03D1C
Complementary color
Monochromatic Colors of #F03D1C
Black with #F03D1C
Text Example
Text Example
White with #F03D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D1C; }
p { color: rgb(240,61,28); }
H1.HeaderClassName
{
color: #F03D1C;
}
.AnyTagClassName
{
color: #F03D1C;
}
</style>
background-color css
<style>
a { background-color: #F03D1C; }
a { background-color: rgb(240,61,28); }
div.DivClassName
{
background-color: #F03D1C;
}
.BgClassName
{
background-color: #F03D1C;
}
</style>
border-color css
<style>
span { border-color: #F03D1C; }
span { border-color: rgb(240,61,28); }
td.TdClassName
{
border-color: #F03D1C;
}
.TagClassName
{
border-color: #F03D1C;
}
</style>