Shades of Scarlet #FC221D
Tints of Scarlet #FC221D
RGB
CMYK
RGB Variations
Color information
#FC221D (or 0xFC221D) is known color: Scarlet. HEX triplet: FC, 22 and 1D. RGB value is (252,34,29). Sum of RGB (Red+Green+Blue) = 252+34+29=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC221D is #03DDE2. Grayscale: #626262. Windows color (decimal): -253411 or 1909500. OLE color: 1909500.
HSL color Cylindrical-coordinate representation of color #FC221D: hue angle of 1.35º 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 #FC221D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.01 |
| HSL | 1.35º | 0.97% | 0.55% | - |
| HSV(B) | 1.35º | 0.88% | 0.99% | - |
| XYZ | 40.94 | 21.93 | 3.24 | - |
| YUV | 98.61 | 88.72 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 29 | 0 | 0.87 | 0.88 | 0.01 | 1.35 | 0.97 | 0.55 |
| Hex | FC | 22 | 1D | 0 | 57 | 58 | 1 | 1 | 61 | 37 |
| Octal | 374 | 42 | 35 | 0 | 127 | 130 | 1 | 1 | 141 | 67 |
| Binary | 11111100 | 100010 | 11101 | 0 | 1010111 | 1011000 | 1 | 1 | 1100001 | 110111 |
Color Harmonies of #FC221D
Complementary color
Monochromatic Colors of #FC221D
Black with #FC221D
Text Example
Text Example
White with #FC221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC221D; }
p { color: rgb(252,34,29); }
H1.HeaderClassName
{
color: #FC221D;
}
.AnyTagClassName
{
color: #FC221D;
}
</style>
background-color css
<style>
a { background-color: #FC221D; }
a { background-color: rgb(252,34,29); }
div.DivClassName
{
background-color: #FC221D;
}
.BgClassName
{
background-color: #FC221D;
}
</style>
border-color css
<style>
span { border-color: #FC221D; }
span { border-color: rgb(252,34,29); }
td.TdClassName
{
border-color: #FC221D;
}
.TagClassName
{
border-color: #FC221D;
}
</style>