Shades of Scarlet #FC250B
Tints of Scarlet #FC250B
RGB
CMYK
RGB Variations
Color information
#FC250B (or 0xFC250B) is known color: Scarlet. HEX triplet: FC, 25 and 0B. RGB value is (252,37,11). Sum of RGB (Red+Green+Blue) = 252+37+11=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC250B is #03DAF4. Grayscale: #626262. Windows color (decimal): -252661 or 730620. OLE color: 730620.
HSL color Cylindrical-coordinate representation of color #FC250B: hue angle of 6.47º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC250B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.01 |
| HSL | 6.47º | 0.98% | 0.52% | - |
| HSV(B) | 6.47º | 0.96% | 0.99% | - |
| XYZ | 40.87 | 22.04 | 2.42 | - |
| YUV | 98.32 | 78.73 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 11 | 0 | 0.85 | 0.96 | 0.01 | 6.47 | 0.98 | 0.52 |
| Hex | FC | 25 | B | 0 | 55 | 60 | 1 | 6 | 62 | 34 |
| Octal | 374 | 45 | 13 | 0 | 125 | 140 | 1 | 6 | 142 | 64 |
| Binary | 11111100 | 100101 | 1011 | 0 | 1010101 | 1100000 | 1 | 110 | 1100010 | 110100 |
Color Harmonies of #FC250B
Complementary color
Monochromatic Colors of #FC250B
Black with #FC250B
Text Example
Text Example
White with #FC250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC250B; }
p { color: rgb(252,37,11); }
H1.HeaderClassName
{
color: #FC250B;
}
.AnyTagClassName
{
color: #FC250B;
}
</style>
background-color css
<style>
a { background-color: #FC250B; }
a { background-color: rgb(252,37,11); }
div.DivClassName
{
background-color: #FC250B;
}
.BgClassName
{
background-color: #FC250B;
}
</style>
border-color css
<style>
span { border-color: #FC250B; }
span { border-color: rgb(252,37,11); }
td.TdClassName
{
border-color: #FC250B;
}
.TagClassName
{
border-color: #FC250B;
}
</style>