Shades of Scarlet #FD2705
Tints of Scarlet #FD2705
RGB
CMYK
RGB Variations
Color information
#FD2705 (or 0xFD2705) is known color: Scarlet. HEX triplet: FD, 27 and 05. RGB value is (253,39,5). Sum of RGB (Red+Green+Blue) = 253+39+5=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2705 is #02D8FA. Grayscale: #636363. Windows color (decimal): -186619 or 337917. OLE color: 337917.
HSL color Cylindrical-coordinate representation of color #FD2705: hue angle of 8.23º 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 #FD2705 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.01 |
| HSL | 8.23º | 0.98% | 0.51% | - |
| HSV(B) | 8.23º | 0.98% | 0.99% | - |
| XYZ | 41.26 | 22.34 | 2.28 | - |
| YUV | 99.11 | 74.9 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 5 | 0 | 0.85 | 0.98 | 0.01 | 8.23 | 0.98 | 0.51 |
| Hex | FD | 27 | 5 | 0 | 55 | 62 | 1 | 8 | 62 | 33 |
| Octal | 375 | 47 | 5 | 0 | 125 | 142 | 1 | 10 | 142 | 63 |
| Binary | 11111101 | 100111 | 101 | 0 | 1010101 | 1100010 | 1 | 1000 | 1100010 | 110011 |
Color Harmonies of #FD2705
Complementary color
Monochromatic Colors of #FD2705
Black with #FD2705
Text Example
Text Example
White with #FD2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2705; }
p { color: rgb(253,39,5); }
H1.HeaderClassName
{
color: #FD2705;
}
.AnyTagClassName
{
color: #FD2705;
}
</style>
background-color css
<style>
a { background-color: #FD2705; }
a { background-color: rgb(253,39,5); }
div.DivClassName
{
background-color: #FD2705;
}
.BgClassName
{
background-color: #FD2705;
}
</style>
border-color css
<style>
span { border-color: #FD2705; }
span { border-color: rgb(253,39,5); }
td.TdClassName
{
border-color: #FD2705;
}
.TagClassName
{
border-color: #FD2705;
}
</style>