Shades of Cinnabar #F0452D
Tints of Cinnabar #F0452D
RGB
CMYK
RGB Variations
Color information
#F0452D (or 0xF0452D) is known color: Cinnabar. HEX triplet: F0, 45 and 2D. RGB value is (240,69,45). Sum of RGB (Red+Green+Blue) = 240+69+45=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0452D is #0FBAD2. Grayscale: #757575. Windows color (decimal): -1030867 or 2967024. OLE color: 2967024.
HSL color Cylindrical-coordinate representation of color #F0452D: hue angle of 7.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0452D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 45 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.06 |
| HSL | 7.38º | 0.87% | 0.56% | - |
| HSV(B) | 7.38º | 0.81% | 0.94% | - |
| XYZ | 38.54 | 22.97 | 4.89 | - |
| YUV | 117.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 45 | 0 | 0.71 | 0.81 | 0.06 | 7.38 | 0.87 | 0.56 |
| Hex | F0 | 45 | 2D | 0 | 47 | 51 | 6 | 7 | 57 | 38 |
| Octal | 360 | 105 | 55 | 0 | 107 | 121 | 6 | 7 | 127 | 70 |
| Binary | 11110000 | 1000101 | 101101 | 0 | 1000111 | 1010001 | 110 | 111 | 1010111 | 111000 |
Color Harmonies of #F0452D
Complementary color
Monochromatic Colors of #F0452D
Black with #F0452D
Text Example
Text Example
White with #F0452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0452D; }
p { color: rgb(240,69,45); }
H1.HeaderClassName
{
color: #F0452D;
}
.AnyTagClassName
{
color: #F0452D;
}
</style>
background-color css
<style>
a { background-color: #F0452D; }
a { background-color: rgb(240,69,45); }
div.DivClassName
{
background-color: #F0452D;
}
.BgClassName
{
background-color: #F0452D;
}
</style>
border-color css
<style>
span { border-color: #F0452D; }
span { border-color: rgb(240,69,45); }
td.TdClassName
{
border-color: #F0452D;
}
.TagClassName
{
border-color: #F0452D;
}
</style>