Shades of Scarlet #FD2403
Tints of Scarlet #FD2403
RGB
CMYK
RGB Variations
Color information
#FD2403 (or 0xFD2403) is known color: Scarlet. HEX triplet: FD, 24 and 03. RGB value is (253,36,3). Sum of RGB (Red+Green+Blue) = 253+36+3=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2403 is #02DBFC. Grayscale: #616161. Windows color (decimal): -187389 or 206077. OLE color: 206077.
HSL color Cylindrical-coordinate representation of color #FD2403: hue angle of 7.92º 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 #FD2403 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.01 |
| HSL | 7.92º | 0.98% | 0.5% | - |
| HSV(B) | 7.92º | 0.99% | 0.99% | - |
| XYZ | 41.16 | 22.15 | 2.19 | - |
| YUV | 97.12 | 74.89 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 3 | 0 | 0.86 | 0.99 | 0.01 | 7.92 | 0.98 | 0.5 |
| Hex | FD | 24 | 3 | 0 | 56 | 63 | 1 | 8 | 62 | 32 |
| Octal | 375 | 44 | 3 | 0 | 126 | 143 | 1 | 10 | 142 | 62 |
| Binary | 11111101 | 100100 | 11 | 0 | 1010110 | 1100011 | 1 | 1000 | 1100010 | 110010 |
Color Harmonies of #FD2403
Complementary color
Monochromatic Colors of #FD2403
Black with #FD2403
Text Example
Text Example
White with #FD2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2403; }
p { color: rgb(253,36,3); }
H1.HeaderClassName
{
color: #FD2403;
}
.AnyTagClassName
{
color: #FD2403;
}
</style>
background-color css
<style>
a { background-color: #FD2403; }
a { background-color: rgb(253,36,3); }
div.DivClassName
{
background-color: #FD2403;
}
.BgClassName
{
background-color: #FD2403;
}
</style>
border-color css
<style>
span { border-color: #FD2403; }
span { border-color: rgb(253,36,3); }
td.TdClassName
{
border-color: #FD2403;
}
.TagClassName
{
border-color: #FD2403;
}
</style>