Shades of Scarlet #FC3203
Tints of Scarlet #FC3203
RGB
CMYK
RGB Variations
Color information
#FC3203 (or 0xFC3203) is known color: Scarlet. HEX triplet: FC, 32 and 03. RGB value is (252,50,3). Sum of RGB (Red+Green+Blue) = 252+50+3=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3203 is #03CDFC. Grayscale: #696969. Windows color (decimal): -249341 or 209660. OLE color: 209660.
HSL color Cylindrical-coordinate representation of color #FC3203: hue angle of 11.33º 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 #FC3203 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.01 |
| HSL | 11.33º | 0.98% | 0.5% | - |
| HSV(B) | 11.33º | 0.99% | 0.99% | - |
| XYZ | 41.3 | 22.98 | 2.35 | - |
| YUV | 105.04 | 70.42 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 3 | 0 | 0.80 | 0.99 | 0.01 | 11.33 | 0.98 | 0.5 |
| Hex | FC | 32 | 3 | 0 | 50 | 63 | 1 | B | 62 | 32 |
| Octal | 374 | 62 | 3 | 0 | 120 | 143 | 1 | 13 | 142 | 62 |
| Binary | 11111100 | 110010 | 11 | 0 | 1010000 | 1100011 | 1 | 1011 | 1100010 | 110010 |
Color Harmonies of #FC3203
Complementary color
Monochromatic Colors of #FC3203
Black with #FC3203
Text Example
Text Example
White with #FC3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3203; }
p { color: rgb(252,50,3); }
H1.HeaderClassName
{
color: #FC3203;
}
.AnyTagClassName
{
color: #FC3203;
}
</style>
background-color css
<style>
a { background-color: #FC3203; }
a { background-color: rgb(252,50,3); }
div.DivClassName
{
background-color: #FC3203;
}
.BgClassName
{
background-color: #FC3203;
}
</style>
border-color css
<style>
span { border-color: #FC3203; }
span { border-color: rgb(252,50,3); }
td.TdClassName
{
border-color: #FC3203;
}
.TagClassName
{
border-color: #FC3203;
}
</style>