Shades of Cinnabar #F04A1C
Tints of Cinnabar #F04A1C
RGB
CMYK
RGB Variations
Color information
#F04A1C (or 0xF04A1C) is known color: Cinnabar. HEX triplet: F0, 4A and 1C. RGB value is (240,74,28). Sum of RGB (Red+Green+Blue) = 240+74+28=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A1C is #0FB5E3. Grayscale: #767676. Windows color (decimal): -1029604 or 1854192. OLE color: 1854192.
HSL color Cylindrical-coordinate representation of color #F04A1C: hue angle of 13.02º 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 #F04A1C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 28 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.06 |
| HSL | 13.02º | 0.88% | 0.53% | - |
| HSV(B) | 13.02º | 0.88% | 0.94% | - |
| XYZ | 38.59 | 23.51 | 3.6 | - |
| YUV | 118.39 | 77 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 28 | 0 | 0.69 | 0.88 | 0.06 | 13.02 | 0.88 | 0.53 |
| Hex | F0 | 4A | 1C | 0 | 45 | 58 | 6 | D | 58 | 35 |
| Octal | 360 | 112 | 34 | 0 | 105 | 130 | 6 | 15 | 130 | 65 |
| Binary | 11110000 | 1001010 | 11100 | 0 | 1000101 | 1011000 | 110 | 1101 | 1011000 | 110101 |
Color Harmonies of #F04A1C
Complementary color
Monochromatic Colors of #F04A1C
Black with #F04A1C
Text Example
Text Example
White with #F04A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A1C; }
p { color: rgb(240,74,28); }
H1.HeaderClassName
{
color: #F04A1C;
}
.AnyTagClassName
{
color: #F04A1C;
}
</style>
background-color css
<style>
a { background-color: #F04A1C; }
a { background-color: rgb(240,74,28); }
div.DivClassName
{
background-color: #F04A1C;
}
.BgClassName
{
background-color: #F04A1C;
}
</style>
border-color css
<style>
span { border-color: #F04A1C; }
span { border-color: rgb(240,74,28); }
td.TdClassName
{
border-color: #F04A1C;
}
.TagClassName
{
border-color: #F04A1C;
}
</style>