Shades of Scarlet #FC241B
Tints of Scarlet #FC241B
RGB
CMYK
RGB Variations
Color information
#FC241B (or 0xFC241B) is known color: Scarlet. HEX triplet: FC, 24 and 1B. RGB value is (252,36,27). Sum of RGB (Red+Green+Blue) = 252+36+27=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC241B is #03DBE4. Grayscale: #636363. Windows color (decimal): -252901 or 1778940. OLE color: 1778940.
HSL color Cylindrical-coordinate representation of color #FC241B: hue angle of 2.4º 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 #FC241B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.01 |
| HSL | 2.4º | 0.97% | 0.55% | - |
| HSV(B) | 2.4º | 0.89% | 0.99% | - |
| XYZ | 40.97 | 22.04 | 3.13 | - |
| YUV | 99.56 | 87.06 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 27 | 0 | 0.86 | 0.89 | 0.01 | 2.4 | 0.97 | 0.55 |
| Hex | FC | 24 | 1B | 0 | 56 | 59 | 1 | 2 | 61 | 37 |
| Octal | 374 | 44 | 33 | 0 | 126 | 131 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 100100 | 11011 | 0 | 1010110 | 1011001 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC241B
Complementary color
Monochromatic Colors of #FC241B
Black with #FC241B
Text Example
Text Example
White with #FC241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC241B; }
p { color: rgb(252,36,27); }
H1.HeaderClassName
{
color: #FC241B;
}
.AnyTagClassName
{
color: #FC241B;
}
</style>
background-color css
<style>
a { background-color: #FC241B; }
a { background-color: rgb(252,36,27); }
div.DivClassName
{
background-color: #FC241B;
}
.BgClassName
{
background-color: #FC241B;
}
</style>
border-color css
<style>
span { border-color: #FC241B; }
span { border-color: rgb(252,36,27); }
td.TdClassName
{
border-color: #FC241B;
}
.TagClassName
{
border-color: #FC241B;
}
</style>