Shades of Cinnabar #F04323
Tints of Cinnabar #F04323
RGB
CMYK
RGB Variations
Color information
#F04323 (or 0xF04323) is known color: Cinnabar. HEX triplet: F0, 43 and 23. RGB value is (240,67,35). Sum of RGB (Red+Green+Blue) = 240+67+35=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04323 is #0FBCDC. Grayscale: #737373. Windows color (decimal): -1031389 or 2311152. OLE color: 2311152.
HSL color Cylindrical-coordinate representation of color #F04323: hue angle of 9.37º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F04323 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.06 |
| HSL | 9.37º | 0.87% | 0.54% | - |
| HSV(B) | 9.37º | 0.85% | 0.94% | - |
| XYZ | 38.25 | 22.66 | 3.95 | - |
| YUV | 115.08 | 82.81 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 35 | 0 | 0.72 | 0.85 | 0.06 | 9.37 | 0.87 | 0.54 |
| Hex | F0 | 43 | 23 | 0 | 48 | 55 | 6 | 9 | 57 | 36 |
| Octal | 360 | 103 | 43 | 0 | 110 | 125 | 6 | 11 | 127 | 66 |
| Binary | 11110000 | 1000011 | 100011 | 0 | 1001000 | 1010101 | 110 | 1001 | 1010111 | 110110 |
Color Harmonies of #F04323
Complementary color
Monochromatic Colors of #F04323
Black with #F04323
Text Example
Text Example
White with #F04323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04323; }
p { color: rgb(240,67,35); }
H1.HeaderClassName
{
color: #F04323;
}
.AnyTagClassName
{
color: #F04323;
}
</style>
background-color css
<style>
a { background-color: #F04323; }
a { background-color: rgb(240,67,35); }
div.DivClassName
{
background-color: #F04323;
}
.BgClassName
{
background-color: #F04323;
}
</style>
border-color css
<style>
span { border-color: #F04323; }
span { border-color: rgb(240,67,35); }
td.TdClassName
{
border-color: #F04323;
}
.TagClassName
{
border-color: #F04323;
}
</style>