Shades of Torch Red #FF0D2B
Tints of Torch Red #FF0D2B
RGB
CMYK
RGB Variations
Color information
#FF0D2B (or 0xFF0D2B) is known color: Torch Red. HEX triplet: FF, 0D and 2B. RGB value is (255,13,43). Sum of RGB (Red+Green+Blue) = 255+13+43=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D2B is #00F2D4. Grayscale: #585858. Windows color (decimal): -62165 or 2821631. OLE color: 2821631.
HSL color Cylindrical-coordinate representation of color #FF0D2B: hue angle of 352.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D2B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 43 | - |
| CMYK | 0 | 0.95 | 0.83 | 0 |
| HSL | 352.56º | 1% | 0.53% | - |
| HSV(B) | 352.56º | 0.95% | 1% | - |
| XYZ | 41.82 | 21.72 | 4.27 | - |
| YUV | 88.78 | 102.17 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 43 | 0 | 0.95 | 0.83 | 0 | 352.56 | 1 | 0.53 |
| Hex | FF | D | 2B | 0 | 5F | 53 | 0 | 161 | 64 | 35 |
| Octal | 377 | 15 | 53 | 0 | 137 | 123 | 0 | 541 | 144 | 65 |
| Binary | 11111111 | 1101 | 101011 | 0 | 1011111 | 1010011 | 0 | 101100001 | 1100100 | 110101 |
Color Harmonies of #FF0D2B
Complementary color
Monochromatic Colors of #FF0D2B
Black with #FF0D2B
Text Example
Text Example
White with #FF0D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D2B; }
p { color: rgb(255,13,43); }
H1.HeaderClassName
{
color: #FF0D2B;
}
.AnyTagClassName
{
color: #FF0D2B;
}
</style>
background-color css
<style>
a { background-color: #FF0D2B; }
a { background-color: rgb(255,13,43); }
div.DivClassName
{
background-color: #FF0D2B;
}
.BgClassName
{
background-color: #FF0D2B;
}
</style>
border-color css
<style>
span { border-color: #FF0D2B; }
span { border-color: rgb(255,13,43); }
td.TdClassName
{
border-color: #FF0D2B;
}
.TagClassName
{
border-color: #FF0D2B;
}
</style>