Shades of Scarlet #FB260D
Tints of Scarlet #FB260D
RGB
CMYK
RGB Variations
Color information
#FB260D (or 0xFB260D) is known color: Scarlet. HEX triplet: FB, 26 and 0D. RGB value is (251,38,13). Sum of RGB (Red+Green+Blue) = 251+38+13=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB260D is #04D9F2. Grayscale: #636363. Windows color (decimal): -317939 or 861947. OLE color: 861947.
HSL color Cylindrical-coordinate representation of color #FB260D: hue angle of 6.3º 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 #FB260D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.02 |
| HSL | 6.3º | 0.97% | 0.52% | - |
| HSV(B) | 6.3º | 0.95% | 0.98% | - |
| XYZ | 40.55 | 21.92 | 2.48 | - |
| YUV | 98.84 | 79.57 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 13 | 0 | 0.85 | 0.95 | 0.02 | 6.3 | 0.97 | 0.52 |
| Hex | FB | 26 | D | 0 | 55 | 5F | 2 | 6 | 61 | 34 |
| Octal | 373 | 46 | 15 | 0 | 125 | 137 | 2 | 6 | 141 | 64 |
| Binary | 11111011 | 100110 | 1101 | 0 | 1010101 | 1011111 | 10 | 110 | 1100001 | 110100 |
Color Harmonies of #FB260D
Complementary color
Monochromatic Colors of #FB260D
Black with #FB260D
Text Example
Text Example
White with #FB260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB260D; }
p { color: rgb(251,38,13); }
H1.HeaderClassName
{
color: #FB260D;
}
.AnyTagClassName
{
color: #FB260D;
}
</style>
background-color css
<style>
a { background-color: #FB260D; }
a { background-color: rgb(251,38,13); }
div.DivClassName
{
background-color: #FB260D;
}
.BgClassName
{
background-color: #FB260D;
}
</style>
border-color css
<style>
span { border-color: #FB260D; }
span { border-color: rgb(251,38,13); }
td.TdClassName
{
border-color: #FB260D;
}
.TagClassName
{
border-color: #FB260D;
}
</style>