Shades of Scarlet #FB261D
Tints of Scarlet #FB261D
RGB
CMYK
RGB Variations
Color information
#FB261D (or 0xFB261D) is known color: Scarlet. HEX triplet: FB, 26 and 1D. RGB value is (251,38,29). Sum of RGB (Red+Green+Blue) = 251+38+29=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB261D is #04D9E2. Grayscale: #646464. Windows color (decimal): -317923 or 1910523. OLE color: 1910523.
HSL color Cylindrical-coordinate representation of color #FB261D: hue angle of 2.43º 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 #FB261D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.02 |
| HSL | 2.43º | 0.97% | 0.55% | - |
| HSV(B) | 2.43º | 0.88% | 0.98% | - |
| XYZ | 40.7 | 21.98 | 3.26 | - |
| YUV | 100.66 | 87.57 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 29 | 0 | 0.85 | 0.88 | 0.02 | 2.43 | 0.97 | 0.55 |
| Hex | FB | 26 | 1D | 0 | 55 | 58 | 2 | 2 | 61 | 37 |
| Octal | 373 | 46 | 35 | 0 | 125 | 130 | 2 | 2 | 141 | 67 |
| Binary | 11111011 | 100110 | 11101 | 0 | 1010101 | 1011000 | 10 | 10 | 1100001 | 110111 |
Color Harmonies of #FB261D
Complementary color
Monochromatic Colors of #FB261D
Black with #FB261D
Text Example
Text Example
White with #FB261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB261D; }
p { color: rgb(251,38,29); }
H1.HeaderClassName
{
color: #FB261D;
}
.AnyTagClassName
{
color: #FB261D;
}
</style>
background-color css
<style>
a { background-color: #FB261D; }
a { background-color: rgb(251,38,29); }
div.DivClassName
{
background-color: #FB261D;
}
.BgClassName
{
background-color: #FB261D;
}
</style>
border-color css
<style>
span { border-color: #FB261D; }
span { border-color: rgb(251,38,29); }
td.TdClassName
{
border-color: #FB261D;
}
.TagClassName
{
border-color: #FB261D;
}
</style>