Shades of Scarlet #FC261C
Tints of Scarlet #FC261C
RGB
CMYK
RGB Variations
Color information
#FC261C (or 0xFC261C) is known color: Scarlet. HEX triplet: FC, 26 and 1C. RGB value is (252,38,28). Sum of RGB (Red+Green+Blue) = 252+38+28=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC261C is #03D9E3. Grayscale: #656565. Windows color (decimal): -252388 or 1844988. OLE color: 1844988.
HSL color Cylindrical-coordinate representation of color #FC261C: hue angle of 2.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC261C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.01 |
| HSL | 2.68º | 0.97% | 0.55% | - |
| HSV(B) | 2.68º | 0.89% | 0.99% | - |
| XYZ | 41.05 | 22.17 | 3.21 | - |
| YUV | 100.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 28 | 0 | 0.85 | 0.89 | 0.01 | 2.68 | 0.97 | 0.55 |
| Hex | FC | 26 | 1C | 0 | 55 | 59 | 1 | 3 | 61 | 37 |
| Octal | 374 | 46 | 34 | 0 | 125 | 131 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 100110 | 11100 | 0 | 1010101 | 1011001 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC261C
Complementary color
Monochromatic Colors of #FC261C
Black with #FC261C
Text Example
Text Example
White with #FC261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC261C; }
p { color: rgb(252,38,28); }
H1.HeaderClassName
{
color: #FC261C;
}
.AnyTagClassName
{
color: #FC261C;
}
</style>
background-color css
<style>
a { background-color: #FC261C; }
a { background-color: rgb(252,38,28); }
div.DivClassName
{
background-color: #FC261C;
}
.BgClassName
{
background-color: #FC261C;
}
</style>
border-color css
<style>
span { border-color: #FC261C; }
span { border-color: rgb(252,38,28); }
td.TdClassName
{
border-color: #FC261C;
}
.TagClassName
{
border-color: #FC261C;
}
</style>