Shades of Cinnabar #F03829
Tints of Cinnabar #F03829
RGB
CMYK
RGB Variations
Color information
#F03829 (or 0xF03829) is known color: Cinnabar. HEX triplet: F0, 38 and 29. RGB value is (240,56,41). Sum of RGB (Red+Green+Blue) = 240+56+41=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F03829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03829 is #0FC7D6. Grayscale: #6D6D6D. Windows color (decimal): -1034199 or 2701552. OLE color: 2701552.
HSL color Cylindrical-coordinate representation of color #F03829: hue angle of 4.52º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F03829 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 41 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.06 |
| HSL | 4.52º | 0.87% | 0.55% | - |
| HSV(B) | 4.52º | 0.83% | 0.94% | - |
| XYZ | 37.75 | 21.51 | 4.26 | - |
| YUV | 109.31 | 89.46 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 41 | 0 | 0.77 | 0.83 | 0.06 | 4.52 | 0.87 | 0.55 |
| Hex | F0 | 38 | 29 | 0 | 4D | 53 | 6 | 5 | 57 | 37 |
| Octal | 360 | 70 | 51 | 0 | 115 | 123 | 6 | 5 | 127 | 67 |
| Binary | 11110000 | 111000 | 101001 | 0 | 1001101 | 1010011 | 110 | 101 | 1010111 | 110111 |
Color Harmonies of #F03829
Complementary color
Monochromatic Colors of #F03829
Black with #F03829
Text Example
Text Example
White with #F03829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03829; }
p { color: rgb(240,56,41); }
H1.HeaderClassName
{
color: #F03829;
}
.AnyTagClassName
{
color: #F03829;
}
</style>
background-color css
<style>
a { background-color: #F03829; }
a { background-color: rgb(240,56,41); }
div.DivClassName
{
background-color: #F03829;
}
.BgClassName
{
background-color: #F03829;
}
</style>
border-color css
<style>
span { border-color: #F03829; }
span { border-color: rgb(240,56,41); }
td.TdClassName
{
border-color: #F03829;
}
.TagClassName
{
border-color: #F03829;
}
</style>