Shades of Cinnabar #F0502F
Tints of Cinnabar #F0502F
RGB
CMYK
RGB Variations
Color information
#F0502F (or 0xF0502F) is known color: Cinnabar. HEX triplet: F0, 50 and 2F. RGB value is (240,80,47). Sum of RGB (Red+Green+Blue) = 240+80+47=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0502F is #0FAFD0. Grayscale: #7C7C7C. Windows color (decimal): -1028049 or 3100912. OLE color: 3100912.
HSL color Cylindrical-coordinate representation of color #F0502F: hue angle of 10.26º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0502F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 47 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.06 |
| HSL | 10.26º | 0.87% | 0.56% | - |
| HSV(B) | 10.26º | 0.8% | 0.94% | - |
| XYZ | 39.32 | 24.47 | 5.34 | - |
| YUV | 124.08 | 84.51 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 47 | 0 | 0.67 | 0.80 | 0.06 | 10.26 | 0.87 | 0.56 |
| Hex | F0 | 50 | 2F | 0 | 43 | 50 | 6 | A | 57 | 38 |
| Octal | 360 | 120 | 57 | 0 | 103 | 120 | 6 | 12 | 127 | 70 |
| Binary | 11110000 | 1010000 | 101111 | 0 | 1000011 | 1010000 | 110 | 1010 | 1010111 | 111000 |
Color Harmonies of #F0502F
Complementary color
Monochromatic Colors of #F0502F
Black with #F0502F
Text Example
Text Example
White with #F0502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0502F; }
p { color: rgb(240,80,47); }
H1.HeaderClassName
{
color: #F0502F;
}
.AnyTagClassName
{
color: #F0502F;
}
</style>
background-color css
<style>
a { background-color: #F0502F; }
a { background-color: rgb(240,80,47); }
div.DivClassName
{
background-color: #F0502F;
}
.BgClassName
{
background-color: #F0502F;
}
</style>
border-color css
<style>
span { border-color: #F0502F; }
span { border-color: rgb(240,80,47); }
td.TdClassName
{
border-color: #F0502F;
}
.TagClassName
{
border-color: #F0502F;
}
</style>