Shades of Scarlet #FD1303
Tints of Scarlet #FD1303
RGB
CMYK
RGB Variations
Color information
#FD1303 (or 0xFD1303) is known color: Scarlet. HEX triplet: FD, 13 and 03. RGB value is (253,19,3). Sum of RGB (Red+Green+Blue) = 253+19+3=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1303 is #02ECFC. Grayscale: #575757. Windows color (decimal): -191741 or 201725. OLE color: 201725.
HSL color Cylindrical-coordinate representation of color #FD1303: hue angle of 3.84º 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 #FD1303 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.01 |
| HSL | 3.84º | 0.98% | 0.5% | - |
| HSV(B) | 3.84º | 0.99% | 0.99% | - |
| XYZ | 40.76 | 21.35 | 2.06 | - |
| YUV | 87.14 | 80.52 | 246.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 3 | 0 | 0.92 | 0.99 | 0.01 | 3.84 | 0.98 | 0.5 |
| Hex | FD | 13 | 3 | 0 | 5C | 63 | 1 | 4 | 62 | 32 |
| Octal | 375 | 23 | 3 | 0 | 134 | 143 | 1 | 4 | 142 | 62 |
| Binary | 11111101 | 10011 | 11 | 0 | 1011100 | 1100011 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FD1303
Complementary color
Monochromatic Colors of #FD1303
Black with #FD1303
Text Example
Text Example
White with #FD1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1303; }
p { color: rgb(253,19,3); }
H1.HeaderClassName
{
color: #FD1303;
}
.AnyTagClassName
{
color: #FD1303;
}
</style>
background-color css
<style>
a { background-color: #FD1303; }
a { background-color: rgb(253,19,3); }
div.DivClassName
{
background-color: #FD1303;
}
.BgClassName
{
background-color: #FD1303;
}
</style>
border-color css
<style>
span { border-color: #FD1303; }
span { border-color: rgb(253,19,3); }
td.TdClassName
{
border-color: #FD1303;
}
.TagClassName
{
border-color: #FD1303;
}
</style>