Shades of Scarlet #FC3303
Tints of Scarlet #FC3303
RGB
CMYK
RGB Variations
Color information
#FC3303 (or 0xFC3303) is known color: Scarlet. HEX triplet: FC, 33 and 03. RGB value is (252,51,3). Sum of RGB (Red+Green+Blue) = 252+51+3=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3303 is #03CCFC. Grayscale: #6A6A6A. Windows color (decimal): -249085 or 209916. OLE color: 209916.
HSL color Cylindrical-coordinate representation of color #FC3303: hue angle of 11.57º 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 #FC3303 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.01 |
| HSL | 11.57º | 0.98% | 0.5% | - |
| HSV(B) | 11.57º | 0.99% | 0.99% | - |
| XYZ | 41.35 | 23.07 | 2.36 | - |
| YUV | 105.63 | 70.09 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 3 | 0 | 0.80 | 0.99 | 0.01 | 11.57 | 0.98 | 0.5 |
| Hex | FC | 33 | 3 | 0 | 50 | 63 | 1 | C | 62 | 32 |
| Octal | 374 | 63 | 3 | 0 | 120 | 143 | 1 | 14 | 142 | 62 |
| Binary | 11111100 | 110011 | 11 | 0 | 1010000 | 1100011 | 1 | 1100 | 1100010 | 110010 |
Color Harmonies of #FC3303
Complementary color
Monochromatic Colors of #FC3303
Black with #FC3303
Text Example
Text Example
White with #FC3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3303; }
p { color: rgb(252,51,3); }
H1.HeaderClassName
{
color: #FC3303;
}
.AnyTagClassName
{
color: #FC3303;
}
</style>
background-color css
<style>
a { background-color: #FC3303; }
a { background-color: rgb(252,51,3); }
div.DivClassName
{
background-color: #FC3303;
}
.BgClassName
{
background-color: #FC3303;
}
</style>
border-color css
<style>
span { border-color: #FC3303; }
span { border-color: rgb(252,51,3); }
td.TdClassName
{
border-color: #FC3303;
}
.TagClassName
{
border-color: #FC3303;
}
</style>