Shades of Scarlet #FD310C
Tints of Scarlet #FD310C
RGB
CMYK
RGB Variations
Color information
#FD310C (or 0xFD310C) is known color: Scarlet. HEX triplet: FD, 31 and 0C. RGB value is (253,49,12). Sum of RGB (Red+Green+Blue) = 253+49+12=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD310C is #02CEF3. Grayscale: #6A6A6A. Windows color (decimal): -184052 or 799229. OLE color: 799229.
HSL color Cylindrical-coordinate representation of color #FD310C: hue angle of 9.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD310C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.01 |
| HSL | 9.21º | 0.98% | 0.52% | - |
| HSV(B) | 9.21º | 0.95% | 0.99% | - |
| XYZ | 41.67 | 23.11 | 2.61 | - |
| YUV | 105.78 | 75.09 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 12 | 0 | 0.81 | 0.95 | 0.01 | 9.21 | 0.98 | 0.52 |
| Hex | FD | 31 | C | 0 | 51 | 5F | 1 | 9 | 62 | 34 |
| Octal | 375 | 61 | 14 | 0 | 121 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111101 | 110001 | 1100 | 0 | 1010001 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FD310C
Complementary color
Monochromatic Colors of #FD310C
Black with #FD310C
Text Example
Text Example
White with #FD310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD310C; }
p { color: rgb(253,49,12); }
H1.HeaderClassName
{
color: #FD310C;
}
.AnyTagClassName
{
color: #FD310C;
}
</style>
background-color css
<style>
a { background-color: #FD310C; }
a { background-color: rgb(253,49,12); }
div.DivClassName
{
background-color: #FD310C;
}
.BgClassName
{
background-color: #FD310C;
}
</style>
border-color css
<style>
span { border-color: #FD310C; }
span { border-color: rgb(253,49,12); }
td.TdClassName
{
border-color: #FD310C;
}
.TagClassName
{
border-color: #FD310C;
}
</style>