Shades of Cinnabar #F04321
Tints of Cinnabar #F04321
RGB
CMYK
RGB Variations
Color information
#F04321 (or 0xF04321) is known color: Cinnabar. HEX triplet: F0, 43 and 21. RGB value is (240,67,33). Sum of RGB (Red+Green+Blue) = 240+67+33=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F04321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04321 is #0FBCDE. Grayscale: #737373. Windows color (decimal): -1031391 or 2180080. OLE color: 2180080.
HSL color Cylindrical-coordinate representation of color #F04321: hue angle of 9.86º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F04321 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.06 |
| HSL | 9.86º | 0.87% | 0.54% | - |
| HSV(B) | 9.86º | 0.86% | 0.94% | - |
| XYZ | 38.22 | 22.65 | 3.8 | - |
| YUV | 114.85 | 81.81 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 33 | 0 | 0.72 | 0.86 | 0.06 | 9.86 | 0.87 | 0.54 |
| Hex | F0 | 43 | 21 | 0 | 48 | 56 | 6 | A | 57 | 36 |
| Octal | 360 | 103 | 41 | 0 | 110 | 126 | 6 | 12 | 127 | 66 |
| Binary | 11110000 | 1000011 | 100001 | 0 | 1001000 | 1010110 | 110 | 1010 | 1010111 | 110110 |
Color Harmonies of #F04321
Complementary color
Monochromatic Colors of #F04321
Black with #F04321
Text Example
Text Example
White with #F04321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04321; }
p { color: rgb(240,67,33); }
H1.HeaderClassName
{
color: #F04321;
}
.AnyTagClassName
{
color: #F04321;
}
</style>
background-color css
<style>
a { background-color: #F04321; }
a { background-color: rgb(240,67,33); }
div.DivClassName
{
background-color: #F04321;
}
.BgClassName
{
background-color: #F04321;
}
</style>
border-color css
<style>
span { border-color: #F04321; }
span { border-color: rgb(240,67,33); }
td.TdClassName
{
border-color: #F04321;
}
.TagClassName
{
border-color: #F04321;
}
</style>