Shades of Scarlet #FB1A07
Tints of Scarlet #FB1A07
RGB
CMYK
RGB Variations
Color information
#FB1A07 (or 0xFB1A07) is known color: Scarlet. HEX triplet: FB, 1A and 07. RGB value is (251,26,7). Sum of RGB (Red+Green+Blue) = 251+26+7=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1A07 is #04E5F8. Grayscale: #5B5B5B. Windows color (decimal): -321017 or 465659. OLE color: 465659.
HSL color Cylindrical-coordinate representation of color #FB1A07: hue angle of 4.67º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB1A07 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.02 |
| HSL | 4.67º | 0.97% | 0.51% | - |
| HSV(B) | 4.67º | 0.97% | 0.98% | - |
| XYZ | 40.19 | 21.26 | 2.19 | - |
| YUV | 91.11 | 80.54 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 7 | 0 | 0.90 | 0.97 | 0.02 | 4.67 | 0.97 | 0.51 |
| Hex | FB | 1A | 7 | 0 | 5A | 61 | 2 | 5 | 61 | 33 |
| Octal | 373 | 32 | 7 | 0 | 132 | 141 | 2 | 5 | 141 | 63 |
| Binary | 11111011 | 11010 | 111 | 0 | 1011010 | 1100001 | 10 | 101 | 1100001 | 110011 |
Color Harmonies of #FB1A07
Complementary color
Monochromatic Colors of #FB1A07
Black with #FB1A07
Text Example
Text Example
White with #FB1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A07; }
p { color: rgb(251,26,7); }
H1.HeaderClassName
{
color: #FB1A07;
}
.AnyTagClassName
{
color: #FB1A07;
}
</style>
background-color css
<style>
a { background-color: #FB1A07; }
a { background-color: rgb(251,26,7); }
div.DivClassName
{
background-color: #FB1A07;
}
.BgClassName
{
background-color: #FB1A07;
}
</style>
border-color css
<style>
span { border-color: #FB1A07; }
span { border-color: rgb(251,26,7); }
td.TdClassName
{
border-color: #FB1A07;
}
.TagClassName
{
border-color: #FB1A07;
}
</style>