Shades of Scarlet #FC2D1B
Tints of Scarlet #FC2D1B
RGB
CMYK
RGB Variations
Color information
#FC2D1B (or 0xFC2D1B) is known color: Scarlet. HEX triplet: FC, 2D and 1B. RGB value is (252,45,27). Sum of RGB (Red+Green+Blue) = 252+45+27=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D1B is #03D2E4. Grayscale: #696969. Windows color (decimal): -250597 or 1781244. OLE color: 1781244.
HSL color Cylindrical-coordinate representation of color #FC2D1B: hue angle of 4.8º 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 #FC2D1B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 27 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.01 |
| HSL | 4.8º | 0.97% | 0.55% | - |
| HSV(B) | 4.8º | 0.89% | 0.99% | - |
| XYZ | 41.28 | 22.65 | 3.23 | - |
| YUV | 104.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 27 | 0 | 0.82 | 0.89 | 0.01 | 4.8 | 0.97 | 0.55 |
| Hex | FC | 2D | 1B | 0 | 52 | 59 | 1 | 5 | 61 | 37 |
| Octal | 374 | 55 | 33 | 0 | 122 | 131 | 1 | 5 | 141 | 67 |
| Binary | 11111100 | 101101 | 11011 | 0 | 1010010 | 1011001 | 1 | 101 | 1100001 | 110111 |
Color Harmonies of #FC2D1B
Complementary color
Monochromatic Colors of #FC2D1B
Black with #FC2D1B
Text Example
Text Example
White with #FC2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D1B; }
p { color: rgb(252,45,27); }
H1.HeaderClassName
{
color: #FC2D1B;
}
.AnyTagClassName
{
color: #FC2D1B;
}
</style>
background-color css
<style>
a { background-color: #FC2D1B; }
a { background-color: rgb(252,45,27); }
div.DivClassName
{
background-color: #FC2D1B;
}
.BgClassName
{
background-color: #FC2D1B;
}
</style>
border-color css
<style>
span { border-color: #FC2D1B; }
span { border-color: rgb(252,45,27); }
td.TdClassName
{
border-color: #FC2D1B;
}
.TagClassName
{
border-color: #FC2D1B;
}
</style>