Shades of Scarlet #FC261E
Tints of Scarlet #FC261E
RGB
CMYK
RGB Variations
Color information
#FC261E (or 0xFC261E) is known color: Scarlet. HEX triplet: FC, 26 and 1E. RGB value is (252,38,30). Sum of RGB (Red+Green+Blue) = 252+38+30=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC261E is #03D9E1. Grayscale: #656565. Windows color (decimal): -252386 or 1976060. OLE color: 1976060.
HSL color Cylindrical-coordinate representation of color #FC261E: hue angle of 2.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC261E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 30 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.01 |
| HSL | 2.16º | 0.97% | 0.55% | - |
| HSV(B) | 2.16º | 0.88% | 0.99% | - |
| XYZ | 41.07 | 22.18 | 3.34 | - |
| YUV | 101.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 30 | 0 | 0.85 | 0.88 | 0.01 | 2.16 | 0.97 | 0.55 |
| Hex | FC | 26 | 1E | 0 | 55 | 58 | 1 | 2 | 61 | 37 |
| Octal | 374 | 46 | 36 | 0 | 125 | 130 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 100110 | 11110 | 0 | 1010101 | 1011000 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC261E
Complementary color
Monochromatic Colors of #FC261E
Black with #FC261E
Text Example
Text Example
White with #FC261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC261E; }
p { color: rgb(252,38,30); }
H1.HeaderClassName
{
color: #FC261E;
}
.AnyTagClassName
{
color: #FC261E;
}
</style>
background-color css
<style>
a { background-color: #FC261E; }
a { background-color: rgb(252,38,30); }
div.DivClassName
{
background-color: #FC261E;
}
.BgClassName
{
background-color: #FC261E;
}
</style>
border-color css
<style>
span { border-color: #FC261E; }
span { border-color: rgb(252,38,30); }
td.TdClassName
{
border-color: #FC261E;
}
.TagClassName
{
border-color: #FC261E;
}
</style>