Shades of Red #FB0D0D
Tints of Red #FB0D0D
RGB
CMYK
RGB Variations
Color information
#FB0D0D (or 0xFB0D0D) is known color: Red. HEX triplet: FB, 0D and 0D. RGB value is (251,13,13). Sum of RGB (Red+Green+Blue) = 251+13+13=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0D0D is #04F2F2. Grayscale: #545454. Windows color (decimal): -324339 or 855547. OLE color: 855547.
HSL color Cylindrical-coordinate representation of color #FB0D0D: hue angle of 0º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0D0D is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 13 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.02 |
| HSL | 0º | 0.97% | 0.52% | - |
| HSV(B) | 0º | 0.95% | 0.98% | - |
| XYZ | 40 | 20.83 | 2.29 | - |
| YUV | 84.16 | 87.85 | 247 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 13 | 0 | 0.95 | 0.95 | 0.02 | 0 | 0.97 | 0.52 |
| Hex | FB | D | D | 0 | 5F | 5F | 2 | 0 | 61 | 34 |
| Octal | 373 | 15 | 15 | 0 | 137 | 137 | 2 | 0 | 141 | 64 |
| Binary | 11111011 | 1101 | 1101 | 0 | 1011111 | 1011111 | 10 | 0 | 1100001 | 110100 |
Color Harmonies of #FB0D0D
Complementary color
Monochromatic Colors of #FB0D0D
Black with #FB0D0D
Text Example
Text Example
White with #FB0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D0D; }
p { color: rgb(251,13,13); }
H1.HeaderClassName
{
color: #FB0D0D;
}
.AnyTagClassName
{
color: #FB0D0D;
}
</style>
background-color css
<style>
a { background-color: #FB0D0D; }
a { background-color: rgb(251,13,13); }
div.DivClassName
{
background-color: #FB0D0D;
}
.BgClassName
{
background-color: #FB0D0D;
}
</style>
border-color css
<style>
span { border-color: #FB0D0D; }
span { border-color: rgb(251,13,13); }
td.TdClassName
{
border-color: #FB0D0D;
}
.TagClassName
{
border-color: #FB0D0D;
}
</style>