Shades of Scarlet #FC2403
Tints of Scarlet #FC2403
RGB
CMYK
RGB Variations
Color information
#FC2403 (or 0xFC2403) is known color: Scarlet. HEX triplet: FC, 24 and 03. RGB value is (252,36,3). Sum of RGB (Red+Green+Blue) = 252+36+3=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2403 is #03DBFC. Grayscale: #616161. Windows color (decimal): -252925 or 206076. OLE color: 206076.
HSL color Cylindrical-coordinate representation of color #FC2403: hue angle of 7.95º 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 #FC2403 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.01 |
| HSL | 7.95º | 0.98% | 0.5% | - |
| HSV(B) | 7.95º | 0.99% | 0.99% | - |
| XYZ | 40.79 | 21.96 | 2.18 | - |
| YUV | 96.82 | 75.06 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 3 | 0 | 0.86 | 0.99 | 0.01 | 7.95 | 0.98 | 0.5 |
| Hex | FC | 24 | 3 | 0 | 56 | 63 | 1 | 8 | 62 | 32 |
| Octal | 374 | 44 | 3 | 0 | 126 | 143 | 1 | 10 | 142 | 62 |
| Binary | 11111100 | 100100 | 11 | 0 | 1010110 | 1100011 | 1 | 1000 | 1100010 | 110010 |
Color Harmonies of #FC2403
Complementary color
Monochromatic Colors of #FC2403
Black with #FC2403
Text Example
Text Example
White with #FC2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2403; }
p { color: rgb(252,36,3); }
H1.HeaderClassName
{
color: #FC2403;
}
.AnyTagClassName
{
color: #FC2403;
}
</style>
background-color css
<style>
a { background-color: #FC2403; }
a { background-color: rgb(252,36,3); }
div.DivClassName
{
background-color: #FC2403;
}
.BgClassName
{
background-color: #FC2403;
}
</style>
border-color css
<style>
span { border-color: #FC2403; }
span { border-color: rgb(252,36,3); }
td.TdClassName
{
border-color: #FC2403;
}
.TagClassName
{
border-color: #FC2403;
}
</style>