Shades of Scarlet #FB281D
Tints of Scarlet #FB281D
RGB
CMYK
RGB Variations
Color information
#FB281D (or 0xFB281D) is known color: Scarlet. HEX triplet: FB, 28 and 1D. RGB value is (251,40,29). Sum of RGB (Red+Green+Blue) = 251+40+29=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB281D is #04D7E2. Grayscale: #666666. Windows color (decimal): -317411 or 1911035. OLE color: 1911035.
HSL color Cylindrical-coordinate representation of color #FB281D: hue angle of 2.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB281D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.02 |
| HSL | 2.97º | 0.97% | 0.55% | - |
| HSV(B) | 2.97º | 0.88% | 0.98% | - |
| XYZ | 40.76 | 22.12 | 3.28 | - |
| YUV | 101.84 | 86.9 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 29 | 0 | 0.84 | 0.88 | 0.02 | 2.97 | 0.97 | 0.55 |
| Hex | FB | 28 | 1D | 0 | 54 | 58 | 2 | 3 | 61 | 37 |
| Octal | 373 | 50 | 35 | 0 | 124 | 130 | 2 | 3 | 141 | 67 |
| Binary | 11111011 | 101000 | 11101 | 0 | 1010100 | 1011000 | 10 | 11 | 1100001 | 110111 |
Color Harmonies of #FB281D
Complementary color
Monochromatic Colors of #FB281D
Black with #FB281D
Text Example
Text Example
White with #FB281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB281D; }
p { color: rgb(251,40,29); }
H1.HeaderClassName
{
color: #FB281D;
}
.AnyTagClassName
{
color: #FB281D;
}
</style>
background-color css
<style>
a { background-color: #FB281D; }
a { background-color: rgb(251,40,29); }
div.DivClassName
{
background-color: #FB281D;
}
.BgClassName
{
background-color: #FB281D;
}
</style>
border-color css
<style>
span { border-color: #FB281D; }
span { border-color: rgb(251,40,29); }
td.TdClassName
{
border-color: #FB281D;
}
.TagClassName
{
border-color: #FB281D;
}
</style>