Shades of Scarlet #FC251A
Tints of Scarlet #FC251A
RGB
CMYK
RGB Variations
Color information
#FC251A (or 0xFC251A) is known color: Scarlet. HEX triplet: FC, 25 and 1A. RGB value is (252,37,26). Sum of RGB (Red+Green+Blue) = 252+37+26=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC251A is #03DAE5. Grayscale: #646464. Windows color (decimal): -252646 or 1713660. OLE color: 1713660.
HSL color Cylindrical-coordinate representation of color #FC251A: hue angle of 2.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC251A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 26 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.01 |
| HSL | 2.92º | 0.97% | 0.55% | - |
| HSV(B) | 2.92º | 0.9% | 0.99% | - |
| XYZ | 40.99 | 22.09 | 3.08 | - |
| YUV | 100.03 | 86.23 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 26 | 0 | 0.85 | 0.90 | 0.01 | 2.92 | 0.97 | 0.55 |
| Hex | FC | 25 | 1A | 0 | 55 | 5A | 1 | 3 | 61 | 37 |
| Octal | 374 | 45 | 32 | 0 | 125 | 132 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 100101 | 11010 | 0 | 1010101 | 1011010 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC251A
Complementary color
Monochromatic Colors of #FC251A
Black with #FC251A
Text Example
Text Example
White with #FC251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC251A; }
p { color: rgb(252,37,26); }
H1.HeaderClassName
{
color: #FC251A;
}
.AnyTagClassName
{
color: #FC251A;
}
</style>
background-color css
<style>
a { background-color: #FC251A; }
a { background-color: rgb(252,37,26); }
div.DivClassName
{
background-color: #FC251A;
}
.BgClassName
{
background-color: #FC251A;
}
</style>
border-color css
<style>
span { border-color: #FC251A; }
span { border-color: rgb(252,37,26); }
td.TdClassName
{
border-color: #FC251A;
}
.TagClassName
{
border-color: #FC251A;
}
</style>