Shades of Scarlet #FD2703
Tints of Scarlet #FD2703
RGB
CMYK
RGB Variations
Color information
#FD2703 (or 0xFD2703) is known color: Scarlet. HEX triplet: FD, 27 and 03. RGB value is (253,39,3). Sum of RGB (Red+Green+Blue) = 253+39+3=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2703 is #02D8FC. Grayscale: #636363. Windows color (decimal): -186621 or 206845. OLE color: 206845.
HSL color Cylindrical-coordinate representation of color #FD2703: hue angle of 8.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD2703 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.01 |
| HSL | 8.64º | 0.98% | 0.5% | - |
| HSV(B) | 8.64º | 0.99% | 0.99% | - |
| XYZ | 41.25 | 22.34 | 2.22 | - |
| YUV | 98.88 | 73.9 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 3 | 0 | 0.85 | 0.99 | 0.01 | 8.64 | 0.98 | 0.5 |
| Hex | FD | 27 | 3 | 0 | 55 | 63 | 1 | 9 | 62 | 32 |
| Octal | 375 | 47 | 3 | 0 | 125 | 143 | 1 | 11 | 142 | 62 |
| Binary | 11111101 | 100111 | 11 | 0 | 1010101 | 1100011 | 1 | 1001 | 1100010 | 110010 |
Color Harmonies of #FD2703
Complementary color
Monochromatic Colors of #FD2703
Black with #FD2703
Text Example
Text Example
White with #FD2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2703; }
p { color: rgb(253,39,3); }
H1.HeaderClassName
{
color: #FD2703;
}
.AnyTagClassName
{
color: #FD2703;
}
</style>
background-color css
<style>
a { background-color: #FD2703; }
a { background-color: rgb(253,39,3); }
div.DivClassName
{
background-color: #FD2703;
}
.BgClassName
{
background-color: #FD2703;
}
</style>
border-color css
<style>
span { border-color: #FD2703; }
span { border-color: rgb(253,39,3); }
td.TdClassName
{
border-color: #FD2703;
}
.TagClassName
{
border-color: #FD2703;
}
</style>