Shades of Cinnabar #F04326
Tints of Cinnabar #F04326
RGB
CMYK
RGB Variations
Color information
#F04326 (or 0xF04326) is known color: Cinnabar. HEX triplet: F0, 43 and 26. RGB value is (240,67,38). Sum of RGB (Red+Green+Blue) = 240+67+38=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04326 is #0FBCD9. Grayscale: #737373. Windows color (decimal): -1031386 or 2507760. OLE color: 2507760.
HSL color Cylindrical-coordinate representation of color #F04326: hue angle of 8.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F04326 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 38 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.06 |
| HSL | 8.61º | 0.87% | 0.55% | - |
| HSV(B) | 8.61º | 0.84% | 0.94% | - |
| XYZ | 38.29 | 22.68 | 4.19 | - |
| YUV | 115.42 | 84.31 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 38 | 0 | 0.72 | 0.84 | 0.06 | 8.61 | 0.87 | 0.55 |
| Hex | F0 | 43 | 26 | 0 | 48 | 54 | 6 | 9 | 57 | 37 |
| Octal | 360 | 103 | 46 | 0 | 110 | 124 | 6 | 11 | 127 | 67 |
| Binary | 11110000 | 1000011 | 100110 | 0 | 1001000 | 1010100 | 110 | 1001 | 1010111 | 110111 |
Color Harmonies of #F04326
Complementary color
Monochromatic Colors of #F04326
Black with #F04326
Text Example
Text Example
White with #F04326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04326; }
p { color: rgb(240,67,38); }
H1.HeaderClassName
{
color: #F04326;
}
.AnyTagClassName
{
color: #F04326;
}
</style>
background-color css
<style>
a { background-color: #F04326; }
a { background-color: rgb(240,67,38); }
div.DivClassName
{
background-color: #F04326;
}
.BgClassName
{
background-color: #F04326;
}
</style>
border-color css
<style>
span { border-color: #F04326; }
span { border-color: rgb(240,67,38); }
td.TdClassName
{
border-color: #F04326;
}
.TagClassName
{
border-color: #F04326;
}
</style>