Shades of Cinnabar #F0452A
Tints of Cinnabar #F0452A
RGB
CMYK
RGB Variations
Color information
#F0452A (or 0xF0452A) is known color: Cinnabar. HEX triplet: F0, 45 and 2A. RGB value is (240,69,42). Sum of RGB (Red+Green+Blue) = 240+69+42=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0452A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0452A is #0FBAD5. Grayscale: #757575. Windows color (decimal): -1030870 or 2770416. OLE color: 2770416.
HSL color Cylindrical-coordinate representation of color #F0452A: hue angle of 8.18º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0452A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 42 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.06 |
| HSL | 8.18º | 0.87% | 0.55% | - |
| HSV(B) | 8.18º | 0.83% | 0.94% | - |
| XYZ | 38.48 | 22.95 | 4.59 | - |
| YUV | 117.05 | 85.65 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 42 | 0 | 0.71 | 0.82 | 0.06 | 8.18 | 0.87 | 0.55 |
| Hex | F0 | 45 | 2A | 0 | 47 | 52 | 6 | 8 | 57 | 37 |
| Octal | 360 | 105 | 52 | 0 | 107 | 122 | 6 | 10 | 127 | 67 |
| Binary | 11110000 | 1000101 | 101010 | 0 | 1000111 | 1010010 | 110 | 1000 | 1010111 | 110111 |
Color Harmonies of #F0452A
Complementary color
Monochromatic Colors of #F0452A
Black with #F0452A
Text Example
Text Example
White with #F0452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0452A; }
p { color: rgb(240,69,42); }
H1.HeaderClassName
{
color: #F0452A;
}
.AnyTagClassName
{
color: #F0452A;
}
</style>
background-color css
<style>
a { background-color: #F0452A; }
a { background-color: rgb(240,69,42); }
div.DivClassName
{
background-color: #F0452A;
}
.BgClassName
{
background-color: #F0452A;
}
</style>
border-color css
<style>
span { border-color: #F0452A; }
span { border-color: rgb(240,69,42); }
td.TdClassName
{
border-color: #F0452A;
}
.TagClassName
{
border-color: #F0452A;
}
</style>