Shades of Scarlet #FC260C
Tints of Scarlet #FC260C
RGB
CMYK
RGB Variations
Color information
#FC260C (or 0xFC260C) is known color: Scarlet. HEX triplet: FC, 26 and 0C. RGB value is (252,38,12). Sum of RGB (Red+Green+Blue) = 252+38+12=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC260C is #03D9F3. Grayscale: #636363. Windows color (decimal): -252404 or 796412. OLE color: 796412.
HSL color Cylindrical-coordinate representation of color #FC260C: hue angle of 6.5º 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 #FC260C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.01 |
| HSL | 6.5º | 0.98% | 0.52% | - |
| HSV(B) | 6.5º | 0.95% | 0.99% | - |
| XYZ | 40.9 | 22.11 | 2.46 | - |
| YUV | 99.02 | 78.9 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 12 | 0 | 0.85 | 0.95 | 0.01 | 6.5 | 0.98 | 0.52 |
| Hex | FC | 26 | C | 0 | 55 | 5F | 1 | 6 | 62 | 34 |
| Octal | 374 | 46 | 14 | 0 | 125 | 137 | 1 | 6 | 142 | 64 |
| Binary | 11111100 | 100110 | 1100 | 0 | 1010101 | 1011111 | 1 | 110 | 1100010 | 110100 |
Color Harmonies of #FC260C
Complementary color
Monochromatic Colors of #FC260C
Black with #FC260C
Text Example
Text Example
White with #FC260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC260C; }
p { color: rgb(252,38,12); }
H1.HeaderClassName
{
color: #FC260C;
}
.AnyTagClassName
{
color: #FC260C;
}
</style>
background-color css
<style>
a { background-color: #FC260C; }
a { background-color: rgb(252,38,12); }
div.DivClassName
{
background-color: #FC260C;
}
.BgClassName
{
background-color: #FC260C;
}
</style>
border-color css
<style>
span { border-color: #FC260C; }
span { border-color: rgb(252,38,12); }
td.TdClassName
{
border-color: #FC260C;
}
.TagClassName
{
border-color: #FC260C;
}
</style>