Shades of Scarlet #FD1306
Tints of Scarlet #FD1306
RGB
CMYK
RGB Variations
Color information
#FD1306 (or 0xFD1306) is known color: Scarlet. HEX triplet: FD, 13 and 06. RGB value is (253,19,6). Sum of RGB (Red+Green+Blue) = 253+19+6=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1306 is #02ECF9. Grayscale: #575757. Windows color (decimal): -191738 or 398333. OLE color: 398333.
HSL color Cylindrical-coordinate representation of color #FD1306: hue angle of 3.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1306 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.01 |
| HSL | 3.16º | 0.98% | 0.51% | - |
| HSV(B) | 3.16º | 0.98% | 0.99% | - |
| XYZ | 40.77 | 21.36 | 2.15 | - |
| YUV | 87.48 | 82.02 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 6 | 0 | 0.92 | 0.98 | 0.01 | 3.16 | 0.98 | 0.51 |
| Hex | FD | 13 | 6 | 0 | 5C | 62 | 1 | 3 | 62 | 33 |
| Octal | 375 | 23 | 6 | 0 | 134 | 142 | 1 | 3 | 142 | 63 |
| Binary | 11111101 | 10011 | 110 | 0 | 1011100 | 1100010 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FD1306
Complementary color
Monochromatic Colors of #FD1306
Black with #FD1306
Text Example
Text Example
White with #FD1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1306; }
p { color: rgb(253,19,6); }
H1.HeaderClassName
{
color: #FD1306;
}
.AnyTagClassName
{
color: #FD1306;
}
</style>
background-color css
<style>
a { background-color: #FD1306; }
a { background-color: rgb(253,19,6); }
div.DivClassName
{
background-color: #FD1306;
}
.BgClassName
{
background-color: #FD1306;
}
</style>
border-color css
<style>
span { border-color: #FD1306; }
span { border-color: rgb(253,19,6); }
td.TdClassName
{
border-color: #FD1306;
}
.TagClassName
{
border-color: #FD1306;
}
</style>