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