Shades of Scarlet #FC350D
Tints of Scarlet #FC350D
RGB
CMYK
RGB Variations
Color information
#FC350D (or 0xFC350D) is known color: Scarlet. HEX triplet: FC, 35 and 0D. RGB value is (252,53,13). Sum of RGB (Red+Green+Blue) = 252+53+13=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC350D is #03CAF2. Grayscale: #6C6C6C. Windows color (decimal): -248563 or 865788. OLE color: 865788.
HSL color Cylindrical-coordinate representation of color #FC350D: hue angle of 10.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC350D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.01 |
| HSL | 10.04º | 0.98% | 0.52% | - |
| HSV(B) | 10.04º | 0.95% | 0.99% | - |
| XYZ | 41.49 | 23.27 | 2.69 | - |
| YUV | 107.94 | 74.43 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 13 | 0 | 0.79 | 0.95 | 0.01 | 10.04 | 0.98 | 0.52 |
| Hex | FC | 35 | D | 0 | 4F | 5F | 1 | A | 62 | 34 |
| Octal | 374 | 65 | 15 | 0 | 117 | 137 | 1 | 12 | 142 | 64 |
| Binary | 11111100 | 110101 | 1101 | 0 | 1001111 | 1011111 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FC350D
Complementary color
Monochromatic Colors of #FC350D
Black with #FC350D
Text Example
Text Example
White with #FC350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC350D; }
p { color: rgb(252,53,13); }
H1.HeaderClassName
{
color: #FC350D;
}
.AnyTagClassName
{
color: #FC350D;
}
</style>
background-color css
<style>
a { background-color: #FC350D; }
a { background-color: rgb(252,53,13); }
div.DivClassName
{
background-color: #FC350D;
}
.BgClassName
{
background-color: #FC350D;
}
</style>
border-color css
<style>
span { border-color: #FC350D; }
span { border-color: rgb(252,53,13); }
td.TdClassName
{
border-color: #FC350D;
}
.TagClassName
{
border-color: #FC350D;
}
</style>