Shades of Scarlet #FC1A07
Tints of Scarlet #FC1A07
RGB
CMYK
RGB Variations
Color information
#FC1A07 (or 0xFC1A07) is known color: Scarlet. HEX triplet: FC, 1A and 07. RGB value is (252,26,7). Sum of RGB (Red+Green+Blue) = 252+26+7=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A07 is #03E5F8. Grayscale: #5B5B5B. Windows color (decimal): -255481 or 465660. OLE color: 465660.
HSL color Cylindrical-coordinate representation of color #FC1A07: hue angle of 4.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC1A07 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.01 |
| HSL | 4.65º | 0.98% | 0.51% | - |
| HSV(B) | 4.65º | 0.97% | 0.99% | - |
| XYZ | 40.55 | 21.45 | 2.2 | - |
| YUV | 91.41 | 80.37 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 7 | 0 | 0.90 | 0.97 | 0.01 | 4.65 | 0.98 | 0.51 |
| Hex | FC | 1A | 7 | 0 | 5A | 61 | 1 | 5 | 62 | 33 |
| Octal | 374 | 32 | 7 | 0 | 132 | 141 | 1 | 5 | 142 | 63 |
| Binary | 11111100 | 11010 | 111 | 0 | 1011010 | 1100001 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FC1A07
Complementary color
Monochromatic Colors of #FC1A07
Black with #FC1A07
Text Example
Text Example
White with #FC1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A07; }
p { color: rgb(252,26,7); }
H1.HeaderClassName
{
color: #FC1A07;
}
.AnyTagClassName
{
color: #FC1A07;
}
</style>
background-color css
<style>
a { background-color: #FC1A07; }
a { background-color: rgb(252,26,7); }
div.DivClassName
{
background-color: #FC1A07;
}
.BgClassName
{
background-color: #FC1A07;
}
</style>
border-color css
<style>
span { border-color: #FC1A07; }
span { border-color: rgb(252,26,7); }
td.TdClassName
{
border-color: #FC1A07;
}
.TagClassName
{
border-color: #FC1A07;
}
</style>