Shades of Cinnabar #F0341A
Tints of Cinnabar #F0341A
RGB
CMYK
RGB Variations
Color information
#F0341A (or 0xF0341A) is known color: Cinnabar. HEX triplet: F0, 34 and 1A. RGB value is (240,52,26). Sum of RGB (Red+Green+Blue) = 240+52+26=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0341A is #0FCBE5. Grayscale: #696969. Windows color (decimal): -1035238 or 1717488. OLE color: 1717488.
HSL color Cylindrical-coordinate representation of color #F0341A: hue angle of 7.29º 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 #F0341A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 26 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.06 |
| HSL | 7.29º | 0.88% | 0.52% | - |
| HSV(B) | 7.29º | 0.89% | 0.94% | - |
| XYZ | 37.35 | 21.06 | 3.07 | - |
| YUV | 105.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 26 | 0 | 0.78 | 0.89 | 0.06 | 7.29 | 0.88 | 0.52 |
| Hex | F0 | 34 | 1A | 0 | 4E | 59 | 6 | 7 | 58 | 34 |
| Octal | 360 | 64 | 32 | 0 | 116 | 131 | 6 | 7 | 130 | 64 |
| Binary | 11110000 | 110100 | 11010 | 0 | 1001110 | 1011001 | 110 | 111 | 1011000 | 110100 |
Color Harmonies of #F0341A
Complementary color
Monochromatic Colors of #F0341A
Black with #F0341A
Text Example
Text Example
White with #F0341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0341A; }
p { color: rgb(240,52,26); }
H1.HeaderClassName
{
color: #F0341A;
}
.AnyTagClassName
{
color: #F0341A;
}
</style>
background-color css
<style>
a { background-color: #F0341A; }
a { background-color: rgb(240,52,26); }
div.DivClassName
{
background-color: #F0341A;
}
.BgClassName
{
background-color: #F0341A;
}
</style>
border-color css
<style>
span { border-color: #F0341A; }
span { border-color: rgb(240,52,26); }
td.TdClassName
{
border-color: #F0341A;
}
.TagClassName
{
border-color: #F0341A;
}
</style>