Shades of Scarlet #FC261B
Tints of Scarlet #FC261B
RGB
CMYK
RGB Variations
Color information
#FC261B (or 0xFC261B) is known color: Scarlet. HEX triplet: FC, 26 and 1B. RGB value is (252,38,27). Sum of RGB (Red+Green+Blue) = 252+38+27=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC261B is #03D9E4. Grayscale: #646464. Windows color (decimal): -252389 or 1779452. OLE color: 1779452.
HSL color Cylindrical-coordinate representation of color #FC261B: hue angle of 2.93º 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 #FC261B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.01 |
| HSL | 2.93º | 0.97% | 0.55% | - |
| HSV(B) | 2.93º | 0.89% | 0.99% | - |
| XYZ | 41.04 | 22.16 | 3.15 | - |
| YUV | 100.73 | 86.4 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 27 | 0 | 0.85 | 0.89 | 0.01 | 2.93 | 0.97 | 0.55 |
| Hex | FC | 26 | 1B | 0 | 55 | 59 | 1 | 3 | 61 | 37 |
| Octal | 374 | 46 | 33 | 0 | 125 | 131 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 100110 | 11011 | 0 | 1010101 | 1011001 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC261B
Complementary color
Monochromatic Colors of #FC261B
Black with #FC261B
Text Example
Text Example
White with #FC261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC261B; }
p { color: rgb(252,38,27); }
H1.HeaderClassName
{
color: #FC261B;
}
.AnyTagClassName
{
color: #FC261B;
}
</style>
background-color css
<style>
a { background-color: #FC261B; }
a { background-color: rgb(252,38,27); }
div.DivClassName
{
background-color: #FC261B;
}
.BgClassName
{
background-color: #FC261B;
}
</style>
border-color css
<style>
span { border-color: #FC261B; }
span { border-color: rgb(252,38,27); }
td.TdClassName
{
border-color: #FC261B;
}
.TagClassName
{
border-color: #FC261B;
}
</style>