Shades of Scarlet #FB140D
Tints of Scarlet #FB140D
RGB
CMYK
RGB Variations
Color information
#FB140D (or 0xFB140D) is known color: Scarlet. HEX triplet: FB, 14 and 0D. RGB value is (251,20,13). Sum of RGB (Red+Green+Blue) = 251+20+13=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB140D is #04EBF2. Grayscale: #585858. Windows color (decimal): -322547 or 857339. OLE color: 857339.
HSL color Cylindrical-coordinate representation of color #FB140D: hue angle of 1.76º 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 #FB140D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 1.76º | 0.97% | 0.52% | - |
| HSV(B) | 1.76º | 0.95% | 0.98% | - |
| XYZ | 40.11 | 21.04 | 2.33 | - |
| YUV | 88.27 | 85.53 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 13 | 0 | 0.92 | 0.95 | 0.02 | 1.76 | 0.97 | 0.52 |
| Hex | FB | 14 | D | 0 | 5C | 5F | 2 | 2 | 61 | 34 |
| Octal | 373 | 24 | 15 | 0 | 134 | 137 | 2 | 2 | 141 | 64 |
| Binary | 11111011 | 10100 | 1101 | 0 | 1011100 | 1011111 | 10 | 10 | 1100001 | 110100 |
Color Harmonies of #FB140D
Complementary color
Monochromatic Colors of #FB140D
Black with #FB140D
Text Example
Text Example
White with #FB140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB140D; }
p { color: rgb(251,20,13); }
H1.HeaderClassName
{
color: #FB140D;
}
.AnyTagClassName
{
color: #FB140D;
}
</style>
background-color css
<style>
a { background-color: #FB140D; }
a { background-color: rgb(251,20,13); }
div.DivClassName
{
background-color: #FB140D;
}
.BgClassName
{
background-color: #FB140D;
}
</style>
border-color css
<style>
span { border-color: #FB140D; }
span { border-color: rgb(251,20,13); }
td.TdClassName
{
border-color: #FB140D;
}
.TagClassName
{
border-color: #FB140D;
}
</style>