Shades of Torch Red #FF0B4B
Tints of Torch Red #FF0B4B
RGB
CMYK
RGB Variations
Color information
#FF0B4B (or 0xFF0B4B) is known color: Torch Red. HEX triplet: FF, 0B and 4B. RGB value is (255,11,75). Sum of RGB (Red+Green+Blue) = 255+11+75=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B4B is #00F4B4. Grayscale: #5B5B5B. Windows color (decimal): -62645 or 4918271. OLE color: 4918271.
HSL color Cylindrical-coordinate representation of color #FF0B4B: hue angle of 344.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0B4B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 75 | - |
| CMYK | 0 | 0.96 | 0.71 | 0 |
| HSL | 344.26º | 1% | 0.52% | - |
| HSV(B) | 344.26º | 0.96% | 1% | - |
| XYZ | 42.63 | 22.01 | 8.66 | - |
| YUV | 91.25 | 118.84 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 75 | 0 | 0.96 | 0.71 | 0 | 344.26 | 1 | 0.52 |
| Hex | FF | B | 4B | 0 | 60 | 47 | 0 | 158 | 64 | 34 |
| Octal | 377 | 13 | 113 | 0 | 140 | 107 | 0 | 530 | 144 | 64 |
| Binary | 11111111 | 1011 | 1001011 | 0 | 1100000 | 1000111 | 0 | 101011000 | 1100100 | 110100 |
Color Harmonies of #FF0B4B
Complementary color
Monochromatic Colors of #FF0B4B
Black with #FF0B4B
Text Example
Text Example
White with #FF0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B4B; }
p { color: rgb(255,11,75); }
H1.HeaderClassName
{
color: #FF0B4B;
}
.AnyTagClassName
{
color: #FF0B4B;
}
</style>
background-color css
<style>
a { background-color: #FF0B4B; }
a { background-color: rgb(255,11,75); }
div.DivClassName
{
background-color: #FF0B4B;
}
.BgClassName
{
background-color: #FF0B4B;
}
</style>
border-color css
<style>
span { border-color: #FF0B4B; }
span { border-color: rgb(255,11,75); }
td.TdClassName
{
border-color: #FF0B4B;
}
.TagClassName
{
border-color: #FF0B4B;
}
</style>