Shades of Cinnabar #F0451D
Tints of Cinnabar #F0451D
RGB
CMYK
RGB Variations
Color information
#F0451D (or 0xF0451D) is known color: Cinnabar. HEX triplet: F0, 45 and 1D. RGB value is (240,69,29). Sum of RGB (Red+Green+Blue) = 240+69+29=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0451D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0451D is #0FBAE2. Grayscale: #737373. Windows color (decimal): -1030883 or 1918448. OLE color: 1918448.
HSL color Cylindrical-coordinate representation of color #F0451D: hue angle of 11.37º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0451D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.06 |
| HSL | 11.37º | 0.88% | 0.53% | - |
| HSV(B) | 11.37º | 0.88% | 0.94% | - |
| XYZ | 38.29 | 22.87 | 3.56 | - |
| YUV | 115.57 | 79.15 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 29 | 0 | 0.71 | 0.88 | 0.06 | 11.37 | 0.88 | 0.53 |
| Hex | F0 | 45 | 1D | 0 | 47 | 58 | 6 | B | 58 | 35 |
| Octal | 360 | 105 | 35 | 0 | 107 | 130 | 6 | 13 | 130 | 65 |
| Binary | 11110000 | 1000101 | 11101 | 0 | 1000111 | 1011000 | 110 | 1011 | 1011000 | 110101 |
Color Harmonies of #F0451D
Complementary color
Monochromatic Colors of #F0451D
Black with #F0451D
Text Example
Text Example
White with #F0451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0451D; }
p { color: rgb(240,69,29); }
H1.HeaderClassName
{
color: #F0451D;
}
.AnyTagClassName
{
color: #F0451D;
}
</style>
background-color css
<style>
a { background-color: #F0451D; }
a { background-color: rgb(240,69,29); }
div.DivClassName
{
background-color: #F0451D;
}
.BgClassName
{
background-color: #F0451D;
}
</style>
border-color css
<style>
span { border-color: #F0451D; }
span { border-color: rgb(240,69,29); }
td.TdClassName
{
border-color: #F0451D;
}
.TagClassName
{
border-color: #F0451D;
}
</style>