Shades of Cinnabar #F04A27
Tints of Cinnabar #F04A27
RGB
CMYK
RGB Variations
Color information
#F04A27 (or 0xF04A27) is known color: Cinnabar. HEX triplet: F0, 4A and 27. RGB value is (240,74,39). Sum of RGB (Red+Green+Blue) = 240+74+39=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A27 is #0FB5D8. Grayscale: #777777. Windows color (decimal): -1029593 or 2575088. OLE color: 2575088.
HSL color Cylindrical-coordinate representation of color #F04A27: hue angle of 10.45º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F04A27 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 39 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.06 |
| HSL | 10.45º | 0.87% | 0.55% | - |
| HSV(B) | 10.45º | 0.84% | 0.94% | - |
| XYZ | 38.75 | 23.57 | 4.43 | - |
| YUV | 119.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 39 | 0 | 0.69 | 0.84 | 0.06 | 10.45 | 0.87 | 0.55 |
| Hex | F0 | 4A | 27 | 0 | 45 | 54 | 6 | A | 57 | 37 |
| Octal | 360 | 112 | 47 | 0 | 105 | 124 | 6 | 12 | 127 | 67 |
| Binary | 11110000 | 1001010 | 100111 | 0 | 1000101 | 1010100 | 110 | 1010 | 1010111 | 110111 |
Color Harmonies of #F04A27
Complementary color
Monochromatic Colors of #F04A27
Black with #F04A27
Text Example
Text Example
White with #F04A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A27; }
p { color: rgb(240,74,39); }
H1.HeaderClassName
{
color: #F04A27;
}
.AnyTagClassName
{
color: #F04A27;
}
</style>
background-color css
<style>
a { background-color: #F04A27; }
a { background-color: rgb(240,74,39); }
div.DivClassName
{
background-color: #F04A27;
}
.BgClassName
{
background-color: #F04A27;
}
</style>
border-color css
<style>
span { border-color: #F04A27; }
span { border-color: rgb(240,74,39); }
td.TdClassName
{
border-color: #F04A27;
}
.TagClassName
{
border-color: #F04A27;
}
</style>