Shades of Cinnabar #F04C34
Tints of Cinnabar #F04C34
RGB
CMYK
RGB Variations
Color information
#F04C34 (or 0xF04C34) is known color: Cinnabar. HEX triplet: F0, 4C and 34. RGB value is (240,76,52). Sum of RGB (Red+Green+Blue) = 240+76+52=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C34 is #0FB3CB. Grayscale: #7A7A7A. Windows color (decimal): -1029068 or 3427568. OLE color: 3427568.
HSL color Cylindrical-coordinate representation of color #F04C34: hue angle of 7.66º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F04C34 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 52 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.06 |
| HSL | 7.66º | 0.86% | 0.57% | - |
| HSV(B) | 7.66º | 0.78% | 0.94% | - |
| XYZ | 39.14 | 23.94 | 5.81 | - |
| YUV | 122.3 | 88.33 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 52 | 0 | 0.68 | 0.78 | 0.06 | 7.66 | 0.86 | 0.57 |
| Hex | F0 | 4C | 34 | 0 | 44 | 4E | 6 | 8 | 56 | 39 |
| Octal | 360 | 114 | 64 | 0 | 104 | 116 | 6 | 10 | 126 | 71 |
| Binary | 11110000 | 1001100 | 110100 | 0 | 1000100 | 1001110 | 110 | 1000 | 1010110 | 111001 |
Color Harmonies of #F04C34
Complementary color
Monochromatic Colors of #F04C34
Black with #F04C34
Text Example
Text Example
White with #F04C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C34; }
p { color: rgb(240,76,52); }
H1.HeaderClassName
{
color: #F04C34;
}
.AnyTagClassName
{
color: #F04C34;
}
</style>
background-color css
<style>
a { background-color: #F04C34; }
a { background-color: rgb(240,76,52); }
div.DivClassName
{
background-color: #F04C34;
}
.BgClassName
{
background-color: #F04C34;
}
</style>
border-color css
<style>
span { border-color: #F04C34; }
span { border-color: rgb(240,76,52); }
td.TdClassName
{
border-color: #F04C34;
}
.TagClassName
{
border-color: #F04C34;
}
</style>