Shades of Cinnabar #F04333
Tints of Cinnabar #F04333
RGB
CMYK
RGB Variations
Color information
#F04333 (or 0xF04333) is known color: Cinnabar. HEX triplet: F0, 43 and 33. RGB value is (240,67,51). Sum of RGB (Red+Green+Blue) = 240+67+51=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F04333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04333 is #0FBCCC. Grayscale: #757575. Windows color (decimal): -1031373 or 3359728. OLE color: 3359728.
HSL color Cylindrical-coordinate representation of color #F04333: hue angle of 5.08º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F04333 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 51 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.06 |
| HSL | 5.08º | 0.86% | 0.57% | - |
| HSV(B) | 5.08º | 0.79% | 0.94% | - |
| XYZ | 38.54 | 22.78 | 5.5 | - |
| YUV | 116.9 | 90.81 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 51 | 0 | 0.72 | 0.79 | 0.06 | 5.08 | 0.86 | 0.57 |
| Hex | F0 | 43 | 33 | 0 | 48 | 4F | 6 | 5 | 56 | 39 |
| Octal | 360 | 103 | 63 | 0 | 110 | 117 | 6 | 5 | 126 | 71 |
| Binary | 11110000 | 1000011 | 110011 | 0 | 1001000 | 1001111 | 110 | 101 | 1010110 | 111001 |
Color Harmonies of #F04333
Complementary color
Monochromatic Colors of #F04333
Black with #F04333
Text Example
Text Example
White with #F04333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04333; }
p { color: rgb(240,67,51); }
H1.HeaderClassName
{
color: #F04333;
}
.AnyTagClassName
{
color: #F04333;
}
</style>
background-color css
<style>
a { background-color: #F04333; }
a { background-color: rgb(240,67,51); }
div.DivClassName
{
background-color: #F04333;
}
.BgClassName
{
background-color: #F04333;
}
</style>
border-color css
<style>
span { border-color: #F04333; }
span { border-color: rgb(240,67,51); }
td.TdClassName
{
border-color: #F04333;
}
.TagClassName
{
border-color: #F04333;
}
</style>