Shades of Cinnabar #F04D36
Tints of Cinnabar #F04D36
RGB
CMYK
RGB Variations
Color information
#F04D36 (or 0xF04D36) is known color: Cinnabar. HEX triplet: F0, 4D and 36. RGB value is (240,77,54). Sum of RGB (Red+Green+Blue) = 240+77+54=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D36 is #0FB2C9. Grayscale: #7B7B7B. Windows color (decimal): -1028810 or 3558896. OLE color: 3558896.
HSL color Cylindrical-coordinate representation of color #F04D36: hue angle of 7.42º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F04D36 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 54 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.06 |
| HSL | 7.42º | 0.86% | 0.58% | - |
| HSV(B) | 7.42º | 0.78% | 0.94% | - |
| XYZ | 39.25 | 24.1 | 6.07 | - |
| YUV | 123.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 54 | 0 | 0.68 | 0.78 | 0.06 | 7.42 | 0.86 | 0.58 |
| Hex | F0 | 4D | 36 | 0 | 44 | 4E | 6 | 7 | 56 | 3A |
| Octal | 360 | 115 | 66 | 0 | 104 | 116 | 6 | 7 | 126 | 72 |
| Binary | 11110000 | 1001101 | 110110 | 0 | 1000100 | 1001110 | 110 | 111 | 1010110 | 111010 |
Color Harmonies of #F04D36
Complementary color
Monochromatic Colors of #F04D36
Black with #F04D36
Text Example
Text Example
White with #F04D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D36; }
p { color: rgb(240,77,54); }
H1.HeaderClassName
{
color: #F04D36;
}
.AnyTagClassName
{
color: #F04D36;
}
</style>
background-color css
<style>
a { background-color: #F04D36; }
a { background-color: rgb(240,77,54); }
div.DivClassName
{
background-color: #F04D36;
}
.BgClassName
{
background-color: #F04D36;
}
</style>
border-color css
<style>
span { border-color: #F04D36; }
span { border-color: rgb(240,77,54); }
td.TdClassName
{
border-color: #F04D36;
}
.TagClassName
{
border-color: #F04D36;
}
</style>