Shades of Cinnabar #F04D1F
Tints of Cinnabar #F04D1F
RGB
CMYK
RGB Variations
Color information
#F04D1F (or 0xF04D1F) is known color: Cinnabar. HEX triplet: F0, 4D and 1F. RGB value is (240,77,31). Sum of RGB (Red+Green+Blue) = 240+77+31=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D1F is #0FB2E0. Grayscale: #787878. Windows color (decimal): -1028833 or 2051568. OLE color: 2051568.
HSL color Cylindrical-coordinate representation of color #F04D1F: hue angle of 13.21º 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 #F04D1F is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 31 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.06 |
| HSL | 13.21º | 0.87% | 0.53% | - |
| HSV(B) | 13.21º | 0.87% | 0.94% | - |
| XYZ | 38.84 | 23.93 | 3.87 | - |
| YUV | 120.49 | 77.5 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 31 | 0 | 0.68 | 0.87 | 0.06 | 13.21 | 0.87 | 0.53 |
| Hex | F0 | 4D | 1F | 0 | 44 | 57 | 6 | D | 57 | 35 |
| Octal | 360 | 115 | 37 | 0 | 104 | 127 | 6 | 15 | 127 | 65 |
| Binary | 11110000 | 1001101 | 11111 | 0 | 1000100 | 1010111 | 110 | 1101 | 1010111 | 110101 |
Color Harmonies of #F04D1F
Complementary color
Monochromatic Colors of #F04D1F
Black with #F04D1F
Text Example
Text Example
White with #F04D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D1F; }
p { color: rgb(240,77,31); }
H1.HeaderClassName
{
color: #F04D1F;
}
.AnyTagClassName
{
color: #F04D1F;
}
</style>
background-color css
<style>
a { background-color: #F04D1F; }
a { background-color: rgb(240,77,31); }
div.DivClassName
{
background-color: #F04D1F;
}
.BgClassName
{
background-color: #F04D1F;
}
</style>
border-color css
<style>
span { border-color: #F04D1F; }
span { border-color: rgb(240,77,31); }
td.TdClassName
{
border-color: #F04D1F;
}
.TagClassName
{
border-color: #F04D1F;
}
</style>