Shades of Scarlet #FC251C
Tints of Scarlet #FC251C
RGB
CMYK
RGB Variations
Color information
#FC251C (or 0xFC251C) is known color: Scarlet. HEX triplet: FC, 25 and 1C. RGB value is (252,37,28). Sum of RGB (Red+Green+Blue) = 252+37+28=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC251C is #03DAE3. Grayscale: #646464. Windows color (decimal): -252644 or 1844732. OLE color: 1844732.
HSL color Cylindrical-coordinate representation of color #FC251C: hue angle of 2.41º 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 #FC251C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.01 |
| HSL | 2.41º | 0.97% | 0.55% | - |
| HSV(B) | 2.41º | 0.89% | 0.99% | - |
| XYZ | 41.02 | 22.1 | 3.2 | - |
| YUV | 100.26 | 87.23 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 28 | 0 | 0.85 | 0.89 | 0.01 | 2.41 | 0.97 | 0.55 |
| Hex | FC | 25 | 1C | 0 | 55 | 59 | 1 | 2 | 61 | 37 |
| Octal | 374 | 45 | 34 | 0 | 125 | 131 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 100101 | 11100 | 0 | 1010101 | 1011001 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC251C
Complementary color
Monochromatic Colors of #FC251C
Black with #FC251C
Text Example
Text Example
White with #FC251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC251C; }
p { color: rgb(252,37,28); }
H1.HeaderClassName
{
color: #FC251C;
}
.AnyTagClassName
{
color: #FC251C;
}
</style>
background-color css
<style>
a { background-color: #FC251C; }
a { background-color: rgb(252,37,28); }
div.DivClassName
{
background-color: #FC251C;
}
.BgClassName
{
background-color: #FC251C;
}
</style>
border-color css
<style>
span { border-color: #FC251C; }
span { border-color: rgb(252,37,28); }
td.TdClassName
{
border-color: #FC251C;
}
.TagClassName
{
border-color: #FC251C;
}
</style>