Shades of Torch Red #FB2434
Tints of Torch Red #FB2434
RGB
CMYK
RGB Variations
Color information
#FB2434 (or 0xFB2434) is known color: Torch Red. HEX triplet: FB, 24 and 34. RGB value is (251,36,52). Sum of RGB (Red+Green+Blue) = 251+36+52=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2434 is #04DBCB. Grayscale: #666666. Windows color (decimal): -318412 or 3417339. OLE color: 3417339.
HSL color Cylindrical-coordinate representation of color #FB2434: hue angle of 355.53º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2434 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.02 |
| HSL | 355.53º | 0.96% | 0.56% | - |
| HSV(B) | 355.53º | 0.86% | 0.98% | - |
| XYZ | 41.03 | 22.02 | 5.34 | - |
| YUV | 102.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 52 | 0 | 0.86 | 0.79 | 0.02 | 355.53 | 0.96 | 0.56 |
| Hex | FB | 24 | 34 | 0 | 56 | 4F | 2 | 164 | 60 | 38 |
| Octal | 373 | 44 | 64 | 0 | 126 | 117 | 2 | 544 | 140 | 70 |
| Binary | 11111011 | 100100 | 110100 | 0 | 1010110 | 1001111 | 10 | 101100100 | 1100000 | 111000 |
Color Harmonies of #FB2434
Complementary color
Monochromatic Colors of #FB2434
Black with #FB2434
Text Example
Text Example
White with #FB2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2434; }
p { color: rgb(251,36,52); }
H1.HeaderClassName
{
color: #FB2434;
}
.AnyTagClassName
{
color: #FB2434;
}
</style>
background-color css
<style>
a { background-color: #FB2434; }
a { background-color: rgb(251,36,52); }
div.DivClassName
{
background-color: #FB2434;
}
.BgClassName
{
background-color: #FB2434;
}
</style>
border-color css
<style>
span { border-color: #FB2434; }
span { border-color: rgb(251,36,52); }
td.TdClassName
{
border-color: #FB2434;
}
.TagClassName
{
border-color: #FB2434;
}
</style>