Shades of Scarlet #FC270B
Tints of Scarlet #FC270B
RGB
CMYK
RGB Variations
Color information
#FC270B (or 0xFC270B) is known color: Scarlet. HEX triplet: FC, 27 and 0B. RGB value is (252,39,11). Sum of RGB (Red+Green+Blue) = 252+39+11=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC270B is #03D8F4. Grayscale: #636363. Windows color (decimal): -252149 or 731132. OLE color: 731132.
HSL color Cylindrical-coordinate representation of color #FC270B: hue angle of 6.97º 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 #FC270B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.01 |
| HSL | 6.97º | 0.98% | 0.52% | - |
| HSV(B) | 6.97º | 0.96% | 0.99% | - |
| XYZ | 40.93 | 22.17 | 2.44 | - |
| YUV | 99.5 | 78.07 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 11 | 0 | 0.85 | 0.96 | 0.01 | 6.97 | 0.98 | 0.52 |
| Hex | FC | 27 | B | 0 | 55 | 60 | 1 | 7 | 62 | 34 |
| Octal | 374 | 47 | 13 | 0 | 125 | 140 | 1 | 7 | 142 | 64 |
| Binary | 11111100 | 100111 | 1011 | 0 | 1010101 | 1100000 | 1 | 111 | 1100010 | 110100 |
Color Harmonies of #FC270B
Complementary color
Monochromatic Colors of #FC270B
Black with #FC270B
Text Example
Text Example
White with #FC270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC270B; }
p { color: rgb(252,39,11); }
H1.HeaderClassName
{
color: #FC270B;
}
.AnyTagClassName
{
color: #FC270B;
}
</style>
background-color css
<style>
a { background-color: #FC270B; }
a { background-color: rgb(252,39,11); }
div.DivClassName
{
background-color: #FC270B;
}
.BgClassName
{
background-color: #FC270B;
}
</style>
border-color css
<style>
span { border-color: #FC270B; }
span { border-color: rgb(252,39,11); }
td.TdClassName
{
border-color: #FC270B;
}
.TagClassName
{
border-color: #FC270B;
}
</style>