Shades of Scarlet #FC271D
Tints of Scarlet #FC271D
RGB
CMYK
RGB Variations
Color information
#FC271D (or 0xFC271D) is known color: Scarlet. HEX triplet: FC, 27 and 1D. RGB value is (252,39,29). Sum of RGB (Red+Green+Blue) = 252+39+29=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC271D is #03D8E2. Grayscale: #656565. Windows color (decimal): -252131 or 1910780. OLE color: 1910780.
HSL color Cylindrical-coordinate representation of color #FC271D: hue angle of 2.69º 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 #FC271D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.01 |
| HSL | 2.69º | 0.97% | 0.55% | - |
| HSV(B) | 2.69º | 0.88% | 0.99% | - |
| XYZ | 41.09 | 22.24 | 3.29 | - |
| YUV | 101.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 29 | 0 | 0.85 | 0.88 | 0.01 | 2.69 | 0.97 | 0.55 |
| Hex | FC | 27 | 1D | 0 | 55 | 58 | 1 | 3 | 61 | 37 |
| Octal | 374 | 47 | 35 | 0 | 125 | 130 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 100111 | 11101 | 0 | 1010101 | 1011000 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC271D
Complementary color
Monochromatic Colors of #FC271D
Black with #FC271D
Text Example
Text Example
White with #FC271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC271D; }
p { color: rgb(252,39,29); }
H1.HeaderClassName
{
color: #FC271D;
}
.AnyTagClassName
{
color: #FC271D;
}
</style>
background-color css
<style>
a { background-color: #FC271D; }
a { background-color: rgb(252,39,29); }
div.DivClassName
{
background-color: #FC271D;
}
.BgClassName
{
background-color: #FC271D;
}
</style>
border-color css
<style>
span { border-color: #FC271D; }
span { border-color: rgb(252,39,29); }
td.TdClassName
{
border-color: #FC271D;
}
.TagClassName
{
border-color: #FC271D;
}
</style>