Shades of Scarlet #FD140B
Tints of Scarlet #FD140B
RGB
CMYK
RGB Variations
Color information
#FD140B (or 0xFD140B) is known color: Scarlet. HEX triplet: FD, 14 and 0B. RGB value is (253,20,11). Sum of RGB (Red+Green+Blue) = 253+20+11=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD140B is #02EBF4. Grayscale: #585858. Windows color (decimal): -191477 or 726269. OLE color: 726269.
HSL color Cylindrical-coordinate representation of color #FD140B: hue angle of 2.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD140B is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 11 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.01 |
| HSL | 2.23º | 0.98% | 0.52% | - |
| HSV(B) | 2.23º | 0.96% | 0.99% | - |
| XYZ | 40.82 | 21.41 | 2.3 | - |
| YUV | 88.64 | 84.19 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 11 | 0 | 0.92 | 0.96 | 0.01 | 2.23 | 0.98 | 0.52 |
| Hex | FD | 14 | B | 0 | 5C | 60 | 1 | 2 | 62 | 34 |
| Octal | 375 | 24 | 13 | 0 | 134 | 140 | 1 | 2 | 142 | 64 |
| Binary | 11111101 | 10100 | 1011 | 0 | 1011100 | 1100000 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FD140B
Complementary color
Monochromatic Colors of #FD140B
Black with #FD140B
Text Example
Text Example
White with #FD140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD140B; }
p { color: rgb(253,20,11); }
H1.HeaderClassName
{
color: #FD140B;
}
.AnyTagClassName
{
color: #FD140B;
}
</style>
background-color css
<style>
a { background-color: #FD140B; }
a { background-color: rgb(253,20,11); }
div.DivClassName
{
background-color: #FD140B;
}
.BgClassName
{
background-color: #FD140B;
}
</style>
border-color css
<style>
span { border-color: #FD140B; }
span { border-color: rgb(253,20,11); }
td.TdClassName
{
border-color: #FD140B;
}
.TagClassName
{
border-color: #FD140B;
}
</style>