Shades of Cinnabar #F0451B
Tints of Cinnabar #F0451B
RGB
CMYK
RGB Variations
Color information
#F0451B (or 0xF0451B) is known color: Cinnabar. HEX triplet: F0, 45 and 1B. RGB value is (240,69,27). Sum of RGB (Red+Green+Blue) = 240+69+27=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0451B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0451B is #0FBAE4. Grayscale: #737373. Windows color (decimal): -1030885 or 1787376. OLE color: 1787376.
HSL color Cylindrical-coordinate representation of color #F0451B: hue angle of 11.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0451B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.06 |
| HSL | 11.83º | 0.88% | 0.52% | - |
| HSV(B) | 11.83º | 0.89% | 0.94% | - |
| XYZ | 38.26 | 22.86 | 3.43 | - |
| YUV | 115.34 | 78.15 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 27 | 0 | 0.71 | 0.89 | 0.06 | 11.83 | 0.88 | 0.52 |
| Hex | F0 | 45 | 1B | 0 | 47 | 59 | 6 | C | 58 | 34 |
| Octal | 360 | 105 | 33 | 0 | 107 | 131 | 6 | 14 | 130 | 64 |
| Binary | 11110000 | 1000101 | 11011 | 0 | 1000111 | 1011001 | 110 | 1100 | 1011000 | 110100 |
Color Harmonies of #F0451B
Complementary color
Monochromatic Colors of #F0451B
Black with #F0451B
Text Example
Text Example
White with #F0451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0451B; }
p { color: rgb(240,69,27); }
H1.HeaderClassName
{
color: #F0451B;
}
.AnyTagClassName
{
color: #F0451B;
}
</style>
background-color css
<style>
a { background-color: #F0451B; }
a { background-color: rgb(240,69,27); }
div.DivClassName
{
background-color: #F0451B;
}
.BgClassName
{
background-color: #F0451B;
}
</style>
border-color css
<style>
span { border-color: #F0451B; }
span { border-color: rgb(240,69,27); }
td.TdClassName
{
border-color: #F0451B;
}
.TagClassName
{
border-color: #F0451B;
}
</style>