Shades of Torch Red #F00227
Tints of Torch Red #F00227
RGB
CMYK
RGB Variations
Color information
#F00227 (or 0xF00227) is known color: Torch Red. HEX triplet: F0, 02 and 27. RGB value is (240,2,39). Sum of RGB (Red+Green+Blue) = 240+2+39=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00227 is #0FFDD8. Grayscale: #4D4D4D. Windows color (decimal): -1048025 or 2556656. OLE color: 2556656.
HSL color Cylindrical-coordinate representation of color #F00227: hue angle of 350.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00227 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.06 |
| HSL | 350.67º | 0.98% | 0.47% | - |
| HSV(B) | 350.67º | 0.99% | 0.94% | - |
| XYZ | 36.32 | 18.72 | 3.62 | - |
| YUV | 77.38 | 106.35 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 39 | 0 | 0.99 | 0.84 | 0.06 | 350.67 | 0.98 | 0.47 |
| Hex | F0 | 2 | 27 | 0 | 63 | 54 | 6 | 15F | 62 | 2F |
| Octal | 360 | 2 | 47 | 0 | 143 | 124 | 6 | 537 | 142 | 57 |
| Binary | 11110000 | 10 | 100111 | 0 | 1100011 | 1010100 | 110 | 101011111 | 1100010 | 101111 |
Color Harmonies of #F00227
Complementary color
Monochromatic Colors of #F00227
Black with #F00227
Text Example
Text Example
White with #F00227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00227; }
p { color: rgb(240,2,39); }
H1.HeaderClassName
{
color: #F00227;
}
.AnyTagClassName
{
color: #F00227;
}
</style>
background-color css
<style>
a { background-color: #F00227; }
a { background-color: rgb(240,2,39); }
div.DivClassName
{
background-color: #F00227;
}
.BgClassName
{
background-color: #F00227;
}
</style>
border-color css
<style>
span { border-color: #F00227; }
span { border-color: rgb(240,2,39); }
td.TdClassName
{
border-color: #F00227;
}
.TagClassName
{
border-color: #F00227;
}
</style>