Shades of Cinnabar #F04C1D
Tints of Cinnabar #F04C1D
RGB
CMYK
RGB Variations
Color information
#F04C1D (or 0xF04C1D) is known color: Cinnabar. HEX triplet: F0, 4C and 1D. RGB value is (240,76,29). Sum of RGB (Red+Green+Blue) = 240+76+29=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C1D is #0FB3E2. Grayscale: #787878. Windows color (decimal): -1029091 or 1920240. OLE color: 1920240.
HSL color Cylindrical-coordinate representation of color #F04C1D: hue angle of 13.36º 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 #F04C1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 29 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.06 |
| HSL | 13.36º | 0.88% | 0.53% | - |
| HSV(B) | 13.36º | 0.88% | 0.94% | - |
| XYZ | 38.74 | 23.78 | 3.71 | - |
| YUV | 119.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 29 | 0 | 0.68 | 0.88 | 0.06 | 13.36 | 0.88 | 0.53 |
| Hex | F0 | 4C | 1D | 0 | 44 | 58 | 6 | D | 58 | 35 |
| Octal | 360 | 114 | 35 | 0 | 104 | 130 | 6 | 15 | 130 | 65 |
| Binary | 11110000 | 1001100 | 11101 | 0 | 1000100 | 1011000 | 110 | 1101 | 1011000 | 110101 |
Color Harmonies of #F04C1D
Complementary color
Monochromatic Colors of #F04C1D
Black with #F04C1D
Text Example
Text Example
White with #F04C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C1D; }
p { color: rgb(240,76,29); }
H1.HeaderClassName
{
color: #F04C1D;
}
.AnyTagClassName
{
color: #F04C1D;
}
</style>
background-color css
<style>
a { background-color: #F04C1D; }
a { background-color: rgb(240,76,29); }
div.DivClassName
{
background-color: #F04C1D;
}
.BgClassName
{
background-color: #F04C1D;
}
</style>
border-color css
<style>
span { border-color: #F04C1D; }
span { border-color: rgb(240,76,29); }
td.TdClassName
{
border-color: #F04C1D;
}
.TagClassName
{
border-color: #F04C1D;
}
</style>