Shades of Cinnabar #F0502D
Tints of Cinnabar #F0502D
RGB
CMYK
RGB Variations
Color information
#F0502D (or 0xF0502D) is known color: Cinnabar. HEX triplet: F0, 50 and 2D. RGB value is (240,80,45). Sum of RGB (Red+Green+Blue) = 240+80+45=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0502D is #0FAFD2. Grayscale: #7C7C7C. Windows color (decimal): -1028051 or 2969840. OLE color: 2969840.
HSL color Cylindrical-coordinate representation of color #F0502D: hue angle of 10.77º 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 #F0502D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.06 |
| HSL | 10.77º | 0.87% | 0.56% | - |
| HSV(B) | 10.77º | 0.81% | 0.94% | - |
| XYZ | 39.28 | 24.45 | 5.13 | - |
| YUV | 123.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 45 | 0 | 0.67 | 0.81 | 0.06 | 10.77 | 0.87 | 0.56 |
| Hex | F0 | 50 | 2D | 0 | 43 | 51 | 6 | B | 57 | 38 |
| Octal | 360 | 120 | 55 | 0 | 103 | 121 | 6 | 13 | 127 | 70 |
| Binary | 11110000 | 1010000 | 101101 | 0 | 1000011 | 1010001 | 110 | 1011 | 1010111 | 111000 |
Color Harmonies of #F0502D
Complementary color
Monochromatic Colors of #F0502D
Black with #F0502D
Text Example
Text Example
White with #F0502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0502D; }
p { color: rgb(240,80,45); }
H1.HeaderClassName
{
color: #F0502D;
}
.AnyTagClassName
{
color: #F0502D;
}
</style>
background-color css
<style>
a { background-color: #F0502D; }
a { background-color: rgb(240,80,45); }
div.DivClassName
{
background-color: #F0502D;
}
.BgClassName
{
background-color: #F0502D;
}
</style>
border-color css
<style>
span { border-color: #F0502D; }
span { border-color: rgb(240,80,45); }
td.TdClassName
{
border-color: #F0502D;
}
.TagClassName
{
border-color: #F0502D;
}
</style>