Shades of Scarlet #FD3210
Tints of Scarlet #FD3210
RGB
CMYK
RGB Variations
Color information
#FD3210 (or 0xFD3210) is known color: Scarlet. HEX triplet: FD, 32 and 10. RGB value is (253,50,16). Sum of RGB (Red+Green+Blue) = 253+50+16=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3210 is #02CDEF. Grayscale: #6B6B6B. Windows color (decimal): -183792 or 1061629. OLE color: 1061629.
HSL color Cylindrical-coordinate representation of color #FD3210: hue angle of 8.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD3210 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 16 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.01 |
| HSL | 8.61º | 0.98% | 0.53% | - |
| HSV(B) | 8.61º | 0.94% | 0.99% | - |
| XYZ | 41.74 | 23.2 | 2.77 | - |
| YUV | 106.82 | 76.75 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 16 | 0 | 0.80 | 0.94 | 0.01 | 8.61 | 0.98 | 0.53 |
| Hex | FD | 32 | 10 | 0 | 50 | 5E | 1 | 9 | 62 | 35 |
| Octal | 375 | 62 | 20 | 0 | 120 | 136 | 1 | 11 | 142 | 65 |
| Binary | 11111101 | 110010 | 10000 | 0 | 1010000 | 1011110 | 1 | 1001 | 1100010 | 110101 |
Color Harmonies of #FD3210
Complementary color
Monochromatic Colors of #FD3210
Black with #FD3210
Text Example
Text Example
White with #FD3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3210; }
p { color: rgb(253,50,16); }
H1.HeaderClassName
{
color: #FD3210;
}
.AnyTagClassName
{
color: #FD3210;
}
</style>
background-color css
<style>
a { background-color: #FD3210; }
a { background-color: rgb(253,50,16); }
div.DivClassName
{
background-color: #FD3210;
}
.BgClassName
{
background-color: #FD3210;
}
</style>
border-color css
<style>
span { border-color: #FD3210; }
span { border-color: rgb(253,50,16); }
td.TdClassName
{
border-color: #FD3210;
}
.TagClassName
{
border-color: #FD3210;
}
</style>