Shades of Scarlet #FB1E1B
Tints of Scarlet #FB1E1B
RGB
CMYK
RGB Variations
Color information
#FB1E1B (or 0xFB1E1B) is known color: Scarlet. HEX triplet: FB, 1E and 1B. RGB value is (251,30,27). Sum of RGB (Red+Green+Blue) = 251+30+27=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E1B is #04E1E4. Grayscale: #5F5F5F. Windows color (decimal): -319973 or 1777403. OLE color: 1777403.
HSL color Cylindrical-coordinate representation of color #FB1E1B: hue angle of 0.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1E1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.02 |
| HSL | 0.8º | 0.97% | 0.55% | - |
| HSV(B) | 0.8º | 0.89% | 0.98% | - |
| XYZ | 40.45 | 21.52 | 3.06 | - |
| YUV | 95.74 | 89.22 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 27 | 0 | 0.88 | 0.89 | 0.02 | 0.8 | 0.97 | 0.55 |
| Hex | FB | 1E | 1B | 0 | 58 | 59 | 2 | 1 | 61 | 37 |
| Octal | 373 | 36 | 33 | 0 | 130 | 131 | 2 | 1 | 141 | 67 |
| Binary | 11111011 | 11110 | 11011 | 0 | 1011000 | 1011001 | 10 | 1 | 1100001 | 110111 |
Color Harmonies of #FB1E1B
Complementary color
Monochromatic Colors of #FB1E1B
Black with #FB1E1B
Text Example
Text Example
White with #FB1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E1B; }
p { color: rgb(251,30,27); }
H1.HeaderClassName
{
color: #FB1E1B;
}
.AnyTagClassName
{
color: #FB1E1B;
}
</style>
background-color css
<style>
a { background-color: #FB1E1B; }
a { background-color: rgb(251,30,27); }
div.DivClassName
{
background-color: #FB1E1B;
}
.BgClassName
{
background-color: #FB1E1B;
}
</style>
border-color css
<style>
span { border-color: #FB1E1B; }
span { border-color: rgb(251,30,27); }
td.TdClassName
{
border-color: #FB1E1B;
}
.TagClassName
{
border-color: #FB1E1B;
}
</style>