Shades of Scarlet #FC350B
Tints of Scarlet #FC350B
RGB
CMYK
RGB Variations
Color information
#FC350B (or 0xFC350B) is known color: Scarlet. HEX triplet: FC, 35 and 0B. RGB value is (252,53,11). Sum of RGB (Red+Green+Blue) = 252+53+11=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC350B is #03CAF4. Grayscale: #6C6C6C. Windows color (decimal): -248565 or 734716. OLE color: 734716.
HSL color Cylindrical-coordinate representation of color #FC350B: hue angle of 10.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC350B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.01 |
| HSL | 10.46º | 0.98% | 0.52% | - |
| HSV(B) | 10.46º | 0.96% | 0.99% | - |
| XYZ | 41.48 | 23.27 | 2.62 | - |
| YUV | 107.71 | 73.43 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 11 | 0 | 0.79 | 0.96 | 0.01 | 10.46 | 0.98 | 0.52 |
| Hex | FC | 35 | B | 0 | 4F | 60 | 1 | A | 62 | 34 |
| Octal | 374 | 65 | 13 | 0 | 117 | 140 | 1 | 12 | 142 | 64 |
| Binary | 11111100 | 110101 | 1011 | 0 | 1001111 | 1100000 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FC350B
Complementary color
Monochromatic Colors of #FC350B
Black with #FC350B
Text Example
Text Example
White with #FC350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC350B; }
p { color: rgb(252,53,11); }
H1.HeaderClassName
{
color: #FC350B;
}
.AnyTagClassName
{
color: #FC350B;
}
</style>
background-color css
<style>
a { background-color: #FC350B; }
a { background-color: rgb(252,53,11); }
div.DivClassName
{
background-color: #FC350B;
}
.BgClassName
{
background-color: #FC350B;
}
</style>
border-color css
<style>
span { border-color: #FC350B; }
span { border-color: rgb(252,53,11); }
td.TdClassName
{
border-color: #FC350B;
}
.TagClassName
{
border-color: #FC350B;
}
</style>