Shades of Torch Red #FB2430
Tints of Torch Red #FB2430
RGB
CMYK
RGB Variations
Color information
#FB2430 (or 0xFB2430) is known color: Torch Red. HEX triplet: FB, 24 and 30. RGB value is (251,36,48). Sum of RGB (Red+Green+Blue) = 251+36+48=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2430 is #04DBCF. Grayscale: #656565. Windows color (decimal): -318416 or 3155195. OLE color: 3155195.
HSL color Cylindrical-coordinate representation of color #FB2430: hue angle of 356.65º 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 #FB2430 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 48 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.02 |
| HSL | 356.65º | 0.96% | 0.56% | - |
| HSV(B) | 356.65º | 0.86% | 0.98% | - |
| XYZ | 40.95 | 21.98 | 4.88 | - |
| YUV | 101.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 48 | 0 | 0.86 | 0.81 | 0.02 | 356.65 | 0.96 | 0.56 |
| Hex | FB | 24 | 30 | 0 | 56 | 51 | 2 | 165 | 60 | 38 |
| Octal | 373 | 44 | 60 | 0 | 126 | 121 | 2 | 545 | 140 | 70 |
| Binary | 11111011 | 100100 | 110000 | 0 | 1010110 | 1010001 | 10 | 101100101 | 1100000 | 111000 |
Color Harmonies of #FB2430
Complementary color
Monochromatic Colors of #FB2430
Black with #FB2430
Text Example
Text Example
White with #FB2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2430; }
p { color: rgb(251,36,48); }
H1.HeaderClassName
{
color: #FB2430;
}
.AnyTagClassName
{
color: #FB2430;
}
</style>
background-color css
<style>
a { background-color: #FB2430; }
a { background-color: rgb(251,36,48); }
div.DivClassName
{
background-color: #FB2430;
}
.BgClassName
{
background-color: #FB2430;
}
</style>
border-color css
<style>
span { border-color: #FB2430; }
span { border-color: rgb(251,36,48); }
td.TdClassName
{
border-color: #FB2430;
}
.TagClassName
{
border-color: #FB2430;
}
</style>