Shades of Scarlet #FB2605
Tints of Scarlet #FB2605
RGB
CMYK
RGB Variations
Color information
#FB2605 (or 0xFB2605) is known color: Scarlet. HEX triplet: FB, 26 and 05. RGB value is (251,38,5). Sum of RGB (Red+Green+Blue) = 251+38+5=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2605 is #04D9FA. Grayscale: #626262. Windows color (decimal): -317947 or 337659. OLE color: 337659.
HSL color Cylindrical-coordinate representation of color #FB2605: hue angle of 8.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB2605 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.02 |
| HSL | 8.05º | 0.97% | 0.5% | - |
| HSV(B) | 8.05º | 0.98% | 0.98% | - |
| XYZ | 40.5 | 21.91 | 2.24 | - |
| YUV | 97.93 | 75.57 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 5 | 0 | 0.85 | 0.98 | 0.02 | 8.05 | 0.97 | 0.5 |
| Hex | FB | 26 | 5 | 0 | 55 | 62 | 2 | 8 | 61 | 32 |
| Octal | 373 | 46 | 5 | 0 | 125 | 142 | 2 | 10 | 141 | 62 |
| Binary | 11111011 | 100110 | 101 | 0 | 1010101 | 1100010 | 10 | 1000 | 1100001 | 110010 |
Color Harmonies of #FB2605
Complementary color
Monochromatic Colors of #FB2605
Black with #FB2605
Text Example
Text Example
White with #FB2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2605; }
p { color: rgb(251,38,5); }
H1.HeaderClassName
{
color: #FB2605;
}
.AnyTagClassName
{
color: #FB2605;
}
</style>
background-color css
<style>
a { background-color: #FB2605; }
a { background-color: rgb(251,38,5); }
div.DivClassName
{
background-color: #FB2605;
}
.BgClassName
{
background-color: #FB2605;
}
</style>
border-color css
<style>
span { border-color: #FB2605; }
span { border-color: rgb(251,38,5); }
td.TdClassName
{
border-color: #FB2605;
}
.TagClassName
{
border-color: #FB2605;
}
</style>