Shades of Cinnabar #F04433
Tints of Cinnabar #F04433
RGB
CMYK
RGB Variations
Color information
#F04433 (or 0xF04433) is known color: Cinnabar. HEX triplet: F0, 44 and 33. RGB value is (240,68,51). Sum of RGB (Red+Green+Blue) = 240+68+51=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F04433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04433 is #0FBBCC. Grayscale: #757575. Windows color (decimal): -1031117 or 3359984. OLE color: 3359984.
HSL color Cylindrical-coordinate representation of color #F04433: hue angle of 5.4º 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 #F04433 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 51 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.06 |
| HSL | 5.4º | 0.86% | 0.57% | - |
| HSV(B) | 5.4º | 0.79% | 0.94% | - |
| XYZ | 38.6 | 22.9 | 5.52 | - |
| YUV | 117.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 51 | 0 | 0.72 | 0.79 | 0.06 | 5.4 | 0.86 | 0.57 |
| Hex | F0 | 44 | 33 | 0 | 48 | 4F | 6 | 5 | 56 | 39 |
| Octal | 360 | 104 | 63 | 0 | 110 | 117 | 6 | 5 | 126 | 71 |
| Binary | 11110000 | 1000100 | 110011 | 0 | 1001000 | 1001111 | 110 | 101 | 1010110 | 111001 |
Color Harmonies of #F04433
Complementary color
Monochromatic Colors of #F04433
Black with #F04433
Text Example
Text Example
White with #F04433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04433; }
p { color: rgb(240,68,51); }
H1.HeaderClassName
{
color: #F04433;
}
.AnyTagClassName
{
color: #F04433;
}
</style>
background-color css
<style>
a { background-color: #F04433; }
a { background-color: rgb(240,68,51); }
div.DivClassName
{
background-color: #F04433;
}
.BgClassName
{
background-color: #F04433;
}
</style>
border-color css
<style>
span { border-color: #F04433; }
span { border-color: rgb(240,68,51); }
td.TdClassName
{
border-color: #F04433;
}
.TagClassName
{
border-color: #F04433;
}
</style>