Shades of Scarlet #FD130A
Tints of Scarlet #FD130A
RGB
CMYK
RGB Variations
Color information
#FD130A (or 0xFD130A) is known color: Scarlet. HEX triplet: FD, 13 and 0A. RGB value is (253,19,10). Sum of RGB (Red+Green+Blue) = 253+19+10=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD130A is #02ECF5. Grayscale: #585858. Windows color (decimal): -191734 or 660477. OLE color: 660477.
HSL color Cylindrical-coordinate representation of color #FD130A: hue angle of 2.22º 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 #FD130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.01 |
| HSL | 2.22º | 0.98% | 0.52% | - |
| HSV(B) | 2.22º | 0.96% | 0.99% | - |
| XYZ | 40.8 | 21.37 | 2.26 | - |
| YUV | 87.94 | 84.02 | 245.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 10 | 0 | 0.92 | 0.96 | 0.01 | 2.22 | 0.98 | 0.52 |
| Hex | FD | 13 | A | 0 | 5C | 60 | 1 | 2 | 62 | 34 |
| Octal | 375 | 23 | 12 | 0 | 134 | 140 | 1 | 2 | 142 | 64 |
| Binary | 11111101 | 10011 | 1010 | 0 | 1011100 | 1100000 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FD130A
Complementary color
Monochromatic Colors of #FD130A
Black with #FD130A
Text Example
Text Example
White with #FD130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD130A; }
p { color: rgb(253,19,10); }
H1.HeaderClassName
{
color: #FD130A;
}
.AnyTagClassName
{
color: #FD130A;
}
</style>
background-color css
<style>
a { background-color: #FD130A; }
a { background-color: rgb(253,19,10); }
div.DivClassName
{
background-color: #FD130A;
}
.BgClassName
{
background-color: #FD130A;
}
</style>
border-color css
<style>
span { border-color: #FD130A; }
span { border-color: rgb(253,19,10); }
td.TdClassName
{
border-color: #FD130A;
}
.TagClassName
{
border-color: #FD130A;
}
</style>