Shades of Scarlet #FD3010
Tints of Scarlet #FD3010
RGB
CMYK
RGB Variations
Color information
#FD3010 (or 0xFD3010) is known color: Scarlet. HEX triplet: FD, 30 and 10. RGB value is (253,48,16). Sum of RGB (Red+Green+Blue) = 253+48+16=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3010 is #02CFEF. Grayscale: #696969. Windows color (decimal): -184304 or 1061117. OLE color: 1061117.
HSL color Cylindrical-coordinate representation of color #FD3010: hue angle of 8.1º 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 #FD3010 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 16 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.01 |
| HSL | 8.1º | 0.98% | 0.53% | - |
| HSV(B) | 8.1º | 0.94% | 0.99% | - |
| XYZ | 41.66 | 23.03 | 2.74 | - |
| YUV | 105.65 | 77.42 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 16 | 0 | 0.81 | 0.94 | 0.01 | 8.1 | 0.98 | 0.53 |
| Hex | FD | 30 | 10 | 0 | 51 | 5E | 1 | 8 | 62 | 35 |
| Octal | 375 | 60 | 20 | 0 | 121 | 136 | 1 | 10 | 142 | 65 |
| Binary | 11111101 | 110000 | 10000 | 0 | 1010001 | 1011110 | 1 | 1000 | 1100010 | 110101 |
Color Harmonies of #FD3010
Complementary color
Monochromatic Colors of #FD3010
Black with #FD3010
Text Example
Text Example
White with #FD3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3010; }
p { color: rgb(253,48,16); }
H1.HeaderClassName
{
color: #FD3010;
}
.AnyTagClassName
{
color: #FD3010;
}
</style>
background-color css
<style>
a { background-color: #FD3010; }
a { background-color: rgb(253,48,16); }
div.DivClassName
{
background-color: #FD3010;
}
.BgClassName
{
background-color: #FD3010;
}
</style>
border-color css
<style>
span { border-color: #FD3010; }
span { border-color: rgb(253,48,16); }
td.TdClassName
{
border-color: #FD3010;
}
.TagClassName
{
border-color: #FD3010;
}
</style>